Shades of Fern #4DB462
Tints of Fern #4DB462
RGB
CMYK
RGB Variations
Color information
#4DB462 (or 0x4DB462) is known color: Fern. HEX triplet: 4D, B4 and 62. RGB value is (77,180,98). Sum of RGB (Red+Green+Blue) = 77+180+98=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB462 is #B24B9D. Grayscale: #8C8C8C. Windows color (decimal): -11684766 or 6468685. OLE color: 6468685.
HSL color Cylindrical-coordinate representation of color #4DB462: hue angle of 132.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB462 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 98 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.29 |
| HSL | 132.23º | 0.41% | 0.5% | - |
| HSV(B) | 132.23º | 0.57% | 0.71% | - |
| XYZ | 21.59 | 35.1 | 17.19 | - |
| YUV | 139.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 98 | 0.57 | 0 | 0.46 | 0.29 | 132.23 | 0.41 | 0.5 |
| Hex | 4D | B4 | 62 | 39 | 0 | 2E | 1D | 84 | 29 | 32 |
| Octal | 115 | 264 | 142 | 71 | 0 | 56 | 35 | 204 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1100010 | 111001 | 0 | 101110 | 11101 | 10000100 | 101001 | 110010 |
Color Harmonies of #4DB462
Complementary color
Monochromatic Colors of #4DB462
Black with #4DB462
Text Example
Text Example
White with #4DB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB462; }
p { color: rgb(77,180,98); }
H1.HeaderClassName
{
color: #4DB462;
}
.AnyTagClassName
{
color: #4DB462;
}
</style>
background-color css
<style>
a { background-color: #4DB462; }
a { background-color: rgb(77,180,98); }
div.DivClassName
{
background-color: #4DB462;
}
.BgClassName
{
background-color: #4DB462;
}
</style>
border-color css
<style>
span { border-color: #4DB462; }
span { border-color: rgb(77,180,98); }
td.TdClassName
{
border-color: #4DB462;
}
.TagClassName
{
border-color: #4DB462;
}
</style>