Shades of Fern #5ABF5E
Tints of Fern #5ABF5E
RGB
CMYK
RGB Variations
Color information
#5ABF5E (or 0x5ABF5E) is known color: Fern. HEX triplet: 5A, BF and 5E. RGB value is (90,191,94). Sum of RGB (Red+Green+Blue) = 90+191+94=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF5E is #A540A1. Grayscale: #969696. Windows color (decimal): -10829986 or 6209370. OLE color: 6209370.
HSL color Cylindrical-coordinate representation of color #5ABF5E: hue angle of 122.38º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABF5E is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 94 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.25 |
| HSL | 122.38º | 0.44% | 0.55% | - |
| HSV(B) | 122.38º | 0.53% | 0.75% | - |
| XYZ | 24.87 | 40.24 | 17.05 | - |
| YUV | 149.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 94 | 0.53 | 0 | 0.51 | 0.25 | 122.38 | 0.44 | 0.55 |
| Hex | 5A | BF | 5E | 35 | 0 | 33 | 19 | 7A | 2C | 37 |
| Octal | 132 | 277 | 136 | 65 | 0 | 63 | 31 | 172 | 54 | 67 |
| Binary | 1011010 | 10111111 | 1011110 | 110101 | 0 | 110011 | 11001 | 1111010 | 101100 | 110111 |
Color Harmonies of #5ABF5E
Complementary color
Monochromatic Colors of #5ABF5E
Black with #5ABF5E
Text Example
Text Example
White with #5ABF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF5E; }
p { color: rgb(90,191,94); }
H1.HeaderClassName
{
color: #5ABF5E;
}
.AnyTagClassName
{
color: #5ABF5E;
}
</style>
background-color css
<style>
a { background-color: #5ABF5E; }
a { background-color: rgb(90,191,94); }
div.DivClassName
{
background-color: #5ABF5E;
}
.BgClassName
{
background-color: #5ABF5E;
}
</style>
border-color css
<style>
span { border-color: #5ABF5E; }
span { border-color: rgb(90,191,94); }
td.TdClassName
{
border-color: #5ABF5E;
}
.TagClassName
{
border-color: #5ABF5E;
}
</style>