Shades of Fern #4DBF5C
Tints of Fern #4DBF5C
RGB
CMYK
RGB Variations
Color information
#4DBF5C (or 0x4DBF5C) is known color: Fern. HEX triplet: 4D, BF and 5C. RGB value is (77,191,92). Sum of RGB (Red+Green+Blue) = 77+191+92=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF5C is #B240A3. Grayscale: #919191. Windows color (decimal): -11681956 or 6078285. OLE color: 6078285.
HSL color Cylindrical-coordinate representation of color #4DBF5C: hue angle of 127.89º 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 #4DBF5C is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 92 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.25 |
| HSL | 127.89º | 0.47% | 0.53% | - |
| HSV(B) | 127.89º | 0.6% | 0.75% | - |
| XYZ | 23.62 | 39.61 | 16.53 | - |
| YUV | 145.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 92 | 0.60 | 0 | 0.52 | 0.25 | 127.89 | 0.47 | 0.53 |
| Hex | 4D | BF | 5C | 3C | 0 | 34 | 19 | 80 | 2F | 35 |
| Octal | 115 | 277 | 134 | 74 | 0 | 64 | 31 | 200 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1011100 | 111100 | 0 | 110100 | 11001 | 10000000 | 101111 | 110101 |
Color Harmonies of #4DBF5C
Complementary color
Monochromatic Colors of #4DBF5C
Black with #4DBF5C
Text Example
Text Example
White with #4DBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF5C; }
p { color: rgb(77,191,92); }
H1.HeaderClassName
{
color: #4DBF5C;
}
.AnyTagClassName
{
color: #4DBF5C;
}
</style>
background-color css
<style>
a { background-color: #4DBF5C; }
a { background-color: rgb(77,191,92); }
div.DivClassName
{
background-color: #4DBF5C;
}
.BgClassName
{
background-color: #4DBF5C;
}
</style>
border-color css
<style>
span { border-color: #4DBF5C; }
span { border-color: rgb(77,191,92); }
td.TdClassName
{
border-color: #4DBF5C;
}
.TagClassName
{
border-color: #4DBF5C;
}
</style>