Shades of Sulu #C0DD8B
Tints of Sulu #C0DD8B
RGB
CMYK
RGB Variations
Color information
#C0DD8B (or 0xC0DD8B) is known color: Sulu. HEX triplet: C0, DD and 8B. RGB value is (192,221,139). Sum of RGB (Red+Green+Blue) = 192+221+139=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD8B is #3F2274. Grayscale: #CBCBCB. Windows color (decimal): -4137589 or 9166272. OLE color: 9166272.
HSL color Cylindrical-coordinate representation of color #C0DD8B: hue angle of 81.22º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0DD8B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 139 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.13 |
| HSL | 81.22º | 0.55% | 0.71% | - |
| HSV(B) | 81.22º | 0.37% | 0.87% | - |
| XYZ | 52.25 | 64.78 | 34.18 | - |
| YUV | 202.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 139 | 0.13 | 0 | 0.37 | 0.13 | 81.22 | 0.55 | 0.71 |
| Hex | C0 | DD | 8B | D | 0 | 25 | D | 51 | 37 | 47 |
| Octal | 300 | 335 | 213 | 15 | 0 | 45 | 15 | 121 | 67 | 107 |
| Binary | 11000000 | 11011101 | 10001011 | 1101 | 0 | 100101 | 1101 | 1010001 | 110111 | 1000111 |
Color Harmonies of #C0DD8B
Complementary color
Monochromatic Colors of #C0DD8B
Black with #C0DD8B
Text Example
Text Example
White with #C0DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD8B; }
p { color: rgb(192,221,139); }
H1.HeaderClassName
{
color: #C0DD8B;
}
.AnyTagClassName
{
color: #C0DD8B;
}
</style>
background-color css
<style>
a { background-color: #C0DD8B; }
a { background-color: rgb(192,221,139); }
div.DivClassName
{
background-color: #C0DD8B;
}
.BgClassName
{
background-color: #C0DD8B;
}
</style>
border-color css
<style>
span { border-color: #C0DD8B; }
span { border-color: rgb(192,221,139); }
td.TdClassName
{
border-color: #C0DD8B;
}
.TagClassName
{
border-color: #C0DD8B;
}
</style>