Shades of Sulu #C8E970
Tints of Sulu #C8E970
RGB
CMYK
RGB Variations
Color information
#C8E970 (or 0xC8E970) is known color: Sulu. HEX triplet: C8, E9 and 70. RGB value is (200,233,112). Sum of RGB (Red+Green+Blue) = 200+233+112=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E970 is #37168F. Grayscale: #D1D1D1. Windows color (decimal): -3610256 or 7399880. OLE color: 7399880.
HSL color Cylindrical-coordinate representation of color #C8E970: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8E970 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 112 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.09 |
| HSL | 76.36º | 0.73% | 0.68% | - |
| HSV(B) | 76.36º | 0.52% | 0.91% | - |
| XYZ | 55.88 | 71.73 | 26.23 | - |
| YUV | 209.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 112 | 0.14 | 0 | 0.52 | 0.09 | 76.36 | 0.73 | 0.68 |
| Hex | C8 | E9 | 70 | E | 0 | 34 | 9 | 4C | 49 | 44 |
| Octal | 310 | 351 | 160 | 16 | 0 | 64 | 11 | 114 | 111 | 104 |
| Binary | 11001000 | 11101001 | 1110000 | 1110 | 0 | 110100 | 1001 | 1001100 | 1001001 | 1000100 |
Color Harmonies of #C8E970
Complementary color
Monochromatic Colors of #C8E970
Black with #C8E970
Text Example
Text Example
White with #C8E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E970; }
p { color: rgb(200,233,112); }
H1.HeaderClassName
{
color: #C8E970;
}
.AnyTagClassName
{
color: #C8E970;
}
</style>
background-color css
<style>
a { background-color: #C8E970; }
a { background-color: rgb(200,233,112); }
div.DivClassName
{
background-color: #C8E970;
}
.BgClassName
{
background-color: #C8E970;
}
</style>
border-color css
<style>
span { border-color: #C8E970; }
span { border-color: rgb(200,233,112); }
td.TdClassName
{
border-color: #C8E970;
}
.TagClassName
{
border-color: #C8E970;
}
</style>