Shades of Fern #4DBC5D
Tints of Fern #4DBC5D
RGB
CMYK
RGB Variations
Color information
#4DBC5D (or 0x4DBC5D) is known color: Fern. HEX triplet: 4D, BC and 5D. RGB value is (77,188,93). Sum of RGB (Red+Green+Blue) = 77+188+93=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC5D is #B243A2. Grayscale: #909090. Windows color (decimal): -11682723 or 6143053. OLE color: 6143053.
HSL color Cylindrical-coordinate representation of color #4DBC5D: hue angle of 128.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC5D is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 93 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.26 |
| HSL | 128.65º | 0.45% | 0.52% | - |
| HSV(B) | 128.65º | 0.59% | 0.74% | - |
| XYZ | 23.02 | 38.33 | 16.54 | - |
| YUV | 143.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 93 | 0.59 | 0 | 0.51 | 0.26 | 128.65 | 0.45 | 0.52 |
| Hex | 4D | BC | 5D | 3B | 0 | 33 | 1A | 81 | 2D | 34 |
| Octal | 115 | 274 | 135 | 73 | 0 | 63 | 32 | 201 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1011101 | 111011 | 0 | 110011 | 11010 | 10000001 | 101101 | 110100 |
Color Harmonies of #4DBC5D
Complementary color
Monochromatic Colors of #4DBC5D
Black with #4DBC5D
Text Example
Text Example
White with #4DBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC5D; }
p { color: rgb(77,188,93); }
H1.HeaderClassName
{
color: #4DBC5D;
}
.AnyTagClassName
{
color: #4DBC5D;
}
</style>
background-color css
<style>
a { background-color: #4DBC5D; }
a { background-color: rgb(77,188,93); }
div.DivClassName
{
background-color: #4DBC5D;
}
.BgClassName
{
background-color: #4DBC5D;
}
</style>
border-color css
<style>
span { border-color: #4DBC5D; }
span { border-color: rgb(77,188,93); }
td.TdClassName
{
border-color: #4DBC5D;
}
.TagClassName
{
border-color: #4DBC5D;
}
</style>