Shades of Sulu #C8E96C
Tints of Sulu #C8E96C
RGB
CMYK
RGB Variations
Color information
#C8E96C (or 0xC8E96C) is known color: Sulu. HEX triplet: C8, E9 and 6C. RGB value is (200,233,108). Sum of RGB (Red+Green+Blue) = 200+233+108=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E96C is #371693. Grayscale: #D1D1D1. Windows color (decimal): -3610260 or 7137736. OLE color: 7137736.
HSL color Cylindrical-coordinate representation of color #C8E96C: hue angle of 75.84º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8E96C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 108 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.09 |
| HSL | 75.84º | 0.74% | 0.67% | - |
| HSV(B) | 75.84º | 0.54% | 0.91% | - |
| XYZ | 55.67 | 71.64 | 25.08 | - |
| YUV | 208.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 108 | 0.14 | 0 | 0.54 | 0.09 | 75.84 | 0.74 | 0.67 |
| Hex | C8 | E9 | 6C | E | 0 | 36 | 9 | 4C | 4A | 43 |
| Octal | 310 | 351 | 154 | 16 | 0 | 66 | 11 | 114 | 112 | 103 |
| Binary | 11001000 | 11101001 | 1101100 | 1110 | 0 | 110110 | 1001 | 1001100 | 1001010 | 1000011 |
Color Harmonies of #C8E96C
Complementary color
Monochromatic Colors of #C8E96C
Black with #C8E96C
Text Example
Text Example
White with #C8E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E96C; }
p { color: rgb(200,233,108); }
H1.HeaderClassName
{
color: #C8E96C;
}
.AnyTagClassName
{
color: #C8E96C;
}
</style>
background-color css
<style>
a { background-color: #C8E96C; }
a { background-color: rgb(200,233,108); }
div.DivClassName
{
background-color: #C8E96C;
}
.BgClassName
{
background-color: #C8E96C;
}
</style>
border-color css
<style>
span { border-color: #C8E96C; }
span { border-color: rgb(200,233,108); }
td.TdClassName
{
border-color: #C8E96C;
}
.TagClassName
{
border-color: #C8E96C;
}
</style>