Shades of Fern #5AB756
Tints of Fern #5AB756
RGB
CMYK
RGB Variations
Color information
#5AB756 (or 0x5AB756) is known color: Fern. HEX triplet: 5A, B7 and 56. RGB value is (90,183,86). Sum of RGB (Red+Green+Blue) = 90+183+86=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB756 is #A548A9. Grayscale: #909090. Windows color (decimal): -10832042 or 5683034. OLE color: 5683034.
HSL color Cylindrical-coordinate representation of color #5AB756: hue angle of 117.53º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB756 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 86 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.28 |
| HSL | 117.53º | 0.4% | 0.53% | - |
| HSV(B) | 117.53º | 0.53% | 0.72% | - |
| XYZ | 22.83 | 36.71 | 14.69 | - |
| YUV | 144.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 86 | 0.51 | 0 | 0.53 | 0.28 | 117.53 | 0.4 | 0.53 |
| Hex | 5A | B7 | 56 | 33 | 0 | 35 | 1C | 76 | 28 | 35 |
| Octal | 132 | 267 | 126 | 63 | 0 | 65 | 34 | 166 | 50 | 65 |
| Binary | 1011010 | 10110111 | 1010110 | 110011 | 0 | 110101 | 11100 | 1110110 | 101000 | 110101 |
Color Harmonies of #5AB756
Complementary color
Monochromatic Colors of #5AB756
Black with #5AB756
Text Example
Text Example
White with #5AB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB756; }
p { color: rgb(90,183,86); }
H1.HeaderClassName
{
color: #5AB756;
}
.AnyTagClassName
{
color: #5AB756;
}
</style>
background-color css
<style>
a { background-color: #5AB756; }
a { background-color: rgb(90,183,86); }
div.DivClassName
{
background-color: #5AB756;
}
.BgClassName
{
background-color: #5AB756;
}
</style>
border-color css
<style>
span { border-color: #5AB756; }
span { border-color: rgb(90,183,86); }
td.TdClassName
{
border-color: #5AB756;
}
.TagClassName
{
border-color: #5AB756;
}
</style>