Shades of Sulu #C5F986
Tints of Sulu #C5F986
RGB
CMYK
RGB Variations
Color information
#C5F986 (or 0xC5F986) is known color: Sulu. HEX triplet: C5, F9 and 86. RGB value is (197,249,134). Sum of RGB (Red+Green+Blue) = 197+249+134=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F986 is #3A0679. Grayscale: #DCDCDC. Windows color (decimal): -3802746 or 8845765. OLE color: 8845765.
HSL color Cylindrical-coordinate representation of color #C5F986: hue angle of 87.13º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5F986 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 134 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.02 |
| HSL | 87.13º | 0.91% | 0.75% | - |
| HSV(B) | 87.13º | 0.46% | 0.98% | - |
| XYZ | 61.2 | 81.34 | 35.03 | - |
| YUV | 220.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 134 | 0.21 | 0 | 0.46 | 0.02 | 87.13 | 0.91 | 0.75 |
| Hex | C5 | F9 | 86 | 15 | 0 | 2E | 2 | 57 | 5B | 4B |
| Octal | 305 | 371 | 206 | 25 | 0 | 56 | 2 | 127 | 133 | 113 |
| Binary | 11000101 | 11111001 | 10000110 | 10101 | 0 | 101110 | 10 | 1010111 | 1011011 | 1001011 |
Color Harmonies of #C5F986
Complementary color
Monochromatic Colors of #C5F986
Black with #C5F986
Text Example
Text Example
White with #C5F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F986; }
p { color: rgb(197,249,134); }
H1.HeaderClassName
{
color: #C5F986;
}
.AnyTagClassName
{
color: #C5F986;
}
</style>
background-color css
<style>
a { background-color: #C5F986; }
a { background-color: rgb(197,249,134); }
div.DivClassName
{
background-color: #C5F986;
}
.BgClassName
{
background-color: #C5F986;
}
</style>
border-color css
<style>
span { border-color: #C5F986; }
span { border-color: rgb(197,249,134); }
td.TdClassName
{
border-color: #C5F986;
}
.TagClassName
{
border-color: #C5F986;
}
</style>