Shades of Fern #5AB771
Tints of Fern #5AB771
RGB
CMYK
RGB Variations
Color information
#5AB771 (or 0x5AB771) is known color: Fern. HEX triplet: 5A, B7 and 71. RGB value is (90,183,113). Sum of RGB (Red+Green+Blue) = 90+183+113=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB771 is #A5488E. Grayscale: #939393. Windows color (decimal): -10832015 or 7452506. OLE color: 7452506.
HSL color Cylindrical-coordinate representation of color #5AB771: hue angle of 134.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB771 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 113 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.28 |
| HSL | 134.84º | 0.39% | 0.54% | - |
| HSV(B) | 134.84º | 0.51% | 0.72% | - |
| XYZ | 24.13 | 37.23 | 21.54 | - |
| YUV | 147.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 113 | 0.51 | 0 | 0.38 | 0.28 | 134.84 | 0.39 | 0.54 |
| Hex | 5A | B7 | 71 | 33 | 0 | 26 | 1C | 87 | 27 | 36 |
| Octal | 132 | 267 | 161 | 63 | 0 | 46 | 34 | 207 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1110001 | 110011 | 0 | 100110 | 11100 | 10000111 | 100111 | 110110 |
Color Harmonies of #5AB771
Complementary color
Monochromatic Colors of #5AB771
Black with #5AB771
Text Example
Text Example
White with #5AB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB771; }
p { color: rgb(90,183,113); }
H1.HeaderClassName
{
color: #5AB771;
}
.AnyTagClassName
{
color: #5AB771;
}
</style>
background-color css
<style>
a { background-color: #5AB771; }
a { background-color: rgb(90,183,113); }
div.DivClassName
{
background-color: #5AB771;
}
.BgClassName
{
background-color: #5AB771;
}
</style>
border-color css
<style>
span { border-color: #5AB771; }
span { border-color: rgb(90,183,113); }
td.TdClassName
{
border-color: #5AB771;
}
.TagClassName
{
border-color: #5AB771;
}
</style>