#C9EA72

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

Shades of Sulu #C9EA72

Tints of Sulu #C9EA72

Color information

#C9EA72 (or 0xC9EA72) is unknown color: approx Sulu. HEX triplet: C9, EA and 72. RGB value is (201,234,114). Sum of RGB (Red+Green+Blue) = 201+234+114=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA72 is #36158D. Grayscale: #D2D2D2. Windows color (decimal): -3544462 or 7531209. OLE color: 7531209.

HSL color Cylindrical-coordinate representation of color #C9EA72: hue angle of 76.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9EA72 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB201234114-
CMYK0.1400.510.08
HSL76.5º74.07%68.24%-
HSV(B)76.5º51.28%91.76%-
XYZ56.5572.4826.93-
YUV210.4573.57121.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 114 (44.92% from 255) = 20.77%
R=36.61%
G=42.62%
B=20.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012341140.1400.510.0876.574.0768.24
HexC9EA72E03384c4a44
Octal3113521621606310114112104
Binary11001001111010101110010111001100111000100110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EA72; }

 p { color: rgb(201,234,114); }

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

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

 a { background-color: rgb(201,234,114); }

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

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

 span { border-color: rgb(201,234,114); }

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