Shades of Fern #5ABB71
Tints of Fern #5ABB71
RGB
CMYK
RGB Variations
Color information
#5ABB71 (or 0x5ABB71) is known color: Fern. HEX triplet: 5A, BB and 71. RGB value is (90,187,113). Sum of RGB (Red+Green+Blue) = 90+187+113=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB71 is #A5448E. Grayscale: #959595. Windows color (decimal): -10830991 or 7453530. OLE color: 7453530.
HSL color Cylindrical-coordinate representation of color #5ABB71: hue angle of 134.23º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB71 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 113 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.27 |
| HSL | 134.23º | 0.42% | 0.54% | - |
| HSV(B) | 134.23º | 0.52% | 0.73% | - |
| XYZ | 24.97 | 38.91 | 21.82 | - |
| YUV | 149.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 113 | 0.52 | 0 | 0.40 | 0.27 | 134.23 | 0.42 | 0.54 |
| Hex | 5A | BB | 71 | 34 | 0 | 28 | 1B | 86 | 2A | 36 |
| Octal | 132 | 273 | 161 | 64 | 0 | 50 | 33 | 206 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1110001 | 110100 | 0 | 101000 | 11011 | 10000110 | 101010 | 110110 |
Color Harmonies of #5ABB71
Complementary color
Monochromatic Colors of #5ABB71
Black with #5ABB71
Text Example
Text Example
White with #5ABB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB71; }
p { color: rgb(90,187,113); }
H1.HeaderClassName
{
color: #5ABB71;
}
.AnyTagClassName
{
color: #5ABB71;
}
</style>
background-color css
<style>
a { background-color: #5ABB71; }
a { background-color: rgb(90,187,113); }
div.DivClassName
{
background-color: #5ABB71;
}
.BgClassName
{
background-color: #5ABB71;
}
</style>
border-color css
<style>
span { border-color: #5ABB71; }
span { border-color: rgb(90,187,113); }
td.TdClassName
{
border-color: #5ABB71;
}
.TagClassName
{
border-color: #5ABB71;
}
</style>