Shades of Fern #5AB770
Tints of Fern #5AB770
RGB
CMYK
RGB Variations
Color information
#5AB770 (or 0x5AB770) is known color: Fern. HEX triplet: 5A, B7 and 70. RGB value is (90,183,112). Sum of RGB (Red+Green+Blue) = 90+183+112=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB770 is #A5488F. Grayscale: #939393. Windows color (decimal): -10832016 or 7386970. OLE color: 7386970.
HSL color Cylindrical-coordinate representation of color #5AB770: hue angle of 134.19º 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 #5AB770 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 112 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.28 |
| HSL | 134.19º | 0.39% | 0.54% | - |
| HSV(B) | 134.19º | 0.51% | 0.72% | - |
| XYZ | 24.07 | 37.21 | 21.24 | - |
| YUV | 147.1 | 108.19 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 112 | 0.51 | 0 | 0.39 | 0.28 | 134.19 | 0.39 | 0.54 |
| Hex | 5A | B7 | 70 | 33 | 0 | 27 | 1C | 86 | 27 | 36 |
| Octal | 132 | 267 | 160 | 63 | 0 | 47 | 34 | 206 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1110000 | 110011 | 0 | 100111 | 11100 | 10000110 | 100111 | 110110 |
Color Harmonies of #5AB770
Complementary color
Monochromatic Colors of #5AB770
Black with #5AB770
Text Example
Text Example
White with #5AB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB770; }
p { color: rgb(90,183,112); }
H1.HeaderClassName
{
color: #5AB770;
}
.AnyTagClassName
{
color: #5AB770;
}
</style>
background-color css
<style>
a { background-color: #5AB770; }
a { background-color: rgb(90,183,112); }
div.DivClassName
{
background-color: #5AB770;
}
.BgClassName
{
background-color: #5AB770;
}
</style>
border-color css
<style>
span { border-color: #5AB770; }
span { border-color: rgb(90,183,112); }
td.TdClassName
{
border-color: #5AB770;
}
.TagClassName
{
border-color: #5AB770;
}
</style>