Shades of Sulu #C8E976
Tints of Sulu #C8E976
RGB
CMYK
RGB Variations
Color information
#C8E976 (or 0xC8E976) is known color: Sulu. HEX triplet: C8, E9 and 76. RGB value is (200,233,118). Sum of RGB (Red+Green+Blue) = 200+233+118=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E976 is #371689. Grayscale: #D2D2D2. Windows color (decimal): -3610250 or 7793096. OLE color: 7793096.
HSL color Cylindrical-coordinate representation of color #C8E976: hue angle of 77.22º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8E976 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 118 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.09 |
| HSL | 77.22º | 0.72% | 0.69% | - |
| HSV(B) | 77.22º | 0.49% | 0.91% | - |
| XYZ | 56.23 | 71.87 | 28.05 | - |
| YUV | 210.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 118 | 0.14 | 0 | 0.49 | 0.09 | 77.22 | 0.72 | 0.69 |
| Hex | C8 | E9 | 76 | E | 0 | 31 | 9 | 4D | 48 | 45 |
| Octal | 310 | 351 | 166 | 16 | 0 | 61 | 11 | 115 | 110 | 105 |
| Binary | 11001000 | 11101001 | 1110110 | 1110 | 0 | 110001 | 1001 | 1001101 | 1001000 | 1000101 |
Color Harmonies of #C8E976
Complementary color
Monochromatic Colors of #C8E976
Black with #C8E976
Text Example
Text Example
White with #C8E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E976; }
p { color: rgb(200,233,118); }
H1.HeaderClassName
{
color: #C8E976;
}
.AnyTagClassName
{
color: #C8E976;
}
</style>
background-color css
<style>
a { background-color: #C8E976; }
a { background-color: rgb(200,233,118); }
div.DivClassName
{
background-color: #C8E976;
}
.BgClassName
{
background-color: #C8E976;
}
</style>
border-color css
<style>
span { border-color: #C8E976; }
span { border-color: rgb(200,233,118); }
td.TdClassName
{
border-color: #C8E976;
}
.TagClassName
{
border-color: #C8E976;
}
</style>