Shades of Emerald #4ADB56
Tints of Emerald #4ADB56
RGB
CMYK
RGB Variations
Color information
#4ADB56 (or 0x4ADB56) is known color: Emerald. HEX triplet: 4A, DB and 56. RGB value is (74,219,86). Sum of RGB (Red+Green+Blue) = 74+219+86=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB56 is #B524A9. Grayscale: #A0A0A0. Windows color (decimal): -11871402 or 5692234. OLE color: 5692234.
HSL color Cylindrical-coordinate representation of color #4ADB56: hue angle of 124.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB56 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 86 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.14 |
| HSL | 124.97º | 0.67% | 0.57% | - |
| HSV(B) | 124.97º | 0.66% | 0.86% | - |
| XYZ | 29.84 | 52.79 | 17.42 | - |
| YUV | 160.48 | 85.96 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 86 | 0.66 | 0 | 0.61 | 0.14 | 124.97 | 0.67 | 0.57 |
| Hex | 4A | DB | 56 | 42 | 0 | 3D | E | 7D | 43 | 39 |
| Octal | 112 | 333 | 126 | 102 | 0 | 75 | 16 | 175 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1010110 | 1000010 | 0 | 111101 | 1110 | 1111101 | 1000011 | 111001 |
Color Harmonies of #4ADB56
Complementary color
Monochromatic Colors of #4ADB56
Black with #4ADB56
Text Example
Text Example
White with #4ADB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB56; }
p { color: rgb(74,219,86); }
H1.HeaderClassName
{
color: #4ADB56;
}
.AnyTagClassName
{
color: #4ADB56;
}
</style>
background-color css
<style>
a { background-color: #4ADB56; }
a { background-color: rgb(74,219,86); }
div.DivClassName
{
background-color: #4ADB56;
}
.BgClassName
{
background-color: #4ADB56;
}
</style>
border-color css
<style>
span { border-color: #4ADB56; }
span { border-color: rgb(74,219,86); }
td.TdClassName
{
border-color: #4ADB56;
}
.TagClassName
{
border-color: #4ADB56;
}
</style>