Shades of Sulu #C5F888
Tints of Sulu #C5F888
RGB
CMYK
RGB Variations
Color information
#C5F888 (or 0xC5F888) is known color: Sulu. HEX triplet: C5, F8 and 88. RGB value is (197,248,136). Sum of RGB (Red+Green+Blue) = 197+248+136=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F888 is #3A0777. Grayscale: #DCDCDC. Windows color (decimal): -3803000 or 8976581. OLE color: 8976581.
HSL color Cylindrical-coordinate representation of color #C5F888: hue angle of 87.32º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5F888 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 136 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.03 |
| HSL | 87.32º | 0.89% | 0.75% | - |
| HSV(B) | 87.32º | 0.45% | 0.97% | - |
| XYZ | 61.04 | 80.78 | 35.67 | - |
| YUV | 219.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 136 | 0.21 | 0 | 0.45 | 0.03 | 87.32 | 0.89 | 0.75 |
| Hex | C5 | F8 | 88 | 15 | 0 | 2D | 3 | 57 | 59 | 4B |
| Octal | 305 | 370 | 210 | 25 | 0 | 55 | 3 | 127 | 131 | 113 |
| Binary | 11000101 | 11111000 | 10001000 | 10101 | 0 | 101101 | 11 | 1010111 | 1011001 | 1001011 |
Color Harmonies of #C5F888
Complementary color
Monochromatic Colors of #C5F888
Black with #C5F888
Text Example
Text Example
White with #C5F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F888; }
p { color: rgb(197,248,136); }
H1.HeaderClassName
{
color: #C5F888;
}
.AnyTagClassName
{
color: #C5F888;
}
</style>
background-color css
<style>
a { background-color: #C5F888; }
a { background-color: rgb(197,248,136); }
div.DivClassName
{
background-color: #C5F888;
}
.BgClassName
{
background-color: #C5F888;
}
</style>
border-color css
<style>
span { border-color: #C5F888; }
span { border-color: rgb(197,248,136); }
td.TdClassName
{
border-color: #C5F888;
}
.TagClassName
{
border-color: #C5F888;
}
</style>