#C9DC4E

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

Shades of Las Palmas #C9DC4E

Tints of Las Palmas #C9DC4E

Color information

#C9DC4E (or 0xC9DC4E) is unknown color: approx Las Palmas. HEX triplet: C9, DC and 4E. RGB value is (201,220,78). Sum of RGB (Red+Green+Blue) = 201+220+78=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC4E is #3623B1. Grayscale: #C6C6C6. Windows color (decimal): -3548082 or 5168329. OLE color: 5168329.

HSL color Cylindrical-coordinate representation of color #C9DC4E: hue angle of 68.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9DC4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB20122078-
CMYK0.0900.650.14
HSL68.03º66.98%58.43%-
HSV(B)68.03º64.55%86.27%-
XYZ51.0664.1516.9-
YUV198.1360.21130.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=40.28%
G=44.09%
B=15.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201220780.0900.650.1468.0366.9858.43
HexC9DC4E9041E44433a
Octal3113341161101011610410372
Binary11001001110111001001110100101000001111010001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DC4E; }

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

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

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

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

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

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

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

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