Shades of Emerald #4AD07E
Tints of Emerald #4AD07E
RGB
CMYK
RGB Variations
Color information
#4AD07E (or 0x4AD07E) is known color: Emerald. HEX triplet: 4A, D0 and 7E. RGB value is (74,208,126). Sum of RGB (Red+Green+Blue) = 74+208+126=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD07E is #B52F81. Grayscale: #9E9E9E. Windows color (decimal): -11874178 or 8310858. OLE color: 8310858.
HSL color Cylindrical-coordinate representation of color #4AD07E: hue angle of 143.28º 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 #4AD07E is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 126 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.18 |
| HSL | 143.28º | 0.59% | 0.55% | - |
| HSV(B) | 143.28º | 0.64% | 0.82% | - |
| XYZ | 29.15 | 48.07 | 27.48 | - |
| YUV | 158.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 126 | 0.64 | 0 | 0.39 | 0.18 | 143.28 | 0.59 | 0.55 |
| Hex | 4A | D0 | 7E | 40 | 0 | 27 | 12 | 8F | 3B | 37 |
| Octal | 112 | 320 | 176 | 100 | 0 | 47 | 22 | 217 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1111110 | 1000000 | 0 | 100111 | 10010 | 10001111 | 111011 | 110111 |
Color Harmonies of #4AD07E
Complementary color
Monochromatic Colors of #4AD07E
Black with #4AD07E
Text Example
Text Example
White with #4AD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD07E; }
p { color: rgb(74,208,126); }
H1.HeaderClassName
{
color: #4AD07E;
}
.AnyTagClassName
{
color: #4AD07E;
}
</style>
background-color css
<style>
a { background-color: #4AD07E; }
a { background-color: rgb(74,208,126); }
div.DivClassName
{
background-color: #4AD07E;
}
.BgClassName
{
background-color: #4AD07E;
}
</style>
border-color css
<style>
span { border-color: #4AD07E; }
span { border-color: rgb(74,208,126); }
td.TdClassName
{
border-color: #4AD07E;
}
.TagClassName
{
border-color: #4AD07E;
}
</style>