Shades of Fern #5EA95D
Tints of Fern #5EA95D
RGB
CMYK
RGB Variations
Color information
#5EA95D (or 0x5EA95D) is known color: Fern. HEX triplet: 5E, A9 and 5D. RGB value is (94,169,93). Sum of RGB (Red+Green+Blue) = 94+169+93=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA95D is #A156A2. Grayscale: #8A8A8A. Windows color (decimal): -10573475 or 6138206. OLE color: 6138206.
HSL color Cylindrical-coordinate representation of color #5EA95D: hue angle of 119.21º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EA95D is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 93 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.34 |
| HSL | 119.21º | 0.31% | 0.51% | - |
| HSV(B) | 119.21º | 0.45% | 0.66% | - |
| XYZ | 20.78 | 31.55 | 15.35 | - |
| YUV | 137.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 93 | 0.44 | 0 | 0.45 | 0.34 | 119.21 | 0.31 | 0.51 |
| Hex | 5E | A9 | 5D | 2C | 0 | 2D | 22 | 77 | 1F | 33 |
| Octal | 136 | 251 | 135 | 54 | 0 | 55 | 42 | 167 | 37 | 63 |
| Binary | 1011110 | 10101001 | 1011101 | 101100 | 0 | 101101 | 100010 | 1110111 | 11111 | 110011 |
Color Harmonies of #5EA95D
Complementary color
Monochromatic Colors of #5EA95D
Black with #5EA95D
Text Example
Text Example
White with #5EA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA95D; }
p { color: rgb(94,169,93); }
H1.HeaderClassName
{
color: #5EA95D;
}
.AnyTagClassName
{
color: #5EA95D;
}
</style>
background-color css
<style>
a { background-color: #5EA95D; }
a { background-color: rgb(94,169,93); }
div.DivClassName
{
background-color: #5EA95D;
}
.BgClassName
{
background-color: #5EA95D;
}
</style>
border-color css
<style>
span { border-color: #5EA95D; }
span { border-color: rgb(94,169,93); }
td.TdClassName
{
border-color: #5EA95D;
}
.TagClassName
{
border-color: #5EA95D;
}
</style>