Shades of Sulu #C8E18E
Tints of Sulu #C8E18E
RGB
CMYK
RGB Variations
Color information
#C8E18E (or 0xC8E18E) is known color: Sulu. HEX triplet: C8, E1 and 8E. RGB value is (200,225,142). Sum of RGB (Red+Green+Blue) = 200+225+142=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E18E is #371E71. Grayscale: #D0D0D0. Windows color (decimal): -3612274 or 9363912. OLE color: 9363912.
HSL color Cylindrical-coordinate representation of color #C8E18E: hue angle of 78.07º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8E18E is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 142 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.12 |
| HSL | 78.07º | 0.58% | 0.72% | - |
| HSV(B) | 78.07º | 0.37% | 0.88% | - |
| XYZ | 55.63 | 68.08 | 35.8 | - |
| YUV | 208.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 142 | 0.11 | 0 | 0.37 | 0.12 | 78.07 | 0.58 | 0.72 |
| Hex | C8 | E1 | 8E | B | 0 | 25 | C | 4E | 3A | 48 |
| Octal | 310 | 341 | 216 | 13 | 0 | 45 | 14 | 116 | 72 | 110 |
| Binary | 11001000 | 11100001 | 10001110 | 1011 | 0 | 100101 | 1100 | 1001110 | 111010 | 1001000 |
Color Harmonies of #C8E18E
Complementary color
Monochromatic Colors of #C8E18E
Black with #C8E18E
Text Example
Text Example
White with #C8E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E18E; }
p { color: rgb(200,225,142); }
H1.HeaderClassName
{
color: #C8E18E;
}
.AnyTagClassName
{
color: #C8E18E;
}
</style>
background-color css
<style>
a { background-color: #C8E18E; }
a { background-color: rgb(200,225,142); }
div.DivClassName
{
background-color: #C8E18E;
}
.BgClassName
{
background-color: #C8E18E;
}
</style>
border-color css
<style>
span { border-color: #C8E18E; }
span { border-color: rgb(200,225,142); }
td.TdClassName
{
border-color: #C8E18E;
}
.TagClassName
{
border-color: #C8E18E;
}
</style>