#C0DD80

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

Shades of Sulu #C0DD80

Tints of Sulu #C0DD80

Color information

#C0DD80 (or 0xC0DD80) is unknown color: approx Sulu. HEX triplet: C0, DD and 80. RGB value is (192,221,128). Sum of RGB (Red+Green+Blue) = 192+221+128=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD80 is #3F227F. Grayscale: #CACACA. Windows color (decimal): -4137600 or 8445376. OLE color: 8445376.

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

Color convert

RGB192221128-
CMYK0.1300.420.13
HSL78.71º57.76%68.43%-
HSV(B)78.71º42.08%86.67%-
XYZ51.4964.4830.15-
YUV201.7386.39121.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=35.49%
G=40.85%
B=23.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211280.1300.420.1378.7157.7668.43
HexC0DD80D02AD4f3a44
Octal300335200150521511772104
Binary11000000110111011000000011010101010110110011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD80; }

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

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

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

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

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

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

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

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