Shades of Fern #5EBF64
Tints of Fern #5EBF64
RGB
CMYK
RGB Variations
Color information
#5EBF64 (or 0x5EBF64) is known color: Fern. HEX triplet: 5E, BF and 64. RGB value is (94,191,100). Sum of RGB (Red+Green+Blue) = 94+191+100=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF64 is #A1409B. Grayscale: #979797. Windows color (decimal): -10567836 or 6602590. OLE color: 6602590.
HSL color Cylindrical-coordinate representation of color #5EBF64: hue angle of 123.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF64 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 100 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.25 |
| HSL | 123.71º | 0.43% | 0.56% | - |
| HSV(B) | 123.71º | 0.51% | 0.75% | - |
| XYZ | 25.55 | 40.56 | 18.54 | - |
| YUV | 151.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 100 | 0.51 | 0 | 0.48 | 0.25 | 123.71 | 0.43 | 0.56 |
| Hex | 5E | BF | 64 | 33 | 0 | 30 | 19 | 7C | 2B | 38 |
| Octal | 136 | 277 | 144 | 63 | 0 | 60 | 31 | 174 | 53 | 70 |
| Binary | 1011110 | 10111111 | 1100100 | 110011 | 0 | 110000 | 11001 | 1111100 | 101011 | 111000 |
Color Harmonies of #5EBF64
Complementary color
Monochromatic Colors of #5EBF64
Black with #5EBF64
Text Example
Text Example
White with #5EBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF64; }
p { color: rgb(94,191,100); }
H1.HeaderClassName
{
color: #5EBF64;
}
.AnyTagClassName
{
color: #5EBF64;
}
</style>
background-color css
<style>
a { background-color: #5EBF64; }
a { background-color: rgb(94,191,100); }
div.DivClassName
{
background-color: #5EBF64;
}
.BgClassName
{
background-color: #5EBF64;
}
</style>
border-color css
<style>
span { border-color: #5EBF64; }
span { border-color: rgb(94,191,100); }
td.TdClassName
{
border-color: #5EBF64;
}
.TagClassName
{
border-color: #5EBF64;
}
</style>