#C9EA82

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

Shades of Sulu #C9EA82

Tints of Sulu #C9EA82

Color information

#C9EA82 (or 0xC9EA82) is unknown color: approx Sulu. HEX triplet: C9, EA and 82. RGB value is (201,234,130). Sum of RGB (Red+Green+Blue) = 201+234+130=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA82 is #36157D. Grayscale: #D4D4D4. Windows color (decimal): -3544446 or 8579785. OLE color: 8579785.

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

Color convert

RGB201234130-
CMYK0.1400.440.08
HSL79.04º71.23%71.37%-
HSV(B)79.04º44.44%91.76%-
XYZ57.5472.8732.15-
YUV212.2881.57119.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=35.58%
G=41.42%
B=23.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012341300.1400.440.0879.0471.2371.37
HexC9EA82E02C84f4747
Octal3113522021605410117107107
Binary110010011110101010000010111001011001000100111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EA82; }

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

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

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

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

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

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

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

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