#c9e345

Color #C9E345 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C9E345

Tints of Las Palmas #C9E345

Color information

#C9E345 (or 0xC9E345) is unknown color: approx Las Palmas. HEX triplet: C9, E3 and 45. RGB value is (201,227,69). Sum of RGB (Red+Green+Blue) = 201+227+69=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E345 is #361CBA. Grayscale: #C9C9C9. Windows color (decimal): -3546299 or 4580297. OLE color: 4580297.

HSL color Cylindrical-coordinate representation of color #C9E345: hue angle of 69.87º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9E345 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB20122769-
CMYK0.1100.700.11
HSL69.87º73.83%58.04%-
HSV(B)69.87º69.6%89.02%-
XYZ52.6367.7915.94-
YUV201.2153.39127.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 69 (27.34% from 255) = 13.88%
R=40.44%
G=45.67%
B=13.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201227690.1100.700.1169.8773.8358.04
HexC9E345B046B464a3a
Octal3113431051301061310611272
Binary11001001111000111000101101101000110101110001101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9e345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9e345; }

 p { color: rgb(201,227,69); }

 H1.HeaderClassName
 {
   color: #c9e345;
 }
 .AnyTagClassName
 {
   color: #c9e345;
 }
</style>
background-color css

<style>
 a { background-color: #c9e345; }

 a { background-color: rgb(201,227,69); }

 div.DivClassName
 {
   background-color: #c9e345;
 }
 .BgClassName
 {
   background-color: #c9e345;
 }
</style>
border-color css

<style>
 span { border-color: #c9e345; }

 span { border-color: rgb(201,227,69); }

 td.TdClassName
 {
   border-color: #c9e345;
 }
 .TagClassName
 {
   border-color: #c9e345;
 }
</style>