Shades of Emerald #4DD67D
Tints of Emerald #4DD67D
RGB
CMYK
RGB Variations
Color information
#4DD67D (or 0x4DD67D) is known color: Emerald. HEX triplet: 4D, D6 and 7D. RGB value is (77,214,125). Sum of RGB (Red+Green+Blue) = 77+214+125=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD67D is #B22982. Grayscale: #A3A3A3. Windows color (decimal): -11676035 or 8246861. OLE color: 8246861.
HSL color Cylindrical-coordinate representation of color #4DD67D: hue angle of 141.02º 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 #4DD67D is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 125 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.16 |
| HSL | 141.02º | 0.63% | 0.57% | - |
| HSV(B) | 141.02º | 0.64% | 0.84% | - |
| XYZ | 30.81 | 51.15 | 27.65 | - |
| YUV | 162.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 125 | 0.64 | 0 | 0.42 | 0.16 | 141.02 | 0.63 | 0.57 |
| Hex | 4D | D6 | 7D | 40 | 0 | 2A | 10 | 8D | 3F | 39 |
| Octal | 115 | 326 | 175 | 100 | 0 | 52 | 20 | 215 | 77 | 71 |
| Binary | 1001101 | 11010110 | 1111101 | 1000000 | 0 | 101010 | 10000 | 10001101 | 111111 | 111001 |
Color Harmonies of #4DD67D
Complementary color
Monochromatic Colors of #4DD67D
Black with #4DD67D
Text Example
Text Example
White with #4DD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD67D; }
p { color: rgb(77,214,125); }
H1.HeaderClassName
{
color: #4DD67D;
}
.AnyTagClassName
{
color: #4DD67D;
}
</style>
background-color css
<style>
a { background-color: #4DD67D; }
a { background-color: rgb(77,214,125); }
div.DivClassName
{
background-color: #4DD67D;
}
.BgClassName
{
background-color: #4DD67D;
}
</style>
border-color css
<style>
span { border-color: #4DD67D; }
span { border-color: rgb(77,214,125); }
td.TdClassName
{
border-color: #4DD67D;
}
.TagClassName
{
border-color: #4DD67D;
}
</style>