Shades of Emerald #4AD874
Tints of Emerald #4AD874
RGB
CMYK
RGB Variations
Color information
#4AD874 (or 0x4AD874) is known color: Emerald. HEX triplet: 4A, D8 and 74. RGB value is (74,216,116). Sum of RGB (Red+Green+Blue) = 74+216+116=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD874 is #B5278B. Grayscale: #A2A2A2. Windows color (decimal): -11872140 or 7657546. OLE color: 7657546.
HSL color Cylindrical-coordinate representation of color #4AD874: hue angle of 137.75º degrees, saturation: 0.65, 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 #4AD874 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 116 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.15 |
| HSL | 137.75º | 0.65% | 0.57% | - |
| HSV(B) | 137.75º | 0.66% | 0.85% | - |
| XYZ | 30.53 | 51.83 | 24.92 | - |
| YUV | 162.14 | 101.96 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 116 | 0.66 | 0 | 0.46 | 0.15 | 137.75 | 0.65 | 0.57 |
| Hex | 4A | D8 | 74 | 42 | 0 | 2E | F | 8A | 41 | 39 |
| Octal | 112 | 330 | 164 | 102 | 0 | 56 | 17 | 212 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1110100 | 1000010 | 0 | 101110 | 1111 | 10001010 | 1000001 | 111001 |
Color Harmonies of #4AD874
Complementary color
Monochromatic Colors of #4AD874
Black with #4AD874
Text Example
Text Example
White with #4AD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD874; }
p { color: rgb(74,216,116); }
H1.HeaderClassName
{
color: #4AD874;
}
.AnyTagClassName
{
color: #4AD874;
}
</style>
background-color css
<style>
a { background-color: #4AD874; }
a { background-color: rgb(74,216,116); }
div.DivClassName
{
background-color: #4AD874;
}
.BgClassName
{
background-color: #4AD874;
}
</style>
border-color css
<style>
span { border-color: #4AD874; }
span { border-color: rgb(74,216,116); }
td.TdClassName
{
border-color: #4AD874;
}
.TagClassName
{
border-color: #4AD874;
}
</style>