Shades of Emerald #4ADB80
Tints of Emerald #4ADB80
RGB
CMYK
RGB Variations
Color information
#4ADB80 (or 0x4ADB80) is known color: Emerald. HEX triplet: 4A, DB and 80. RGB value is (74,219,128). Sum of RGB (Red+Green+Blue) = 74+219+128=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADB80 is #B5247F. Grayscale: #A5A5A5. Windows color (decimal): -11871360 or 8444746. OLE color: 8444746.
HSL color Cylindrical-coordinate representation of color #4ADB80: hue angle of 142.34º 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 #4ADB80 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 128 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.14 |
| HSL | 142.34º | 0.67% | 0.57% | - |
| HSV(B) | 142.34º | 0.66% | 0.86% | - |
| XYZ | 32.05 | 53.68 | 29.09 | - |
| YUV | 165.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 128 | 0.66 | 0 | 0.42 | 0.14 | 142.34 | 0.67 | 0.57 |
| Hex | 4A | DB | 80 | 42 | 0 | 2A | E | 8E | 43 | 39 |
| Octal | 112 | 333 | 200 | 102 | 0 | 52 | 16 | 216 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10000000 | 1000010 | 0 | 101010 | 1110 | 10001110 | 1000011 | 111001 |
Color Harmonies of #4ADB80
Complementary color
Monochromatic Colors of #4ADB80
Black with #4ADB80
Text Example
Text Example
White with #4ADB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB80; }
p { color: rgb(74,219,128); }
H1.HeaderClassName
{
color: #4ADB80;
}
.AnyTagClassName
{
color: #4ADB80;
}
</style>
background-color css
<style>
a { background-color: #4ADB80; }
a { background-color: rgb(74,219,128); }
div.DivClassName
{
background-color: #4ADB80;
}
.BgClassName
{
background-color: #4ADB80;
}
</style>
border-color css
<style>
span { border-color: #4ADB80; }
span { border-color: rgb(74,219,128); }
td.TdClassName
{
border-color: #4ADB80;
}
.TagClassName
{
border-color: #4ADB80;
}
</style>