Shades of Fern #5ABF70
Tints of Fern #5ABF70
RGB
CMYK
RGB Variations
Color information
#5ABF70 (or 0x5ABF70) is known color: Fern. HEX triplet: 5A, BF and 70. RGB value is (90,191,112). Sum of RGB (Red+Green+Blue) = 90+191+112=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF70 is #A5408F. Grayscale: #989898. Windows color (decimal): -10829968 or 7389018. OLE color: 7389018.
HSL color Cylindrical-coordinate representation of color #5ABF70: hue angle of 133.07º 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 #5ABF70 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 112 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.25 |
| HSL | 133.07º | 0.44% | 0.55% | - |
| HSV(B) | 133.07º | 0.53% | 0.75% | - |
| XYZ | 25.77 | 40.61 | 21.81 | - |
| YUV | 151.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 112 | 0.53 | 0 | 0.41 | 0.25 | 133.07 | 0.44 | 0.55 |
| Hex | 5A | BF | 70 | 35 | 0 | 29 | 19 | 85 | 2C | 37 |
| Octal | 132 | 277 | 160 | 65 | 0 | 51 | 31 | 205 | 54 | 67 |
| Binary | 1011010 | 10111111 | 1110000 | 110101 | 0 | 101001 | 11001 | 10000101 | 101100 | 110111 |
Color Harmonies of #5ABF70
Complementary color
Monochromatic Colors of #5ABF70
Black with #5ABF70
Text Example
Text Example
White with #5ABF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF70; }
p { color: rgb(90,191,112); }
H1.HeaderClassName
{
color: #5ABF70;
}
.AnyTagClassName
{
color: #5ABF70;
}
</style>
background-color css
<style>
a { background-color: #5ABF70; }
a { background-color: rgb(90,191,112); }
div.DivClassName
{
background-color: #5ABF70;
}
.BgClassName
{
background-color: #5ABF70;
}
</style>
border-color css
<style>
span { border-color: #5ABF70; }
span { border-color: rgb(90,191,112); }
td.TdClassName
{
border-color: #5ABF70;
}
.TagClassName
{
border-color: #5ABF70;
}
</style>