Shades of Sulu #C8E870
Tints of Sulu #C8E870
RGB
CMYK
RGB Variations
Color information
#C8E870 (or 0xC8E870) is known color: Sulu. HEX triplet: C8, E8 and 70. RGB value is (200,232,112). Sum of RGB (Red+Green+Blue) = 200+232+112=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E870 is #37178F. Grayscale: #D1D1D1. Windows color (decimal): -3610512 or 7399624. OLE color: 7399624.
HSL color Cylindrical-coordinate representation of color #C8E870: hue angle of 76º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8E870 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 112 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.09 |
| HSL | 76º | 0.72% | 0.67% | - |
| HSV(B) | 76º | 0.52% | 0.91% | - |
| XYZ | 55.6 | 71.16 | 26.13 | - |
| YUV | 208.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 112 | 0.14 | 0 | 0.52 | 0.09 | 76 | 0.72 | 0.67 |
| Hex | C8 | E8 | 70 | E | 0 | 34 | 9 | 4C | 48 | 43 |
| Octal | 310 | 350 | 160 | 16 | 0 | 64 | 11 | 114 | 110 | 103 |
| Binary | 11001000 | 11101000 | 1110000 | 1110 | 0 | 110100 | 1001 | 1001100 | 1001000 | 1000011 |
Color Harmonies of #C8E870
Complementary color
Monochromatic Colors of #C8E870
Black with #C8E870
Text Example
Text Example
White with #C8E870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E870; }
p { color: rgb(200,232,112); }
H1.HeaderClassName
{
color: #C8E870;
}
.AnyTagClassName
{
color: #C8E870;
}
</style>
background-color css
<style>
a { background-color: #C8E870; }
a { background-color: rgb(200,232,112); }
div.DivClassName
{
background-color: #C8E870;
}
.BgClassName
{
background-color: #C8E870;
}
</style>
border-color css
<style>
span { border-color: #C8E870; }
span { border-color: rgb(200,232,112); }
td.TdClassName
{
border-color: #C8E870;
}
.TagClassName
{
border-color: #C8E870;
}
</style>