Shades of Sulu #C0DD82
Tints of Sulu #C0DD82
RGB
CMYK
RGB Variations
Color information
#C0DD82 (or 0xC0DD82) is known color: Sulu. HEX triplet: C0, DD and 82. RGB value is (192,221,130). Sum of RGB (Red+Green+Blue) = 192+221+130=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD82 is #3F227D. Grayscale: #CACACA. Windows color (decimal): -4137598 or 8576448. OLE color: 8576448.
HSL color Cylindrical-coordinate representation of color #C0DD82: hue angle of 79.12º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0DD82 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 130 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.13 |
| HSL | 79.12º | 0.57% | 0.69% | - |
| HSV(B) | 79.12º | 0.41% | 0.87% | - |
| XYZ | 51.62 | 64.53 | 30.85 | - |
| YUV | 201.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 130 | 0.13 | 0 | 0.41 | 0.13 | 79.12 | 0.57 | 0.69 |
| Hex | C0 | DD | 82 | D | 0 | 29 | D | 4F | 39 | 45 |
| Octal | 300 | 335 | 202 | 15 | 0 | 51 | 15 | 117 | 71 | 105 |
| Binary | 11000000 | 11011101 | 10000010 | 1101 | 0 | 101001 | 1101 | 1001111 | 111001 | 1000101 |
Color Harmonies of #C0DD82
Complementary color
Monochromatic Colors of #C0DD82
Black with #C0DD82
Text Example
Text Example
White with #C0DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD82; }
p { color: rgb(192,221,130); }
H1.HeaderClassName
{
color: #C0DD82;
}
.AnyTagClassName
{
color: #C0DD82;
}
</style>
background-color css
<style>
a { background-color: #C0DD82; }
a { background-color: rgb(192,221,130); }
div.DivClassName
{
background-color: #C0DD82;
}
.BgClassName
{
background-color: #C0DD82;
}
</style>
border-color css
<style>
span { border-color: #C0DD82; }
span { border-color: rgb(192,221,130); }
td.TdClassName
{
border-color: #C0DD82;
}
.TagClassName
{
border-color: #C0DD82;
}
</style>