Shades of Emerald #4ADB73
Tints of Emerald #4ADB73
RGB
CMYK
RGB Variations
Color information
#4ADB73 (or 0x4ADB73) is known color: Emerald. HEX triplet: 4A, DB and 73. RGB value is (74,219,115). Sum of RGB (Red+Green+Blue) = 74+219+115=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB73 is #B5248C. Grayscale: #A4A4A4. Windows color (decimal): -11871373 or 7592778. OLE color: 7592778.
HSL color Cylindrical-coordinate representation of color #4ADB73: hue angle of 136.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 #4ADB73 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 115 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.14 |
| HSL | 136.97º | 0.67% | 0.57% | - |
| HSV(B) | 136.97º | 0.66% | 0.86% | - |
| XYZ | 31.25 | 53.36 | 24.87 | - |
| YUV | 163.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 115 | 0.66 | 0 | 0.47 | 0.14 | 136.97 | 0.67 | 0.57 |
| Hex | 4A | DB | 73 | 42 | 0 | 2F | E | 89 | 43 | 39 |
| Octal | 112 | 333 | 163 | 102 | 0 | 57 | 16 | 211 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1110011 | 1000010 | 0 | 101111 | 1110 | 10001001 | 1000011 | 111001 |
Color Harmonies of #4ADB73
Complementary color
Monochromatic Colors of #4ADB73
Black with #4ADB73
Text Example
Text Example
White with #4ADB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB73; }
p { color: rgb(74,219,115); }
H1.HeaderClassName
{
color: #4ADB73;
}
.AnyTagClassName
{
color: #4ADB73;
}
</style>
background-color css
<style>
a { background-color: #4ADB73; }
a { background-color: rgb(74,219,115); }
div.DivClassName
{
background-color: #4ADB73;
}
.BgClassName
{
background-color: #4ADB73;
}
</style>
border-color css
<style>
span { border-color: #4ADB73; }
span { border-color: rgb(74,219,115); }
td.TdClassName
{
border-color: #4ADB73;
}
.TagClassName
{
border-color: #4ADB73;
}
</style>