Shades of Fern #5EBF5E
Tints of Fern #5EBF5E
RGB
CMYK
RGB Variations
Color information
#5EBF5E (or 0x5EBF5E) is known color: Fern. HEX triplet: 5E, BF and 5E. RGB value is (94,191,94). Sum of RGB (Red+Green+Blue) = 94+191+94=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF5E is #A140A1. Grayscale: #979797. Windows color (decimal): -10567842 or 6209374. OLE color: 6209374.
HSL color Cylindrical-coordinate representation of color #5EBF5E: hue angle of 120º 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 #5EBF5E is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 94 | 191 | 94 | - |
CMYK | 0.51 | 0 | 0.51 | 0.25 |
HSL | 120º | 0.43% | 0.56% | - |
HSV(B) | 120º | 0.51% | 0.75% | - |
XYZ | 25.27 | 40.45 | 17.07 | - |
YUV | 150.94 | 95.86 | 87.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 191 | 94 | 0.51 | 0 | 0.51 | 0.25 | 120 | 0.43 | 0.56 |
Hex | 5E | BF | 5E | 33 | 0 | 33 | 19 | 78 | 2B | 38 |
Octal | 136 | 277 | 136 | 63 | 0 | 63 | 31 | 170 | 53 | 70 |
Binary | 1011110 | 10111111 | 1011110 | 110011 | 0 | 110011 | 11001 | 1111000 | 101011 | 111000 |
Color Harmonies of #5EBF5E
Complementary color
Monochromatic Colors of #5EBF5E
Black with #5EBF5E
Text Example
Text Example
White with #5EBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF5E; }
p { color: rgb(94,191,94); }
H1.HeaderClassName
{
color: #5EBF5E;
}
.AnyTagClassName
{
color: #5EBF5E;
}
</style>
background-color css
<style>
a { background-color: #5EBF5E; }
a { background-color: rgb(94,191,94); }
div.DivClassName
{
background-color: #5EBF5E;
}
.BgClassName
{
background-color: #5EBF5E;
}
</style>
border-color css
<style>
span { border-color: #5EBF5E; }
span { border-color: rgb(94,191,94); }
td.TdClassName
{
border-color: #5EBF5E;
}
.TagClassName
{
border-color: #5EBF5E;
}
</style>