Shades of Fern #5AD45E
Tints of Fern #5AD45E
RGB
CMYK
RGB Variations
Color information
#5AD45E (or 0x5AD45E) is known color: Fern. HEX triplet: 5A, D4 and 5E. RGB value is (90,212,94). Sum of RGB (Red+Green+Blue) = 90+212+94=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD45E is #A52BA1. Grayscale: #A2A2A2. Windows color (decimal): -10824610 or 6214746. OLE color: 6214746.
HSL color Cylindrical-coordinate representation of color #5AD45E: hue angle of 121.97º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD45E is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 94 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.17 |
| HSL | 121.97º | 0.59% | 0.59% | - |
| HSV(B) | 121.97º | 0.58% | 0.83% | - |
| XYZ | 29.78 | 50.07 | 18.68 | - |
| YUV | 162.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 94 | 0.58 | 0 | 0.56 | 0.17 | 121.97 | 0.59 | 0.59 |
| Hex | 5A | D4 | 5E | 3A | 0 | 38 | 11 | 7A | 3B | 3B |
| Octal | 132 | 324 | 136 | 72 | 0 | 70 | 21 | 172 | 73 | 73 |
| Binary | 1011010 | 11010100 | 1011110 | 111010 | 0 | 111000 | 10001 | 1111010 | 111011 | 111011 |
Color Harmonies of #5AD45E
Complementary color
Monochromatic Colors of #5AD45E
Black with #5AD45E
Text Example
Text Example
White with #5AD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD45E; }
p { color: rgb(90,212,94); }
H1.HeaderClassName
{
color: #5AD45E;
}
.AnyTagClassName
{
color: #5AD45E;
}
</style>
background-color css
<style>
a { background-color: #5AD45E; }
a { background-color: rgb(90,212,94); }
div.DivClassName
{
background-color: #5AD45E;
}
.BgClassName
{
background-color: #5AD45E;
}
</style>
border-color css
<style>
span { border-color: #5AD45E; }
span { border-color: rgb(90,212,94); }
td.TdClassName
{
border-color: #5AD45E;
}
.TagClassName
{
border-color: #5AD45E;
}
</style>