Shades of Sulu #C0DD76
Tints of Sulu #C0DD76
RGB
CMYK
RGB Variations
Color information
#C0DD76 (or 0xC0DD76) is known color: Sulu. HEX triplet: C0, DD and 76. RGB value is (192,221,118). Sum of RGB (Red+Green+Blue) = 192+221+118=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD76 is #3F2289. Grayscale: #C8C8C8. Windows color (decimal): -4137610 or 7790016. OLE color: 7790016.
HSL color Cylindrical-coordinate representation of color #C0DD76: hue angle of 76.89º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0DD76 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 118 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.13 |
| HSL | 76.89º | 0.6% | 0.66% | - |
| HSV(B) | 76.89º | 0.47% | 0.87% | - |
| XYZ | 50.86 | 64.23 | 26.86 | - |
| YUV | 200.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 118 | 0.13 | 0 | 0.47 | 0.13 | 76.89 | 0.6 | 0.66 |
| Hex | C0 | DD | 76 | D | 0 | 2F | D | 4D | 3C | 42 |
| Octal | 300 | 335 | 166 | 15 | 0 | 57 | 15 | 115 | 74 | 102 |
| Binary | 11000000 | 11011101 | 1110110 | 1101 | 0 | 101111 | 1101 | 1001101 | 111100 | 1000010 |
Color Harmonies of #C0DD76
Complementary color
Monochromatic Colors of #C0DD76
Black with #C0DD76
Text Example
Text Example
White with #C0DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD76; }
p { color: rgb(192,221,118); }
H1.HeaderClassName
{
color: #C0DD76;
}
.AnyTagClassName
{
color: #C0DD76;
}
</style>
background-color css
<style>
a { background-color: #C0DD76; }
a { background-color: rgb(192,221,118); }
div.DivClassName
{
background-color: #C0DD76;
}
.BgClassName
{
background-color: #C0DD76;
}
</style>
border-color css
<style>
span { border-color: #C0DD76; }
span { border-color: rgb(192,221,118); }
td.TdClassName
{
border-color: #C0DD76;
}
.TagClassName
{
border-color: #C0DD76;
}
</style>