Shades of Emerald #4AD35A
Tints of Emerald #4AD35A
RGB
CMYK
RGB Variations
Color information
#4AD35A (or 0x4AD35A) is known color: Emerald. HEX triplet: 4A, D3 and 5A. RGB value is (74,211,90). Sum of RGB (Red+Green+Blue) = 74+211+90=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD35A is #B52CA5. Grayscale: #9C9C9C. Windows color (decimal): -11873446 or 5952330. OLE color: 5952330.
HSL color Cylindrical-coordinate representation of color #4AD35A: hue angle of 127.01º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD35A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 90 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.17 |
| HSL | 127.01º | 0.61% | 0.56% | - |
| HSV(B) | 127.01º | 0.65% | 0.83% | - |
| XYZ | 27.96 | 48.78 | 17.62 | - |
| YUV | 156.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 90 | 0.65 | 0 | 0.57 | 0.17 | 127.01 | 0.61 | 0.56 |
| Hex | 4A | D3 | 5A | 41 | 0 | 39 | 11 | 7F | 3D | 38 |
| Octal | 112 | 323 | 132 | 101 | 0 | 71 | 21 | 177 | 75 | 70 |
| Binary | 1001010 | 11010011 | 1011010 | 1000001 | 0 | 111001 | 10001 | 1111111 | 111101 | 111000 |
Color Harmonies of #4AD35A
Complementary color
Monochromatic Colors of #4AD35A
Black with #4AD35A
Text Example
Text Example
White with #4AD35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD35A; }
p { color: rgb(74,211,90); }
H1.HeaderClassName
{
color: #4AD35A;
}
.AnyTagClassName
{
color: #4AD35A;
}
</style>
background-color css
<style>
a { background-color: #4AD35A; }
a { background-color: rgb(74,211,90); }
div.DivClassName
{
background-color: #4AD35A;
}
.BgClassName
{
background-color: #4AD35A;
}
</style>
border-color css
<style>
span { border-color: #4AD35A; }
span { border-color: rgb(74,211,90); }
td.TdClassName
{
border-color: #4AD35A;
}
.TagClassName
{
border-color: #4AD35A;
}
</style>