Shades of Fern #5EA268
Tints of Fern #5EA268
RGB
CMYK
RGB Variations
Color information
#5EA268 (or 0x5EA268) is known color: Fern. HEX triplet: 5E, A2 and 68. RGB value is (94,162,104). Sum of RGB (Red+Green+Blue) = 94+162+104=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA268 is #A15D97. Grayscale: #878787. Windows color (decimal): -10575256 or 6857310. OLE color: 6857310.
HSL color Cylindrical-coordinate representation of color #5EA268: hue angle of 128.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA268 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 104 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.36 |
| HSL | 128.82º | 0.27% | 0.5% | - |
| HSV(B) | 128.82º | 0.42% | 0.64% | - |
| XYZ | 20.04 | 29.22 | 17.68 | - |
| YUV | 135.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 104 | 0.42 | 0 | 0.36 | 0.36 | 128.82 | 0.27 | 0.5 |
| Hex | 5E | A2 | 68 | 2A | 0 | 24 | 24 | 81 | 1B | 32 |
| Octal | 136 | 242 | 150 | 52 | 0 | 44 | 44 | 201 | 33 | 62 |
| Binary | 1011110 | 10100010 | 1101000 | 101010 | 0 | 100100 | 100100 | 10000001 | 11011 | 110010 |
Color Harmonies of #5EA268
Complementary color
Monochromatic Colors of #5EA268
Black with #5EA268
Text Example
Text Example
White with #5EA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA268; }
p { color: rgb(94,162,104); }
H1.HeaderClassName
{
color: #5EA268;
}
.AnyTagClassName
{
color: #5EA268;
}
</style>
background-color css
<style>
a { background-color: #5EA268; }
a { background-color: rgb(94,162,104); }
div.DivClassName
{
background-color: #5EA268;
}
.BgClassName
{
background-color: #5EA268;
}
</style>
border-color css
<style>
span { border-color: #5EA268; }
span { border-color: rgb(94,162,104); }
td.TdClassName
{
border-color: #5EA268;
}
.TagClassName
{
border-color: #5EA268;
}
</style>