Shades of Sulu #C0D888
Tints of Sulu #C0D888
RGB
CMYK
RGB Variations
Color information
#C0D888 (or 0xC0D888) is known color: Sulu. HEX triplet: C0, D8 and 88. RGB value is (192,216,136). Sum of RGB (Red+Green+Blue) = 192+216+136=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D888 is #3F2777. Grayscale: #C8C8C8. Windows color (decimal): -4138872 or 8968384. OLE color: 8968384.
HSL color Cylindrical-coordinate representation of color #C0D888: hue angle of 78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0D888 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 136 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.15 |
| HSL | 78º | 0.51% | 0.69% | - |
| HSV(B) | 78º | 0.37% | 0.85% | - |
| XYZ | 50.74 | 62.1 | 32.6 | - |
| YUV | 199.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 136 | 0.11 | 0 | 0.37 | 0.15 | 78 | 0.51 | 0.69 |
| Hex | C0 | D8 | 88 | B | 0 | 25 | F | 4E | 33 | 45 |
| Octal | 300 | 330 | 210 | 13 | 0 | 45 | 17 | 116 | 63 | 105 |
| Binary | 11000000 | 11011000 | 10001000 | 1011 | 0 | 100101 | 1111 | 1001110 | 110011 | 1000101 |
Color Harmonies of #C0D888
Complementary color
Monochromatic Colors of #C0D888
Black with #C0D888
Text Example
Text Example
White with #C0D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D888; }
p { color: rgb(192,216,136); }
H1.HeaderClassName
{
color: #C0D888;
}
.AnyTagClassName
{
color: #C0D888;
}
</style>
background-color css
<style>
a { background-color: #C0D888; }
a { background-color: rgb(192,216,136); }
div.DivClassName
{
background-color: #C0D888;
}
.BgClassName
{
background-color: #C0D888;
}
</style>
border-color css
<style>
span { border-color: #C0D888; }
span { border-color: rgb(192,216,136); }
td.TdClassName
{
border-color: #C0D888;
}
.TagClassName
{
border-color: #C0D888;
}
</style>