#C9DD42

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

Shades of Las Palmas #C9DD42

Tints of Las Palmas #C9DD42

Color information

#C9DD42 (or 0xC9DD42) is unknown color: approx Las Palmas. HEX triplet: C9, DD and 42. RGB value is (201,221,66). Sum of RGB (Red+Green+Blue) = 201+221+66=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD42 is #3622BD. Grayscale: #C5C5C5. Windows color (decimal): -3547838 or 4382153. OLE color: 4382153.

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

Color convert

RGB20122166-
CMYK0.0900.700.13
HSL67.74º69.51%56.27%-
HSV(B)67.74º70.14%86.67%-
XYZ50.9364.5214.92-
YUV197.3553.87130.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 66 (26.17% from 255) = 13.52%
R=41.19%
G=45.29%
B=13.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201221660.0900.700.1367.7469.5156.27
HexC9DD429046D444638
Octal3113351021101061510410670
Binary11001001110111011000010100101000110110110001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DD42; }

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

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

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

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

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

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

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

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