Shades of Emerald #4AD672
Tints of Emerald #4AD672
RGB
CMYK
RGB Variations
Color information
#4AD672 (or 0x4AD672) is known color: Emerald. HEX triplet: 4A, D6 and 72. RGB value is (74,214,114). Sum of RGB (Red+Green+Blue) = 74+214+114=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD672 is #B5298D. Grayscale: #A0A0A0. Windows color (decimal): -11872654 or 7525962. OLE color: 7525962.
HSL color Cylindrical-coordinate representation of color #4AD672: hue angle of 137.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD672 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 114 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.16 |
| HSL | 137.14º | 0.63% | 0.56% | - |
| HSV(B) | 137.14º | 0.65% | 0.84% | - |
| XYZ | 29.91 | 50.76 | 24.14 | - |
| YUV | 160.74 | 101.62 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 114 | 0.65 | 0 | 0.47 | 0.16 | 137.14 | 0.63 | 0.56 |
| Hex | 4A | D6 | 72 | 41 | 0 | 2F | 10 | 89 | 3F | 38 |
| Octal | 112 | 326 | 162 | 101 | 0 | 57 | 20 | 211 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1110010 | 1000001 | 0 | 101111 | 10000 | 10001001 | 111111 | 111000 |
Color Harmonies of #4AD672
Complementary color
Monochromatic Colors of #4AD672
Black with #4AD672
Text Example
Text Example
White with #4AD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD672; }
p { color: rgb(74,214,114); }
H1.HeaderClassName
{
color: #4AD672;
}
.AnyTagClassName
{
color: #4AD672;
}
</style>
background-color css
<style>
a { background-color: #4AD672; }
a { background-color: rgb(74,214,114); }
div.DivClassName
{
background-color: #4AD672;
}
.BgClassName
{
background-color: #4AD672;
}
</style>
border-color css
<style>
span { border-color: #4AD672; }
span { border-color: rgb(74,214,114); }
td.TdClassName
{
border-color: #4AD672;
}
.TagClassName
{
border-color: #4AD672;
}
</style>