Shades of Sulu #C8E48E
Tints of Sulu #C8E48E
RGB
CMYK
RGB Variations
Color information
#C8E48E (or 0xC8E48E) is known color: Sulu. HEX triplet: C8, E4 and 8E. RGB value is (200,228,142). Sum of RGB (Red+Green+Blue) = 200+228+142=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E48E is #371B71. Grayscale: #D2D2D2. Windows color (decimal): -3611506 or 9364680. OLE color: 9364680.
HSL color Cylindrical-coordinate representation of color #C8E48E: hue angle of 79.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8E48E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 142 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.11 |
| HSL | 79.53º | 0.61% | 0.73% | - |
| HSV(B) | 79.53º | 0.38% | 0.89% | - |
| XYZ | 56.45 | 69.72 | 36.07 | - |
| YUV | 209.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 142 | 0.12 | 0 | 0.38 | 0.11 | 79.53 | 0.61 | 0.73 |
| Hex | C8 | E4 | 8E | C | 0 | 26 | B | 50 | 3D | 49 |
| Octal | 310 | 344 | 216 | 14 | 0 | 46 | 13 | 120 | 75 | 111 |
| Binary | 11001000 | 11100100 | 10001110 | 1100 | 0 | 100110 | 1011 | 1010000 | 111101 | 1001001 |
Color Harmonies of #C8E48E
Complementary color
Monochromatic Colors of #C8E48E
Black with #C8E48E
Text Example
Text Example
White with #C8E48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E48E; }
p { color: rgb(200,228,142); }
H1.HeaderClassName
{
color: #C8E48E;
}
.AnyTagClassName
{
color: #C8E48E;
}
</style>
background-color css
<style>
a { background-color: #C8E48E; }
a { background-color: rgb(200,228,142); }
div.DivClassName
{
background-color: #C8E48E;
}
.BgClassName
{
background-color: #C8E48E;
}
</style>
border-color css
<style>
span { border-color: #C8E48E; }
span { border-color: rgb(200,228,142); }
td.TdClassName
{
border-color: #C8E48E;
}
.TagClassName
{
border-color: #C8E48E;
}
</style>