Shades of Fern #5AB775
Tints of Fern #5AB775
RGB
CMYK
RGB Variations
Color information
#5AB775 (or 0x5AB775) is known color: Fern. HEX triplet: 5A, B7 and 75. RGB value is (90,183,117). Sum of RGB (Red+Green+Blue) = 90+183+117=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB775 is #A5488A. Grayscale: #939393. Windows color (decimal): -10832011 or 7714650. OLE color: 7714650.
HSL color Cylindrical-coordinate representation of color #5AB775: hue angle of 137.42º 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 #5AB775 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 117 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.28 |
| HSL | 137.42º | 0.39% | 0.54% | - |
| HSV(B) | 137.42º | 0.51% | 0.72% | - |
| XYZ | 24.36 | 37.32 | 22.75 | - |
| YUV | 147.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 117 | 0.51 | 0 | 0.36 | 0.28 | 137.42 | 0.39 | 0.54 |
| Hex | 5A | B7 | 75 | 33 | 0 | 24 | 1C | 89 | 27 | 36 |
| Octal | 132 | 267 | 165 | 63 | 0 | 44 | 34 | 211 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1110101 | 110011 | 0 | 100100 | 11100 | 10001001 | 100111 | 110110 |
Color Harmonies of #5AB775
Complementary color
Monochromatic Colors of #5AB775
Black with #5AB775
Text Example
Text Example
White with #5AB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB775; }
p { color: rgb(90,183,117); }
H1.HeaderClassName
{
color: #5AB775;
}
.AnyTagClassName
{
color: #5AB775;
}
</style>
background-color css
<style>
a { background-color: #5AB775; }
a { background-color: rgb(90,183,117); }
div.DivClassName
{
background-color: #5AB775;
}
.BgClassName
{
background-color: #5AB775;
}
</style>
border-color css
<style>
span { border-color: #5AB775; }
span { border-color: rgb(90,183,117); }
td.TdClassName
{
border-color: #5AB775;
}
.TagClassName
{
border-color: #5AB775;
}
</style>