#C5DE80

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

Shades of Sulu #C5DE80

Tints of Sulu #C5DE80

Color information

#C5DE80 (or 0xC5DE80) is unknown color: approx Sulu. HEX triplet: C5, DE and 80. RGB value is (197,222,128). Sum of RGB (Red+Green+Blue) = 197+222+128=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DE80 is #3A217F. Grayscale: #CCCCCC. Windows color (decimal): -3809664 or 8445637. OLE color: 8445637.

HSL color Cylindrical-coordinate representation of color #C5DE80: hue angle of 75.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5DE80 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB197222128-
CMYK0.1100.420.13
HSL75.96º58.75%68.63%-
HSV(B)75.96º42.34%87.06%-
XYZ53.0465.6730.3-
YUV203.8185.22123.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=36.01%
G=40.59%
B=23.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972221280.1100.420.1375.9658.7568.63
HexC5DE80B02AD4c3b45
Octal305336200130521511473105
Binary11000101110111101000000010110101010110110011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DE80; }

 p { color: rgb(197,222,128); }

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

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

 a { background-color: rgb(197,222,128); }

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

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

 span { border-color: rgb(197,222,128); }

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