Shades of Emerald #4DD66B
Tints of Emerald #4DD66B
RGB
CMYK
RGB Variations
Color information
#4DD66B (or 0x4DD66B) is known color: Emerald. HEX triplet: 4D, D6 and 6B. RGB value is (77,214,107). Sum of RGB (Red+Green+Blue) = 77+214+107=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD66B is #B22994. Grayscale: #A1A1A1. Windows color (decimal): -11676053 or 7067213. OLE color: 7067213.
HSL color Cylindrical-coordinate representation of color #4DD66B: hue angle of 133.14º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD66B is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 107 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.16 |
| HSL | 133.14º | 0.63% | 0.57% | - |
| HSV(B) | 133.14º | 0.64% | 0.84% | - |
| XYZ | 29.76 | 50.73 | 22.13 | - |
| YUV | 160.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 107 | 0.64 | 0 | 0.50 | 0.16 | 133.14 | 0.63 | 0.57 |
| Hex | 4D | D6 | 6B | 40 | 0 | 32 | 10 | 85 | 3F | 39 |
| Octal | 115 | 326 | 153 | 100 | 0 | 62 | 20 | 205 | 77 | 71 |
| Binary | 1001101 | 11010110 | 1101011 | 1000000 | 0 | 110010 | 10000 | 10000101 | 111111 | 111001 |
Color Harmonies of #4DD66B
Complementary color
Monochromatic Colors of #4DD66B
Black with #4DD66B
Text Example
Text Example
White with #4DD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD66B; }
p { color: rgb(77,214,107); }
H1.HeaderClassName
{
color: #4DD66B;
}
.AnyTagClassName
{
color: #4DD66B;
}
</style>
background-color css
<style>
a { background-color: #4DD66B; }
a { background-color: rgb(77,214,107); }
div.DivClassName
{
background-color: #4DD66B;
}
.BgClassName
{
background-color: #4DD66B;
}
</style>
border-color css
<style>
span { border-color: #4DD66B; }
span { border-color: rgb(77,214,107); }
td.TdClassName
{
border-color: #4DD66B;
}
.TagClassName
{
border-color: #4DD66B;
}
</style>