Shades of Fern #4DBF5E
Tints of Fern #4DBF5E
RGB
CMYK
RGB Variations
Color information
#4DBF5E (or 0x4DBF5E) is known color: Fern. HEX triplet: 4D, BF and 5E. RGB value is (77,191,94). Sum of RGB (Red+Green+Blue) = 77+191+94=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF5E is #B240A1. Grayscale: #929292. Windows color (decimal): -11681954 or 6209357. OLE color: 6209357.
HSL color Cylindrical-coordinate representation of color #4DBF5E: hue angle of 128.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF5E is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 94 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.25 |
| HSL | 128.95º | 0.47% | 0.53% | - |
| HSV(B) | 128.95º | 0.6% | 0.75% | - |
| XYZ | 23.71 | 39.65 | 16.99 | - |
| YUV | 145.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 94 | 0.60 | 0 | 0.51 | 0.25 | 128.95 | 0.47 | 0.53 |
| Hex | 4D | BF | 5E | 3C | 0 | 33 | 19 | 81 | 2F | 35 |
| Octal | 115 | 277 | 136 | 74 | 0 | 63 | 31 | 201 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1011110 | 111100 | 0 | 110011 | 11001 | 10000001 | 101111 | 110101 |
Color Harmonies of #4DBF5E
Complementary color
Monochromatic Colors of #4DBF5E
Black with #4DBF5E
Text Example
Text Example
White with #4DBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF5E; }
p { color: rgb(77,191,94); }
H1.HeaderClassName
{
color: #4DBF5E;
}
.AnyTagClassName
{
color: #4DBF5E;
}
</style>
background-color css
<style>
a { background-color: #4DBF5E; }
a { background-color: rgb(77,191,94); }
div.DivClassName
{
background-color: #4DBF5E;
}
.BgClassName
{
background-color: #4DBF5E;
}
</style>
border-color css
<style>
span { border-color: #4DBF5E; }
span { border-color: rgb(77,191,94); }
td.TdClassName
{
border-color: #4DBF5E;
}
.TagClassName
{
border-color: #4DBF5E;
}
</style>