Shades of Fern #5EBF5C
Tints of Fern #5EBF5C
RGB
CMYK
RGB Variations
Color information
#5EBF5C (or 0x5EBF5C) is known color: Fern. HEX triplet: 5E, BF and 5C. RGB value is (94,191,92). Sum of RGB (Red+Green+Blue) = 94+191+92=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF5C is #A140A3. Grayscale: #979797. Windows color (decimal): -10567844 or 6078302. OLE color: 6078302.
HSL color Cylindrical-coordinate representation of color #5EBF5C: hue angle of 118.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBF5C is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 92 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.25 |
| HSL | 118.79º | 0.44% | 0.55% | - |
| HSV(B) | 118.79º | 0.52% | 0.75% | - |
| XYZ | 25.18 | 40.41 | 16.6 | - |
| YUV | 150.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 92 | 0.51 | 0 | 0.52 | 0.25 | 118.79 | 0.44 | 0.55 |
| Hex | 5E | BF | 5C | 33 | 0 | 34 | 19 | 77 | 2C | 37 |
| Octal | 136 | 277 | 134 | 63 | 0 | 64 | 31 | 167 | 54 | 67 |
| Binary | 1011110 | 10111111 | 1011100 | 110011 | 0 | 110100 | 11001 | 1110111 | 101100 | 110111 |
Color Harmonies of #5EBF5C
Complementary color
Monochromatic Colors of #5EBF5C
Black with #5EBF5C
Text Example
Text Example
White with #5EBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF5C; }
p { color: rgb(94,191,92); }
H1.HeaderClassName
{
color: #5EBF5C;
}
.AnyTagClassName
{
color: #5EBF5C;
}
</style>
background-color css
<style>
a { background-color: #5EBF5C; }
a { background-color: rgb(94,191,92); }
div.DivClassName
{
background-color: #5EBF5C;
}
.BgClassName
{
background-color: #5EBF5C;
}
</style>
border-color css
<style>
span { border-color: #5EBF5C; }
span { border-color: rgb(94,191,92); }
td.TdClassName
{
border-color: #5EBF5C;
}
.TagClassName
{
border-color: #5EBF5C;
}
</style>