Shades of Fern #5EA965
Tints of Fern #5EA965
RGB
CMYK
RGB Variations
Color information
#5EA965 (or 0x5EA965) is known color: Fern. HEX triplet: 5E, A9 and 65. RGB value is (94,169,101). Sum of RGB (Red+Green+Blue) = 94+169+101=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA965 is #A1569A. Grayscale: #8B8B8B. Windows color (decimal): -10573467 or 6662494. OLE color: 6662494.
HSL color Cylindrical-coordinate representation of color #5EA965: hue angle of 125.6º 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 #5EA965 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 101 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.34 |
| HSL | 125.6º | 0.3% | 0.52% | - |
| HSV(B) | 125.6º | 0.44% | 0.66% | - |
| XYZ | 21.15 | 31.7 | 17.31 | - |
| YUV | 138.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 101 | 0.44 | 0 | 0.40 | 0.34 | 125.6 | 0.3 | 0.52 |
| Hex | 5E | A9 | 65 | 2C | 0 | 28 | 22 | 7E | 1E | 34 |
| Octal | 136 | 251 | 145 | 54 | 0 | 50 | 42 | 176 | 36 | 64 |
| Binary | 1011110 | 10101001 | 1100101 | 101100 | 0 | 101000 | 100010 | 1111110 | 11110 | 110100 |
Color Harmonies of #5EA965
Complementary color
Monochromatic Colors of #5EA965
Black with #5EA965
Text Example
Text Example
White with #5EA965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA965; }
p { color: rgb(94,169,101); }
H1.HeaderClassName
{
color: #5EA965;
}
.AnyTagClassName
{
color: #5EA965;
}
</style>
background-color css
<style>
a { background-color: #5EA965; }
a { background-color: rgb(94,169,101); }
div.DivClassName
{
background-color: #5EA965;
}
.BgClassName
{
background-color: #5EA965;
}
</style>
border-color css
<style>
span { border-color: #5EA965; }
span { border-color: rgb(94,169,101); }
td.TdClassName
{
border-color: #5EA965;
}
.TagClassName
{
border-color: #5EA965;
}
</style>