Shades of Sulu #C5FE86
Tints of Sulu #C5FE86
RGB
CMYK
RGB Variations
Color information
#C5FE86 (or 0xC5FE86) is known color: Sulu. HEX triplet: C5, FE and 86. RGB value is (197,254,134). Sum of RGB (Red+Green+Blue) = 197+254+134=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FE86 is #3A0179. Grayscale: #DFDFDF. Windows color (decimal): -3801466 or 8847045. OLE color: 8847045.
HSL color Cylindrical-coordinate representation of color #C5FE86: hue angle of 88.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5FE86 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 134 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.00 |
| HSL | 88.5º | 0.98% | 0.76% | - |
| HSV(B) | 88.5º | 0.47% | 1% | - |
| XYZ | 62.77 | 84.48 | 35.55 | - |
| YUV | 223.28 | 77.62 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 134 | 0.22 | 0 | 0.47 | 0.00 | 88.5 | 0.98 | 0.76 |
| Hex | C5 | FE | 86 | 16 | 0 | 2F | 0 | 58 | 62 | 4C |
| Octal | 305 | 376 | 206 | 26 | 0 | 57 | 0 | 130 | 142 | 114 |
| Binary | 11000101 | 11111110 | 10000110 | 10110 | 0 | 101111 | 0 | 1011000 | 1100010 | 1001100 |
Color Harmonies of #C5FE86
Complementary color
Monochromatic Colors of #C5FE86
Black with #C5FE86
Text Example
Text Example
White with #C5FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE86; }
p { color: rgb(197,254,134); }
H1.HeaderClassName
{
color: #C5FE86;
}
.AnyTagClassName
{
color: #C5FE86;
}
</style>
background-color css
<style>
a { background-color: #C5FE86; }
a { background-color: rgb(197,254,134); }
div.DivClassName
{
background-color: #C5FE86;
}
.BgClassName
{
background-color: #C5FE86;
}
</style>
border-color css
<style>
span { border-color: #C5FE86; }
span { border-color: rgb(197,254,134); }
td.TdClassName
{
border-color: #C5FE86;
}
.TagClassName
{
border-color: #C5FE86;
}
</style>