#C9EC80

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

Shades of Sulu #C9EC80

Tints of Sulu #C9EC80

Color information

#C9EC80 (or 0xC9EC80) is unknown color: approx Sulu. HEX triplet: C9, EC and 80. RGB value is (201,236,128). Sum of RGB (Red+Green+Blue) = 201+236+128=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EC80 is #36137F. Grayscale: #D5D5D5. Windows color (decimal): -3543936 or 8449225. OLE color: 8449225.

HSL color Cylindrical-coordinate representation of color #C9EC80: hue angle of 79.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9EC80 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB201236128-
CMYK0.1500.460.07
HSL79.44º73.97%71.37%-
HSV(B)79.44º45.76%92.55%-
XYZ57.9873.9731.64-
YUV213.2279.9119.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=35.58%
G=41.77%
B=22.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012361280.1500.460.0779.4473.9771.37
HexC9EC80F02E74f4a47
Octal311354200170567117112107
Binary11001001111011001000000011110101110111100111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EC80; }

 p { color: rgb(201,236,128); }

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

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

 a { background-color: rgb(201,236,128); }

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

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

 span { border-color: rgb(201,236,128); }

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