Shades of Fern #4DB963
Tints of Fern #4DB963
RGB
CMYK
RGB Variations
Color information
#4DB963 (or 0x4DB963) is known color: Fern. HEX triplet: 4D, B9 and 63. RGB value is (77,185,99). Sum of RGB (Red+Green+Blue) = 77+185+99=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB963 is #B2469C. Grayscale: #8F8F8F. Windows color (decimal): -11683485 or 6535501. OLE color: 6535501.
HSL color Cylindrical-coordinate representation of color #4DB963: hue angle of 132.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB963 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 99 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.27 |
| HSL | 132.22º | 0.44% | 0.51% | - |
| HSV(B) | 132.22º | 0.58% | 0.73% | - |
| XYZ | 22.66 | 37.18 | 17.79 | - |
| YUV | 142.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 99 | 0.58 | 0 | 0.46 | 0.27 | 132.22 | 0.44 | 0.51 |
| Hex | 4D | B9 | 63 | 3A | 0 | 2E | 1B | 84 | 2C | 33 |
| Octal | 115 | 271 | 143 | 72 | 0 | 56 | 33 | 204 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1100011 | 111010 | 0 | 101110 | 11011 | 10000100 | 101100 | 110011 |
Color Harmonies of #4DB963
Complementary color
Monochromatic Colors of #4DB963
Black with #4DB963
Text Example
Text Example
White with #4DB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB963; }
p { color: rgb(77,185,99); }
H1.HeaderClassName
{
color: #4DB963;
}
.AnyTagClassName
{
color: #4DB963;
}
</style>
background-color css
<style>
a { background-color: #4DB963; }
a { background-color: rgb(77,185,99); }
div.DivClassName
{
background-color: #4DB963;
}
.BgClassName
{
background-color: #4DB963;
}
</style>
border-color css
<style>
span { border-color: #4DB963; }
span { border-color: rgb(77,185,99); }
td.TdClassName
{
border-color: #4DB963;
}
.TagClassName
{
border-color: #4DB963;
}
</style>