Shades of Emerald #4AD07C
Tints of Emerald #4AD07C
RGB
CMYK
RGB Variations
Color information
#4AD07C (or 0x4AD07C) is known color: Emerald. HEX triplet: 4A, D0 and 7C. RGB value is (74,208,124). Sum of RGB (Red+Green+Blue) = 74+208+124=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD07C is #B52F83. Grayscale: #9E9E9E. Windows color (decimal): -11874180 or 8179786. OLE color: 8179786.
HSL color Cylindrical-coordinate representation of color #4AD07C: hue angle of 142.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD07C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 124 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.18 |
| HSL | 142.39º | 0.59% | 0.55% | - |
| HSV(B) | 142.39º | 0.64% | 0.82% | - |
| XYZ | 29.02 | 48.02 | 26.81 | - |
| YUV | 158.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 124 | 0.64 | 0 | 0.40 | 0.18 | 142.39 | 0.59 | 0.55 |
| Hex | 4A | D0 | 7C | 40 | 0 | 28 | 12 | 8E | 3B | 37 |
| Octal | 112 | 320 | 174 | 100 | 0 | 50 | 22 | 216 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1111100 | 1000000 | 0 | 101000 | 10010 | 10001110 | 111011 | 110111 |
Color Harmonies of #4AD07C
Complementary color
Monochromatic Colors of #4AD07C
Black with #4AD07C
Text Example
Text Example
White with #4AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD07C; }
p { color: rgb(74,208,124); }
H1.HeaderClassName
{
color: #4AD07C;
}
.AnyTagClassName
{
color: #4AD07C;
}
</style>
background-color css
<style>
a { background-color: #4AD07C; }
a { background-color: rgb(74,208,124); }
div.DivClassName
{
background-color: #4AD07C;
}
.BgClassName
{
background-color: #4AD07C;
}
</style>
border-color css
<style>
span { border-color: #4AD07C; }
span { border-color: rgb(74,208,124); }
td.TdClassName
{
border-color: #4AD07C;
}
.TagClassName
{
border-color: #4AD07C;
}
</style>