Shades of Fern #4DB664
Tints of Fern #4DB664
RGB
CMYK
RGB Variations
Color information
#4DB664 (or 0x4DB664) is known color: Fern. HEX triplet: 4D, B6 and 64. RGB value is (77,182,100). Sum of RGB (Red+Green+Blue) = 77+182+100=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB664 is #B2499B. Grayscale: #8D8D8D. Windows color (decimal): -11684252 or 6600269. OLE color: 6600269.
HSL color Cylindrical-coordinate representation of color #4DB664: hue angle of 133.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB664 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 100 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.29 |
| HSL | 133.14º | 0.42% | 0.51% | - |
| HSV(B) | 133.14º | 0.58% | 0.71% | - |
| XYZ | 22.09 | 35.95 | 17.83 | - |
| YUV | 141.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 100 | 0.58 | 0 | 0.45 | 0.29 | 133.14 | 0.42 | 0.51 |
| Hex | 4D | B6 | 64 | 3A | 0 | 2D | 1D | 85 | 2A | 33 |
| Octal | 115 | 266 | 144 | 72 | 0 | 55 | 35 | 205 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1100100 | 111010 | 0 | 101101 | 11101 | 10000101 | 101010 | 110011 |
Color Harmonies of #4DB664
Complementary color
Monochromatic Colors of #4DB664
Black with #4DB664
Text Example
Text Example
White with #4DB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB664; }
p { color: rgb(77,182,100); }
H1.HeaderClassName
{
color: #4DB664;
}
.AnyTagClassName
{
color: #4DB664;
}
</style>
background-color css
<style>
a { background-color: #4DB664; }
a { background-color: rgb(77,182,100); }
div.DivClassName
{
background-color: #4DB664;
}
.BgClassName
{
background-color: #4DB664;
}
</style>
border-color css
<style>
span { border-color: #4DB664; }
span { border-color: rgb(77,182,100); }
td.TdClassName
{
border-color: #4DB664;
}
.TagClassName
{
border-color: #4DB664;
}
</style>