Shades of Emerald #4AD55F
Tints of Emerald #4AD55F
RGB
CMYK
RGB Variations
Color information
#4AD55F (or 0x4AD55F) is known color: Emerald. HEX triplet: 4A, D5 and 5F. RGB value is (74,213,95). Sum of RGB (Red+Green+Blue) = 74+213+95=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD55F is #B52AA0. Grayscale: #9E9E9E. Windows color (decimal): -11872929 or 6280522. OLE color: 6280522.
HSL color Cylindrical-coordinate representation of color #4AD55F: hue angle of 129.06º 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 #4AD55F is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 95 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.16 |
| HSL | 129.06º | 0.62% | 0.56% | - |
| HSV(B) | 129.06º | 0.65% | 0.84% | - |
| XYZ | 28.68 | 49.87 | 18.94 | - |
| YUV | 157.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 95 | 0.65 | 0 | 0.55 | 0.16 | 129.06 | 0.62 | 0.56 |
| Hex | 4A | D5 | 5F | 41 | 0 | 37 | 10 | 81 | 3E | 38 |
| Octal | 112 | 325 | 137 | 101 | 0 | 67 | 20 | 201 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1011111 | 1000001 | 0 | 110111 | 10000 | 10000001 | 111110 | 111000 |
Color Harmonies of #4AD55F
Complementary color
Monochromatic Colors of #4AD55F
Black with #4AD55F
Text Example
Text Example
White with #4AD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD55F; }
p { color: rgb(74,213,95); }
H1.HeaderClassName
{
color: #4AD55F;
}
.AnyTagClassName
{
color: #4AD55F;
}
</style>
background-color css
<style>
a { background-color: #4AD55F; }
a { background-color: rgb(74,213,95); }
div.DivClassName
{
background-color: #4AD55F;
}
.BgClassName
{
background-color: #4AD55F;
}
</style>
border-color css
<style>
span { border-color: #4AD55F; }
span { border-color: rgb(74,213,95); }
td.TdClassName
{
border-color: #4AD55F;
}
.TagClassName
{
border-color: #4AD55F;
}
</style>