Shades of Sulu #C0DC87
Tints of Sulu #C0DC87
RGB
CMYK
RGB Variations
Color information
#C0DC87 (or 0xC0DC87) is known color: Sulu. HEX triplet: C0, DC and 87. RGB value is (192,220,135). Sum of RGB (Red+Green+Blue) = 192+220+135=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC87 is #3F2378. Grayscale: #CACACA. Windows color (decimal): -4137849 or 8903872. OLE color: 8903872.
HSL color Cylindrical-coordinate representation of color #C0DC87: hue angle of 79.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0DC87 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 135 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.14 |
| HSL | 79.76º | 0.55% | 0.7% | - |
| HSV(B) | 79.76º | 0.39% | 0.86% | - |
| XYZ | 51.7 | 64.14 | 32.58 | - |
| YUV | 201.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 135 | 0.13 | 0 | 0.39 | 0.14 | 79.76 | 0.55 | 0.7 |
| Hex | C0 | DC | 87 | D | 0 | 27 | E | 50 | 37 | 46 |
| Octal | 300 | 334 | 207 | 15 | 0 | 47 | 16 | 120 | 67 | 106 |
| Binary | 11000000 | 11011100 | 10000111 | 1101 | 0 | 100111 | 1110 | 1010000 | 110111 | 1000110 |
Color Harmonies of #C0DC87
Complementary color
Monochromatic Colors of #C0DC87
Black with #C0DC87
Text Example
Text Example
White with #C0DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC87; }
p { color: rgb(192,220,135); }
H1.HeaderClassName
{
color: #C0DC87;
}
.AnyTagClassName
{
color: #C0DC87;
}
</style>
background-color css
<style>
a { background-color: #C0DC87; }
a { background-color: rgb(192,220,135); }
div.DivClassName
{
background-color: #C0DC87;
}
.BgClassName
{
background-color: #C0DC87;
}
</style>
border-color css
<style>
span { border-color: #C0DC87; }
span { border-color: rgb(192,220,135); }
td.TdClassName
{
border-color: #C0DC87;
}
.TagClassName
{
border-color: #C0DC87;
}
</style>