Shades of Emerald #4AD574
Tints of Emerald #4AD574
RGB
CMYK
RGB Variations
Color information
#4AD574 (or 0x4AD574) is known color: Emerald. HEX triplet: 4A, D5 and 74. RGB value is (74,213,116). Sum of RGB (Red+Green+Blue) = 74+213+116=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD574 is #B52A8B. Grayscale: #A0A0A0. Windows color (decimal): -11872908 or 7656778. OLE color: 7656778.
HSL color Cylindrical-coordinate representation of color #4AD574: hue angle of 138.13º degrees, saturation: 0.62, 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 #4AD574 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 116 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.16 |
| HSL | 138.13º | 0.62% | 0.56% | - |
| HSV(B) | 138.13º | 0.65% | 0.84% | - |
| XYZ | 29.77 | 50.31 | 24.66 | - |
| YUV | 160.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 116 | 0.65 | 0 | 0.46 | 0.16 | 138.13 | 0.62 | 0.56 |
| Hex | 4A | D5 | 74 | 41 | 0 | 2E | 10 | 8A | 3E | 38 |
| Octal | 112 | 325 | 164 | 101 | 0 | 56 | 20 | 212 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1110100 | 1000001 | 0 | 101110 | 10000 | 10001010 | 111110 | 111000 |
Color Harmonies of #4AD574
Complementary color
Monochromatic Colors of #4AD574
Black with #4AD574
Text Example
Text Example
White with #4AD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD574; }
p { color: rgb(74,213,116); }
H1.HeaderClassName
{
color: #4AD574;
}
.AnyTagClassName
{
color: #4AD574;
}
</style>
background-color css
<style>
a { background-color: #4AD574; }
a { background-color: rgb(74,213,116); }
div.DivClassName
{
background-color: #4AD574;
}
.BgClassName
{
background-color: #4AD574;
}
</style>
border-color css
<style>
span { border-color: #4AD574; }
span { border-color: rgb(74,213,116); }
td.TdClassName
{
border-color: #4AD574;
}
.TagClassName
{
border-color: #4AD574;
}
</style>