Shades of Sulu #C8E08D
Tints of Sulu #C8E08D
RGB
CMYK
RGB Variations
Color information
#C8E08D (or 0xC8E08D) is known color: Sulu. HEX triplet: C8, E0 and 8D. RGB value is (200,224,141). Sum of RGB (Red+Green+Blue) = 200+224+141=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E08D is #371F72. Grayscale: #CFCFCF. Windows color (decimal): -3612531 or 9298120. OLE color: 9298120.
HSL color Cylindrical-coordinate representation of color #C8E08D: hue angle of 77.35º degrees, saturation: 0.57, 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 #C8E08D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 141 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.12 |
| HSL | 77.35º | 0.57% | 0.72% | - |
| HSV(B) | 77.35º | 0.37% | 0.88% | - |
| XYZ | 55.28 | 67.51 | 35.32 | - |
| YUV | 207.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 141 | 0.11 | 0 | 0.37 | 0.12 | 77.35 | 0.57 | 0.72 |
| Hex | C8 | E0 | 8D | B | 0 | 25 | C | 4D | 39 | 48 |
| Octal | 310 | 340 | 215 | 13 | 0 | 45 | 14 | 115 | 71 | 110 |
| Binary | 11001000 | 11100000 | 10001101 | 1011 | 0 | 100101 | 1100 | 1001101 | 111001 | 1001000 |
Color Harmonies of #C8E08D
Complementary color
Monochromatic Colors of #C8E08D
Black with #C8E08D
Text Example
Text Example
White with #C8E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E08D; }
p { color: rgb(200,224,141); }
H1.HeaderClassName
{
color: #C8E08D;
}
.AnyTagClassName
{
color: #C8E08D;
}
</style>
background-color css
<style>
a { background-color: #C8E08D; }
a { background-color: rgb(200,224,141); }
div.DivClassName
{
background-color: #C8E08D;
}
.BgClassName
{
background-color: #C8E08D;
}
</style>
border-color css
<style>
span { border-color: #C8E08D; }
span { border-color: rgb(200,224,141); }
td.TdClassName
{
border-color: #C8E08D;
}
.TagClassName
{
border-color: #C8E08D;
}
</style>