Shades of Emerald #4AD95A
Tints of Emerald #4AD95A
RGB
CMYK
RGB Variations
Color information
#4AD95A (or 0x4AD95A) is known color: Emerald. HEX triplet: 4A, D9 and 5A. RGB value is (74,217,90). Sum of RGB (Red+Green+Blue) = 74+217+90=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD95A is #B526A5. Grayscale: #A0A0A0. Windows color (decimal): -11871910 or 5953866. OLE color: 5953866.
HSL color Cylindrical-coordinate representation of color #4AD95A: hue angle of 126.71º 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 #4AD95A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 90 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.15 |
| HSL | 126.71º | 0.65% | 0.57% | - |
| HSV(B) | 126.71º | 0.66% | 0.85% | - |
| XYZ | 29.48 | 51.82 | 18.12 | - |
| YUV | 159.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 90 | 0.66 | 0 | 0.59 | 0.15 | 126.71 | 0.65 | 0.57 |
| Hex | 4A | D9 | 5A | 42 | 0 | 3B | F | 7F | 41 | 39 |
| Octal | 112 | 331 | 132 | 102 | 0 | 73 | 17 | 177 | 101 | 71 |
| Binary | 1001010 | 11011001 | 1011010 | 1000010 | 0 | 111011 | 1111 | 1111111 | 1000001 | 111001 |
Color Harmonies of #4AD95A
Complementary color
Monochromatic Colors of #4AD95A
Black with #4AD95A
Text Example
Text Example
White with #4AD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD95A; }
p { color: rgb(74,217,90); }
H1.HeaderClassName
{
color: #4AD95A;
}
.AnyTagClassName
{
color: #4AD95A;
}
</style>
background-color css
<style>
a { background-color: #4AD95A; }
a { background-color: rgb(74,217,90); }
div.DivClassName
{
background-color: #4AD95A;
}
.BgClassName
{
background-color: #4AD95A;
}
</style>
border-color css
<style>
span { border-color: #4AD95A; }
span { border-color: rgb(74,217,90); }
td.TdClassName
{
border-color: #4AD95A;
}
.TagClassName
{
border-color: #4AD95A;
}
</style>