Shades of Fern #5EC265
Tints of Fern #5EC265
RGB
CMYK
RGB Variations
Color information
#5EC265 (or 0x5EC265) is known color: Fern. HEX triplet: 5E, C2 and 65. RGB value is (94,194,101). Sum of RGB (Red+Green+Blue) = 94+194+101=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC265 is #A13D9A. Grayscale: #999999. Windows color (decimal): -10567067 or 6668894. OLE color: 6668894.
HSL color Cylindrical-coordinate representation of color #5EC265: hue angle of 124.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC265 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 101 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.24 |
| HSL | 124.2º | 0.45% | 0.56% | - |
| HSV(B) | 124.2º | 0.52% | 0.76% | - |
| XYZ | 26.26 | 41.9 | 19.02 | - |
| YUV | 153.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 101 | 0.52 | 0 | 0.48 | 0.24 | 124.2 | 0.45 | 0.56 |
| Hex | 5E | C2 | 65 | 34 | 0 | 30 | 18 | 7C | 2D | 38 |
| Octal | 136 | 302 | 145 | 64 | 0 | 60 | 30 | 174 | 55 | 70 |
| Binary | 1011110 | 11000010 | 1100101 | 110100 | 0 | 110000 | 11000 | 1111100 | 101101 | 111000 |
Color Harmonies of #5EC265
Complementary color
Monochromatic Colors of #5EC265
Black with #5EC265
Text Example
Text Example
White with #5EC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC265; }
p { color: rgb(94,194,101); }
H1.HeaderClassName
{
color: #5EC265;
}
.AnyTagClassName
{
color: #5EC265;
}
</style>
background-color css
<style>
a { background-color: #5EC265; }
a { background-color: rgb(94,194,101); }
div.DivClassName
{
background-color: #5EC265;
}
.BgClassName
{
background-color: #5EC265;
}
</style>
border-color css
<style>
span { border-color: #5EC265; }
span { border-color: rgb(94,194,101); }
td.TdClassName
{
border-color: #5EC265;
}
.TagClassName
{
border-color: #5EC265;
}
</style>