Shades of Emerald #4ADA56
Tints of Emerald #4ADA56
RGB
CMYK
RGB Variations
Color information
#4ADA56 (or 0x4ADA56) is known color: Emerald. HEX triplet: 4A, DA and 56. RGB value is (74,218,86). Sum of RGB (Red+Green+Blue) = 74+218+86=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA56 is #B525A9. Grayscale: #A0A0A0. Windows color (decimal): -11871658 or 5691978. OLE color: 5691978.
HSL color Cylindrical-coordinate representation of color #4ADA56: hue angle of 125º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA56 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 86 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.15 |
| HSL | 125º | 0.66% | 0.57% | - |
| HSV(B) | 125º | 0.66% | 0.85% | - |
| XYZ | 29.58 | 52.27 | 17.33 | - |
| YUV | 159.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 86 | 0.66 | 0 | 0.61 | 0.15 | 125 | 0.66 | 0.57 |
| Hex | 4A | DA | 56 | 42 | 0 | 3D | F | 7D | 42 | 39 |
| Octal | 112 | 332 | 126 | 102 | 0 | 75 | 17 | 175 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1010110 | 1000010 | 0 | 111101 | 1111 | 1111101 | 1000010 | 111001 |
Color Harmonies of #4ADA56
Complementary color
Monochromatic Colors of #4ADA56
Black with #4ADA56
Text Example
Text Example
White with #4ADA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA56; }
p { color: rgb(74,218,86); }
H1.HeaderClassName
{
color: #4ADA56;
}
.AnyTagClassName
{
color: #4ADA56;
}
</style>
background-color css
<style>
a { background-color: #4ADA56; }
a { background-color: rgb(74,218,86); }
div.DivClassName
{
background-color: #4ADA56;
}
.BgClassName
{
background-color: #4ADA56;
}
</style>
border-color css
<style>
span { border-color: #4ADA56; }
span { border-color: rgb(74,218,86); }
td.TdClassName
{
border-color: #4ADA56;
}
.TagClassName
{
border-color: #4ADA56;
}
</style>