Shades of Sulu #C5F862
Tints of Sulu #C5F862
RGB
CMYK
RGB Variations
Color information
#C5F862 (or 0xC5F862) is known color: Sulu. HEX triplet: C5, F8 and 62. RGB value is (197,248,98). Sum of RGB (Red+Green+Blue) = 197+248+98=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F862 is #3A079D. Grayscale: #D8D8D8. Windows color (decimal): -3803038 or 6486213. OLE color: 6486213.
HSL color Cylindrical-coordinate representation of color #C5F862: hue angle of 80.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5F862 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 98 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.03 |
| HSL | 80.4º | 0.91% | 0.68% | - |
| HSV(B) | 80.4º | 0.6% | 0.97% | - |
| XYZ | 58.8 | 79.89 | 23.88 | - |
| YUV | 215.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 98 | 0.21 | 0 | 0.60 | 0.03 | 80.4 | 0.91 | 0.68 |
| Hex | C5 | F8 | 62 | 15 | 0 | 3C | 3 | 50 | 5B | 44 |
| Octal | 305 | 370 | 142 | 25 | 0 | 74 | 3 | 120 | 133 | 104 |
| Binary | 11000101 | 11111000 | 1100010 | 10101 | 0 | 111100 | 11 | 1010000 | 1011011 | 1000100 |
Color Harmonies of #C5F862
Complementary color
Monochromatic Colors of #C5F862
Black with #C5F862
Text Example
Text Example
White with #C5F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F862; }
p { color: rgb(197,248,98); }
H1.HeaderClassName
{
color: #C5F862;
}
.AnyTagClassName
{
color: #C5F862;
}
</style>
background-color css
<style>
a { background-color: #C5F862; }
a { background-color: rgb(197,248,98); }
div.DivClassName
{
background-color: #C5F862;
}
.BgClassName
{
background-color: #C5F862;
}
</style>
border-color css
<style>
span { border-color: #C5F862; }
span { border-color: rgb(197,248,98); }
td.TdClassName
{
border-color: #C5F862;
}
.TagClassName
{
border-color: #C5F862;
}
</style>