Shades of Fern #4DBA64
Tints of Fern #4DBA64
RGB
CMYK
RGB Variations
Color information
#4DBA64 (or 0x4DBA64) is known color: Fern. HEX triplet: 4D, BA and 64. RGB value is (77,186,100). Sum of RGB (Red+Green+Blue) = 77+186+100=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA64 is #B2459B. Grayscale: #8F8F8F. Windows color (decimal): -11683228 or 6601293. OLE color: 6601293.
HSL color Cylindrical-coordinate representation of color #4DBA64: hue angle of 132.66º degrees, saturation: 0.44, 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 #4DBA64 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 100 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.27 |
| HSL | 132.66º | 0.44% | 0.52% | - |
| HSV(B) | 132.66º | 0.59% | 0.73% | - |
| XYZ | 22.92 | 37.62 | 18.11 | - |
| YUV | 143.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 100 | 0.59 | 0 | 0.46 | 0.27 | 132.66 | 0.44 | 0.52 |
| Hex | 4D | BA | 64 | 3B | 0 | 2E | 1B | 85 | 2C | 34 |
| Octal | 115 | 272 | 144 | 73 | 0 | 56 | 33 | 205 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1100100 | 111011 | 0 | 101110 | 11011 | 10000101 | 101100 | 110100 |
Color Harmonies of #4DBA64
Complementary color
Monochromatic Colors of #4DBA64
Black with #4DBA64
Text Example
Text Example
White with #4DBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA64; }
p { color: rgb(77,186,100); }
H1.HeaderClassName
{
color: #4DBA64;
}
.AnyTagClassName
{
color: #4DBA64;
}
</style>
background-color css
<style>
a { background-color: #4DBA64; }
a { background-color: rgb(77,186,100); }
div.DivClassName
{
background-color: #4DBA64;
}
.BgClassName
{
background-color: #4DBA64;
}
</style>
border-color css
<style>
span { border-color: #4DBA64; }
span { border-color: rgb(77,186,100); }
td.TdClassName
{
border-color: #4DBA64;
}
.TagClassName
{
border-color: #4DBA64;
}
</style>