Shades of Sulu #C8FA88
Tints of Sulu #C8FA88
RGB
CMYK
RGB Variations
Color information
#C8FA88 (or 0xC8FA88) is known color: Sulu. HEX triplet: C8, FA and 88. RGB value is (200,250,136). Sum of RGB (Red+Green+Blue) = 200+250+136=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA88 is #370577. Grayscale: #DEDEDE. Windows color (decimal): -3605880 or 8977096. OLE color: 8977096.
HSL color Cylindrical-coordinate representation of color #C8FA88: hue angle of 86.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8FA88 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 136 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.02 |
| HSL | 86.32º | 0.92% | 0.76% | - |
| HSV(B) | 86.32º | 0.46% | 0.98% | - |
| XYZ | 62.45 | 82.43 | 35.91 | - |
| YUV | 222.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 136 | 0.2 | 0 | 0.46 | 0.02 | 86.32 | 0.92 | 0.76 |
| Hex | C8 | FA | 88 | 14 | 0 | 2E | 2 | 56 | 5C | 4C |
| Octal | 310 | 372 | 210 | 24 | 0 | 56 | 2 | 126 | 134 | 114 |
| Binary | 11001000 | 11111010 | 10001000 | 10100 | 0 | 101110 | 10 | 1010110 | 1011100 | 1001100 |
Color Harmonies of #C8FA88
Complementary color
Monochromatic Colors of #C8FA88
Black with #C8FA88
Text Example
Text Example
White with #C8FA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA88; }
p { color: rgb(200,250,136); }
H1.HeaderClassName
{
color: #C8FA88;
}
.AnyTagClassName
{
color: #C8FA88;
}
</style>
background-color css
<style>
a { background-color: #C8FA88; }
a { background-color: rgb(200,250,136); }
div.DivClassName
{
background-color: #C8FA88;
}
.BgClassName
{
background-color: #C8FA88;
}
</style>
border-color css
<style>
span { border-color: #C8FA88; }
span { border-color: rgb(200,250,136); }
td.TdClassName
{
border-color: #C8FA88;
}
.TagClassName
{
border-color: #C8FA88;
}
</style>