Shades of Sulu #C0D788
Tints of Sulu #C0D788
RGB
CMYK
RGB Variations
Color information
#C0D788 (or 0xC0D788) is known color: Sulu. HEX triplet: C0, D7 and 88. RGB value is (192,215,136). Sum of RGB (Red+Green+Blue) = 192+215+136=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D788 is #3F2877. Grayscale: #C7C7C7. Windows color (decimal): -4139128 or 8968128. OLE color: 8968128.
HSL color Cylindrical-coordinate representation of color #C0D788: hue angle of 77.47º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0D788 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 136 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.16 |
| HSL | 77.47º | 0.5% | 0.69% | - |
| HSV(B) | 77.47º | 0.37% | 0.84% | - |
| XYZ | 50.48 | 61.58 | 32.52 | - |
| YUV | 199.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 136 | 0.11 | 0 | 0.37 | 0.16 | 77.47 | 0.5 | 0.69 |
| Hex | C0 | D7 | 88 | B | 0 | 25 | 10 | 4D | 32 | 45 |
| Octal | 300 | 327 | 210 | 13 | 0 | 45 | 20 | 115 | 62 | 105 |
| Binary | 11000000 | 11010111 | 10001000 | 1011 | 0 | 100101 | 10000 | 1001101 | 110010 | 1000101 |
Color Harmonies of #C0D788
Complementary color
Monochromatic Colors of #C0D788
Black with #C0D788
Text Example
Text Example
White with #C0D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D788; }
p { color: rgb(192,215,136); }
H1.HeaderClassName
{
color: #C0D788;
}
.AnyTagClassName
{
color: #C0D788;
}
</style>
background-color css
<style>
a { background-color: #C0D788; }
a { background-color: rgb(192,215,136); }
div.DivClassName
{
background-color: #C0D788;
}
.BgClassName
{
background-color: #C0D788;
}
</style>
border-color css
<style>
span { border-color: #C0D788; }
span { border-color: rgb(192,215,136); }
td.TdClassName
{
border-color: #C0D788;
}
.TagClassName
{
border-color: #C0D788;
}
</style>