#C0DF80

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

Shades of Sulu #C0DF80

Tints of Sulu #C0DF80

Color information

#C0DF80 (or 0xC0DF80) is unknown color: approx Sulu. HEX triplet: C0, DF and 80. RGB value is (192,223,128). Sum of RGB (Red+Green+Blue) = 192+223+128=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF80 is #3F207F. Grayscale: #CBCBCB. Windows color (decimal): -4137088 or 8445888. OLE color: 8445888.

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

Color convert

RGB192223128-
CMYK0.1400.430.13
HSL79.58º59.75%68.82%-
HSV(B)79.58º42.6%87.45%-
XYZ52.0265.5430.33-
YUV202.985.73120.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=35.36%
G=41.07%
B=23.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922231280.1400.430.1379.5859.7568.82
HexC0DF80E02BD503c45
Octal300337200160531512074105
Binary11000000110111111000000011100101011110110100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DF80; }

 p { color: rgb(192,223,128); }

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

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

 a { background-color: rgb(192,223,128); }

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

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

 span { border-color: rgb(192,223,128); }

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