Shades of Sulu #C8E084
Tints of Sulu #C8E084
RGB
CMYK
RGB Variations
Color information
#C8E084 (or 0xC8E084) is known color: Sulu. HEX triplet: C8, E0 and 84. RGB value is (200,224,132). Sum of RGB (Red+Green+Blue) = 200+224+132=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E084 is #371F7B. Grayscale: #CECECE. Windows color (decimal): -3612540 or 8708296. OLE color: 8708296.
HSL color Cylindrical-coordinate representation of color #C8E084: hue angle of 75.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8E084 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 132 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.12 |
| HSL | 75.65º | 0.6% | 0.7% | - |
| HSV(B) | 75.65º | 0.41% | 0.88% | - |
| XYZ | 54.64 | 67.26 | 31.93 | - |
| YUV | 206.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 132 | 0.11 | 0 | 0.41 | 0.12 | 75.65 | 0.6 | 0.7 |
| Hex | C8 | E0 | 84 | B | 0 | 29 | C | 4C | 3C | 46 |
| Octal | 310 | 340 | 204 | 13 | 0 | 51 | 14 | 114 | 74 | 106 |
| Binary | 11001000 | 11100000 | 10000100 | 1011 | 0 | 101001 | 1100 | 1001100 | 111100 | 1000110 |
Color Harmonies of #C8E084
Complementary color
Monochromatic Colors of #C8E084
Black with #C8E084
Text Example
Text Example
White with #C8E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E084; }
p { color: rgb(200,224,132); }
H1.HeaderClassName
{
color: #C8E084;
}
.AnyTagClassName
{
color: #C8E084;
}
</style>
background-color css
<style>
a { background-color: #C8E084; }
a { background-color: rgb(200,224,132); }
div.DivClassName
{
background-color: #C8E084;
}
.BgClassName
{
background-color: #C8E084;
}
</style>
border-color css
<style>
span { border-color: #C8E084; }
span { border-color: rgb(200,224,132); }
td.TdClassName
{
border-color: #C8E084;
}
.TagClassName
{
border-color: #C8E084;
}
</style>