Shades of Sulu #C8F88D
Tints of Sulu #C8F88D
RGB
CMYK
RGB Variations
Color information
#C8F88D (or 0xC8F88D) is known color: Sulu. HEX triplet: C8, F8 and 8D. RGB value is (200,248,141). Sum of RGB (Red+Green+Blue) = 200+248+141=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F88D is #370772. Grayscale: #DDDDDD. Windows color (decimal): -3606387 or 9304264. OLE color: 9304264.
HSL color Cylindrical-coordinate representation of color #C8F88D: hue angle of 86.92º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8F88D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 141 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.03 |
| HSL | 86.92º | 0.88% | 0.76% | - |
| HSV(B) | 86.92º | 0.43% | 0.97% | - |
| XYZ | 62.19 | 81.34 | 37.62 | - |
| YUV | 221.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 141 | 0.19 | 0 | 0.43 | 0.03 | 86.92 | 0.88 | 0.76 |
| Hex | C8 | F8 | 8D | 13 | 0 | 2B | 3 | 57 | 58 | 4C |
| Octal | 310 | 370 | 215 | 23 | 0 | 53 | 3 | 127 | 130 | 114 |
| Binary | 11001000 | 11111000 | 10001101 | 10011 | 0 | 101011 | 11 | 1010111 | 1011000 | 1001100 |
Color Harmonies of #C8F88D
Complementary color
Monochromatic Colors of #C8F88D
Black with #C8F88D
Text Example
Text Example
White with #C8F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F88D; }
p { color: rgb(200,248,141); }
H1.HeaderClassName
{
color: #C8F88D;
}
.AnyTagClassName
{
color: #C8F88D;
}
</style>
background-color css
<style>
a { background-color: #C8F88D; }
a { background-color: rgb(200,248,141); }
div.DivClassName
{
background-color: #C8F88D;
}
.BgClassName
{
background-color: #C8F88D;
}
</style>
border-color css
<style>
span { border-color: #C8F88D; }
span { border-color: rgb(200,248,141); }
td.TdClassName
{
border-color: #C8F88D;
}
.TagClassName
{
border-color: #C8F88D;
}
</style>