Shades of Sulu #C8FC8D
Tints of Sulu #C8FC8D
RGB
CMYK
RGB Variations
Color information
#C8FC8D (or 0xC8FC8D) is known color: Sulu. HEX triplet: C8, FC and 8D. RGB value is (200,252,141). Sum of RGB (Red+Green+Blue) = 200+252+141=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FC8D is #370372. Grayscale: #E0E0E0. Windows color (decimal): -3605363 or 9305288. OLE color: 9305288.
HSL color Cylindrical-coordinate representation of color #C8FC8D: hue angle of 88.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8FC8D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 141 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.01 |
| HSL | 88.11º | 0.95% | 0.77% | - |
| HSV(B) | 88.11º | 0.44% | 0.99% | - |
| XYZ | 63.44 | 83.82 | 38.04 | - |
| YUV | 223.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 141 | 0.21 | 0 | 0.44 | 0.01 | 88.11 | 0.95 | 0.77 |
| Hex | C8 | FC | 8D | 15 | 0 | 2C | 1 | 58 | 5F | 4D |
| Octal | 310 | 374 | 215 | 25 | 0 | 54 | 1 | 130 | 137 | 115 |
| Binary | 11001000 | 11111100 | 10001101 | 10101 | 0 | 101100 | 1 | 1011000 | 1011111 | 1001101 |
Color Harmonies of #C8FC8D
Complementary color
Monochromatic Colors of #C8FC8D
Black with #C8FC8D
Text Example
Text Example
White with #C8FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC8D; }
p { color: rgb(200,252,141); }
H1.HeaderClassName
{
color: #C8FC8D;
}
.AnyTagClassName
{
color: #C8FC8D;
}
</style>
background-color css
<style>
a { background-color: #C8FC8D; }
a { background-color: rgb(200,252,141); }
div.DivClassName
{
background-color: #C8FC8D;
}
.BgClassName
{
background-color: #C8FC8D;
}
</style>
border-color css
<style>
span { border-color: #C8FC8D; }
span { border-color: rgb(200,252,141); }
td.TdClassName
{
border-color: #C8FC8D;
}
.TagClassName
{
border-color: #C8FC8D;
}
</style>