Shades of Sulu #C0D87E
Tints of Sulu #C0D87E
RGB
CMYK
RGB Variations
Color information
#C0D87E (or 0xC0D87E) is known color: Sulu. HEX triplet: C0, D8 and 7E. RGB value is (192,216,126). Sum of RGB (Red+Green+Blue) = 192+216+126=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D87E is #3F2781. Grayscale: #C6C6C6. Windows color (decimal): -4138882 or 8313024. OLE color: 8313024.
HSL color Cylindrical-coordinate representation of color #C0D87E: hue angle of 76º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0D87E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 126 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.15 |
| HSL | 76º | 0.54% | 0.67% | - |
| HSV(B) | 76º | 0.42% | 0.85% | - |
| XYZ | 50.06 | 61.82 | 29.03 | - |
| YUV | 198.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 126 | 0.11 | 0 | 0.42 | 0.15 | 76 | 0.54 | 0.67 |
| Hex | C0 | D8 | 7E | B | 0 | 2A | F | 4C | 36 | 43 |
| Octal | 300 | 330 | 176 | 13 | 0 | 52 | 17 | 114 | 66 | 103 |
| Binary | 11000000 | 11011000 | 1111110 | 1011 | 0 | 101010 | 1111 | 1001100 | 110110 | 1000011 |
Color Harmonies of #C0D87E
Complementary color
Monochromatic Colors of #C0D87E
Black with #C0D87E
Text Example
Text Example
White with #C0D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D87E; }
p { color: rgb(192,216,126); }
H1.HeaderClassName
{
color: #C0D87E;
}
.AnyTagClassName
{
color: #C0D87E;
}
</style>
background-color css
<style>
a { background-color: #C0D87E; }
a { background-color: rgb(192,216,126); }
div.DivClassName
{
background-color: #C0D87E;
}
.BgClassName
{
background-color: #C0D87E;
}
</style>
border-color css
<style>
span { border-color: #C0D87E; }
span { border-color: rgb(192,216,126); }
td.TdClassName
{
border-color: #C0D87E;
}
.TagClassName
{
border-color: #C0D87E;
}
</style>