Shades of Emerald #4DD45A
Tints of Emerald #4DD45A
RGB
CMYK
RGB Variations
Color information
#4DD45A (or 0x4DD45A) is known color: Emerald. HEX triplet: 4D, D4 and 5A. RGB value is (77,212,90). Sum of RGB (Red+Green+Blue) = 77+212+90=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD45A is #B22BA5. Grayscale: #9E9E9E. Windows color (decimal): -11676582 or 5952589. OLE color: 5952589.
HSL color Cylindrical-coordinate representation of color #4DD45A: hue angle of 125.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD45A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 212 | 90 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.17 |
| HSL | 125.78º | 0.61% | 0.57% | - |
| HSV(B) | 125.78º | 0.64% | 0.83% | - |
| XYZ | 28.45 | 49.4 | 17.71 | - |
| YUV | 157.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 212 | 90 | 0.64 | 0 | 0.58 | 0.17 | 125.78 | 0.61 | 0.57 |
| Hex | 4D | D4 | 5A | 40 | 0 | 3A | 11 | 7E | 3D | 39 |
| Octal | 115 | 324 | 132 | 100 | 0 | 72 | 21 | 176 | 75 | 71 |
| Binary | 1001101 | 11010100 | 1011010 | 1000000 | 0 | 111010 | 10001 | 1111110 | 111101 | 111001 |
Color Harmonies of #4DD45A
Complementary color
Monochromatic Colors of #4DD45A
Black with #4DD45A
Text Example
Text Example
White with #4DD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD45A; }
p { color: rgb(77,212,90); }
H1.HeaderClassName
{
color: #4DD45A;
}
.AnyTagClassName
{
color: #4DD45A;
}
</style>
background-color css
<style>
a { background-color: #4DD45A; }
a { background-color: rgb(77,212,90); }
div.DivClassName
{
background-color: #4DD45A;
}
.BgClassName
{
background-color: #4DD45A;
}
</style>
border-color css
<style>
span { border-color: #4DD45A; }
span { border-color: rgb(77,212,90); }
td.TdClassName
{
border-color: #4DD45A;
}
.TagClassName
{
border-color: #4DD45A;
}
</style>