Shades of Fern #4DB865
Tints of Fern #4DB865
RGB
CMYK
RGB Variations
Color information
#4DB865 (or 0x4DB865) is known color: Fern. HEX triplet: 4D, B8 and 65. RGB value is (77,184,101). Sum of RGB (Red+Green+Blue) = 77+184+101=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB865 is #B2479A. Grayscale: #8E8E8E. Windows color (decimal): -11683739 or 6666317. OLE color: 6666317.
HSL color Cylindrical-coordinate representation of color #4DB865: hue angle of 133.46º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB865 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 101 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.28 |
| HSL | 133.46º | 0.43% | 0.51% | - |
| HSV(B) | 133.46º | 0.58% | 0.72% | - |
| XYZ | 22.55 | 36.8 | 18.23 | - |
| YUV | 142.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 101 | 0.58 | 0 | 0.45 | 0.28 | 133.46 | 0.43 | 0.51 |
| Hex | 4D | B8 | 65 | 3A | 0 | 2D | 1C | 85 | 2B | 33 |
| Octal | 115 | 270 | 145 | 72 | 0 | 55 | 34 | 205 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1100101 | 111010 | 0 | 101101 | 11100 | 10000101 | 101011 | 110011 |
Color Harmonies of #4DB865
Complementary color
Monochromatic Colors of #4DB865
Black with #4DB865
Text Example
Text Example
White with #4DB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB865; }
p { color: rgb(77,184,101); }
H1.HeaderClassName
{
color: #4DB865;
}
.AnyTagClassName
{
color: #4DB865;
}
</style>
background-color css
<style>
a { background-color: #4DB865; }
a { background-color: rgb(77,184,101); }
div.DivClassName
{
background-color: #4DB865;
}
.BgClassName
{
background-color: #4DB865;
}
</style>
border-color css
<style>
span { border-color: #4DB865; }
span { border-color: rgb(77,184,101); }
td.TdClassName
{
border-color: #4DB865;
}
.TagClassName
{
border-color: #4DB865;
}
</style>