Shades of Sulu #C0DD80
Tints of Sulu #C0DD80
RGB
CMYK
RGB Variations
Color information
#C0DD80 (or 0xC0DD80) is known color: 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
| RGB | 192 | 221 | 128 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.13 |
| HSL | 78.71º | 0.58% | 0.68% | - |
| HSV(B) | 78.71º | 0.42% | 0.87% | - |
| XYZ | 51.49 | 64.48 | 30.15 | - |
| YUV | 201.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 128 | 0.13 | 0 | 0.42 | 0.13 | 78.71 | 0.58 | 0.68 |
| Hex | C0 | DD | 80 | D | 0 | 2A | D | 4F | 3A | 44 |
| Octal | 300 | 335 | 200 | 15 | 0 | 52 | 15 | 117 | 72 | 104 |
| Binary | 11000000 | 11011101 | 10000000 | 1101 | 0 | 101010 | 1101 | 1001111 | 111010 | 1000100 |
Color Harmonies of #C0DD80
Complementary color
Monochromatic Colors of #C0DD80
Black with #C0DD80
Text Example
Text Example
White with #C0DD80
Text Example
Text Example
HTML Codes & Css Web 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>