Shades of Fern #4DBD5C
Tints of Fern #4DBD5C
RGB
CMYK
RGB Variations
Color information
#4DBD5C (or 0x4DBD5C) is known color: Fern. HEX triplet: 4D, BD and 5C. RGB value is (77,189,92). Sum of RGB (Red+Green+Blue) = 77+189+92=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD5C is #B242A3. Grayscale: #909090. Windows color (decimal): -11682468 or 6077773. OLE color: 6077773.
HSL color Cylindrical-coordinate representation of color #4DBD5C: hue angle of 128.04º degrees, saturation: 0.46, 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 #4DBD5C is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 92 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.26 |
| HSL | 128.04º | 0.46% | 0.52% | - |
| HSV(B) | 128.04º | 0.59% | 0.74% | - |
| XYZ | 23.19 | 38.75 | 16.38 | - |
| YUV | 144.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 92 | 0.59 | 0 | 0.51 | 0.26 | 128.04 | 0.46 | 0.52 |
| Hex | 4D | BD | 5C | 3B | 0 | 33 | 1A | 80 | 2E | 34 |
| Octal | 115 | 275 | 134 | 73 | 0 | 63 | 32 | 200 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1011100 | 111011 | 0 | 110011 | 11010 | 10000000 | 101110 | 110100 |
Color Harmonies of #4DBD5C
Complementary color
Monochromatic Colors of #4DBD5C
Black with #4DBD5C
Text Example
Text Example
White with #4DBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD5C; }
p { color: rgb(77,189,92); }
H1.HeaderClassName
{
color: #4DBD5C;
}
.AnyTagClassName
{
color: #4DBD5C;
}
</style>
background-color css
<style>
a { background-color: #4DBD5C; }
a { background-color: rgb(77,189,92); }
div.DivClassName
{
background-color: #4DBD5C;
}
.BgClassName
{
background-color: #4DBD5C;
}
</style>
border-color css
<style>
span { border-color: #4DBD5C; }
span { border-color: rgb(77,189,92); }
td.TdClassName
{
border-color: #4DBD5C;
}
.TagClassName
{
border-color: #4DBD5C;
}
</style>