#C9DD4E

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

Shades of Las Palmas #C9DD4E

Tints of Las Palmas #C9DD4E

Color information

#C9DD4E (or 0xC9DD4E) is unknown color: approx Las Palmas. HEX triplet: C9, DD and 4E. RGB value is (201,221,78). Sum of RGB (Red+Green+Blue) = 201+221+78=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD4E is #3622B1. Grayscale: #C7C7C7. Windows color (decimal): -3547826 or 5168585. OLE color: 5168585.

HSL color Cylindrical-coordinate representation of color #C9DD4E: hue angle of 68.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9DD4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB20122178-
CMYK0.0900.650.13
HSL68.39º67.77%58.63%-
HSV(B)68.39º64.71%86.67%-
XYZ51.3264.6816.99-
YUV198.7259.87129.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 78 (30.86% from 255) = 15.6%
R=40.2%
G=44.2%
B=15.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201221780.0900.650.1368.3967.7758.63
HexC9DD4E9041D44443b
Octal3113351161101011510410473
Binary11001001110111011001110100101000001110110001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DD4E; }

 p { color: rgb(201,221,78); }

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

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

 a { background-color: rgb(201,221,78); }

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

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

 span { border-color: rgb(201,221,78); }

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