#C9D445

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

Shades of Las Palmas #C9D445

Tints of Las Palmas #C9D445

Color information

#C9D445 (or 0xC9D445) is unknown color: approx Las Palmas. HEX triplet: C9, D4 and 45. RGB value is (201,212,69). Sum of RGB (Red+Green+Blue) = 201+212+69=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D445 is #362BBA. Grayscale: #C0C0C0. Windows color (decimal): -3550139 or 4576457. OLE color: 4576457.

HSL color Cylindrical-coordinate representation of color #C9D445: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9D445 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB20121269-
CMYK0.0500.670.17
HSL64.62º62.45%55.1%-
HSV(B)64.62º67.45%83.14%-
XYZ48.7159.9314.63-
YUV192.4158.36134.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 69 (27.34% from 255) = 14.32%
R=41.70%
G=43.98%
B=14.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201212690.0500.670.1764.6262.4555.1
HexC9D445504311413e37
Octal31132410550103211017667
Binary1100100111010100100010110101000011100011000001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D445; }

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

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

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

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

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

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

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

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