Shades of Fern #5EA96D
Tints of Fern #5EA96D
RGB
CMYK
RGB Variations
Color information
#5EA96D (or 0x5EA96D) is known color: Fern. HEX triplet: 5E, A9 and 6D. RGB value is (94,169,109). Sum of RGB (Red+Green+Blue) = 94+169+109=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA96D is #A15692. Grayscale: #8B8B8B. Windows color (decimal): -10573459 or 7186782. OLE color: 7186782.
HSL color Cylindrical-coordinate representation of color #5EA96D: hue angle of 132º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA96D is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 109 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.34 |
| HSL | 132º | 0.3% | 0.52% | - |
| HSV(B) | 132º | 0.44% | 0.66% | - |
| XYZ | 21.56 | 31.86 | 19.48 | - |
| YUV | 139.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 109 | 0.44 | 0 | 0.36 | 0.34 | 132 | 0.3 | 0.52 |
| Hex | 5E | A9 | 6D | 2C | 0 | 24 | 22 | 84 | 1E | 34 |
| Octal | 136 | 251 | 155 | 54 | 0 | 44 | 42 | 204 | 36 | 64 |
| Binary | 1011110 | 10101001 | 1101101 | 101100 | 0 | 100100 | 100010 | 10000100 | 11110 | 110100 |
Color Harmonies of #5EA96D
Complementary color
Monochromatic Colors of #5EA96D
Black with #5EA96D
Text Example
Text Example
White with #5EA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA96D; }
p { color: rgb(94,169,109); }
H1.HeaderClassName
{
color: #5EA96D;
}
.AnyTagClassName
{
color: #5EA96D;
}
</style>
background-color css
<style>
a { background-color: #5EA96D; }
a { background-color: rgb(94,169,109); }
div.DivClassName
{
background-color: #5EA96D;
}
.BgClassName
{
background-color: #5EA96D;
}
</style>
border-color css
<style>
span { border-color: #5EA96D; }
span { border-color: rgb(94,169,109); }
td.TdClassName
{
border-color: #5EA96D;
}
.TagClassName
{
border-color: #5EA96D;
}
</style>