Shades of Fern #4DB85F
Tints of Fern #4DB85F
RGB
CMYK
RGB Variations
Color information
#4DB85F (or 0x4DB85F) is known color: Fern. HEX triplet: 4D, B8 and 5F. RGB value is (77,184,95). Sum of RGB (Red+Green+Blue) = 77+184+95=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB85F is #B247A0. Grayscale: #8E8E8E. Windows color (decimal): -11683745 or 6273101. OLE color: 6273101.
HSL color Cylindrical-coordinate representation of color #4DB85F: hue angle of 130.09º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB85F is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 95 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.28 |
| HSL | 130.09º | 0.43% | 0.51% | - |
| HSV(B) | 130.09º | 0.58% | 0.72% | - |
| XYZ | 22.27 | 36.68 | 16.73 | - |
| YUV | 141.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 95 | 0.58 | 0 | 0.48 | 0.28 | 130.09 | 0.43 | 0.51 |
| Hex | 4D | B8 | 5F | 3A | 0 | 30 | 1C | 82 | 2B | 33 |
| Octal | 115 | 270 | 137 | 72 | 0 | 60 | 34 | 202 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1011111 | 111010 | 0 | 110000 | 11100 | 10000010 | 101011 | 110011 |
Color Harmonies of #4DB85F
Complementary color
Monochromatic Colors of #4DB85F
Black with #4DB85F
Text Example
Text Example
White with #4DB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB85F; }
p { color: rgb(77,184,95); }
H1.HeaderClassName
{
color: #4DB85F;
}
.AnyTagClassName
{
color: #4DB85F;
}
</style>
background-color css
<style>
a { background-color: #4DB85F; }
a { background-color: rgb(77,184,95); }
div.DivClassName
{
background-color: #4DB85F;
}
.BgClassName
{
background-color: #4DB85F;
}
</style>
border-color css
<style>
span { border-color: #4DB85F; }
span { border-color: rgb(77,184,95); }
td.TdClassName
{
border-color: #4DB85F;
}
.TagClassName
{
border-color: #4DB85F;
}
</style>