Shades of Sulu #C8E28D
Tints of Sulu #C8E28D
RGB
CMYK
RGB Variations
Color information
#C8E28D (or 0xC8E28D) is known color: Sulu. HEX triplet: C8, E2 and 8D. RGB value is (200,226,141). Sum of RGB (Red+Green+Blue) = 200+226+141=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E28D is #371D72. Grayscale: #D0D0D0. Windows color (decimal): -3612019 or 9298632. OLE color: 9298632.
HSL color Cylindrical-coordinate representation of color #C8E28D: hue angle of 78.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8E28D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 141 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.11 |
| HSL | 78.35º | 0.59% | 0.72% | - |
| HSV(B) | 78.35º | 0.38% | 0.89% | - |
| XYZ | 55.82 | 68.6 | 35.5 | - |
| YUV | 208.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 141 | 0.12 | 0 | 0.38 | 0.11 | 78.35 | 0.59 | 0.72 |
| Hex | C8 | E2 | 8D | C | 0 | 26 | B | 4E | 3B | 48 |
| Octal | 310 | 342 | 215 | 14 | 0 | 46 | 13 | 116 | 73 | 110 |
| Binary | 11001000 | 11100010 | 10001101 | 1100 | 0 | 100110 | 1011 | 1001110 | 111011 | 1001000 |
Color Harmonies of #C8E28D
Complementary color
Monochromatic Colors of #C8E28D
Black with #C8E28D
Text Example
Text Example
White with #C8E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E28D; }
p { color: rgb(200,226,141); }
H1.HeaderClassName
{
color: #C8E28D;
}
.AnyTagClassName
{
color: #C8E28D;
}
</style>
background-color css
<style>
a { background-color: #C8E28D; }
a { background-color: rgb(200,226,141); }
div.DivClassName
{
background-color: #C8E28D;
}
.BgClassName
{
background-color: #C8E28D;
}
</style>
border-color css
<style>
span { border-color: #C8E28D; }
span { border-color: rgb(200,226,141); }
td.TdClassName
{
border-color: #C8E28D;
}
.TagClassName
{
border-color: #C8E28D;
}
</style>