Shades of Fern #5EA963
Tints of Fern #5EA963
RGB
CMYK
RGB Variations
Color information
#5EA963 (or 0x5EA963) is known color: Fern. HEX triplet: 5E, A9 and 63. RGB value is (94,169,99). Sum of RGB (Red+Green+Blue) = 94+169+99=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA963 is #A1569C. Grayscale: #8A8A8A. Windows color (decimal): -10573469 or 6531422. OLE color: 6531422.
HSL color Cylindrical-coordinate representation of color #5EA963: hue angle of 124º 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 #5EA963 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 99 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.34 |
| HSL | 124º | 0.3% | 0.52% | - |
| HSV(B) | 124º | 0.44% | 0.66% | - |
| XYZ | 21.06 | 31.66 | 16.8 | - |
| YUV | 138.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 99 | 0.44 | 0 | 0.41 | 0.34 | 124 | 0.3 | 0.52 |
| Hex | 5E | A9 | 63 | 2C | 0 | 29 | 22 | 7C | 1E | 34 |
| Octal | 136 | 251 | 143 | 54 | 0 | 51 | 42 | 174 | 36 | 64 |
| Binary | 1011110 | 10101001 | 1100011 | 101100 | 0 | 101001 | 100010 | 1111100 | 11110 | 110100 |
Color Harmonies of #5EA963
Complementary color
Monochromatic Colors of #5EA963
Black with #5EA963
Text Example
Text Example
White with #5EA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA963; }
p { color: rgb(94,169,99); }
H1.HeaderClassName
{
color: #5EA963;
}
.AnyTagClassName
{
color: #5EA963;
}
</style>
background-color css
<style>
a { background-color: #5EA963; }
a { background-color: rgb(94,169,99); }
div.DivClassName
{
background-color: #5EA963;
}
.BgClassName
{
background-color: #5EA963;
}
</style>
border-color css
<style>
span { border-color: #5EA963; }
span { border-color: rgb(94,169,99); }
td.TdClassName
{
border-color: #5EA963;
}
.TagClassName
{
border-color: #5EA963;
}
</style>