Shades of Sulu #C0DD70
Tints of Sulu #C0DD70
RGB
CMYK
RGB Variations
Color information
#C0DD70 (or 0xC0DD70) is known color: Sulu. HEX triplet: C0, DD and 70. RGB value is (192,221,112). Sum of RGB (Red+Green+Blue) = 192+221+112=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD70 is #3F228F. Grayscale: #C8C8C8. Windows color (decimal): -4137616 or 7396800. OLE color: 7396800.
HSL color Cylindrical-coordinate representation of color #C0DD70: hue angle of 75.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0DD70 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 112 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.13 |
| HSL | 75.96º | 0.62% | 0.65% | - |
| HSV(B) | 75.96º | 0.49% | 0.87% | - |
| XYZ | 50.52 | 64.09 | 25.04 | - |
| YUV | 199.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 112 | 0.13 | 0 | 0.49 | 0.13 | 75.96 | 0.62 | 0.65 |
| Hex | C0 | DD | 70 | D | 0 | 31 | D | 4C | 3E | 41 |
| Octal | 300 | 335 | 160 | 15 | 0 | 61 | 15 | 114 | 76 | 101 |
| Binary | 11000000 | 11011101 | 1110000 | 1101 | 0 | 110001 | 1101 | 1001100 | 111110 | 1000001 |
Color Harmonies of #C0DD70
Complementary color
Monochromatic Colors of #C0DD70
Black with #C0DD70
Text Example
Text Example
White with #C0DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD70; }
p { color: rgb(192,221,112); }
H1.HeaderClassName
{
color: #C0DD70;
}
.AnyTagClassName
{
color: #C0DD70;
}
</style>
background-color css
<style>
a { background-color: #C0DD70; }
a { background-color: rgb(192,221,112); }
div.DivClassName
{
background-color: #C0DD70;
}
.BgClassName
{
background-color: #C0DD70;
}
</style>
border-color css
<style>
span { border-color: #C0DD70; }
span { border-color: rgb(192,221,112); }
td.TdClassName
{
border-color: #C0DD70;
}
.TagClassName
{
border-color: #C0DD70;
}
</style>