Shades of Fern #4DBB62
Tints of Fern #4DBB62
RGB
CMYK
RGB Variations
Color information
#4DBB62 (or 0x4DBB62) is known color: Fern. HEX triplet: 4D, BB and 62. RGB value is (77,187,98). Sum of RGB (Red+Green+Blue) = 77+187+98=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB62 is #B2449D. Grayscale: #909090. Windows color (decimal): -11682974 or 6470477. OLE color: 6470477.
HSL color Cylindrical-coordinate representation of color #4DBB62: hue angle of 131.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB62 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 98 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.27 |
| HSL | 131.45º | 0.45% | 0.52% | - |
| HSV(B) | 131.45º | 0.59% | 0.73% | - |
| XYZ | 23.04 | 38 | 17.68 | - |
| YUV | 143.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 98 | 0.59 | 0 | 0.48 | 0.27 | 131.45 | 0.45 | 0.52 |
| Hex | 4D | BB | 62 | 3B | 0 | 30 | 1B | 83 | 2D | 34 |
| Octal | 115 | 273 | 142 | 73 | 0 | 60 | 33 | 203 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1100010 | 111011 | 0 | 110000 | 11011 | 10000011 | 101101 | 110100 |
Color Harmonies of #4DBB62
Complementary color
Monochromatic Colors of #4DBB62
Black with #4DBB62
Text Example
Text Example
White with #4DBB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB62; }
p { color: rgb(77,187,98); }
H1.HeaderClassName
{
color: #4DBB62;
}
.AnyTagClassName
{
color: #4DBB62;
}
</style>
background-color css
<style>
a { background-color: #4DBB62; }
a { background-color: rgb(77,187,98); }
div.DivClassName
{
background-color: #4DBB62;
}
.BgClassName
{
background-color: #4DBB62;
}
</style>
border-color css
<style>
span { border-color: #4DBB62; }
span { border-color: rgb(77,187,98); }
td.TdClassName
{
border-color: #4DBB62;
}
.TagClassName
{
border-color: #4DBB62;
}
</style>