Shades of Emerald #4AD56F
Tints of Emerald #4AD56F
RGB
CMYK
RGB Variations
Color information
#4AD56F (or 0x4AD56F) is known color: Emerald. HEX triplet: 4A, D5 and 6F. RGB value is (74,213,111). Sum of RGB (Red+Green+Blue) = 74+213+111=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD56F is #B52A90. Grayscale: #A0A0A0. Windows color (decimal): -11872913 or 7329098. OLE color: 7329098.
HSL color Cylindrical-coordinate representation of color #4AD56F: hue angle of 135.97º 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 #4AD56F is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 111 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.16 |
| HSL | 135.97º | 0.62% | 0.56% | - |
| HSV(B) | 135.97º | 0.65% | 0.84% | - |
| XYZ | 29.49 | 50.19 | 23.17 | - |
| YUV | 159.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 111 | 0.65 | 0 | 0.48 | 0.16 | 135.97 | 0.62 | 0.56 |
| Hex | 4A | D5 | 6F | 41 | 0 | 30 | 10 | 88 | 3E | 38 |
| Octal | 112 | 325 | 157 | 101 | 0 | 60 | 20 | 210 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1101111 | 1000001 | 0 | 110000 | 10000 | 10001000 | 111110 | 111000 |
Color Harmonies of #4AD56F
Complementary color
Monochromatic Colors of #4AD56F
Black with #4AD56F
Text Example
Text Example
White with #4AD56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD56F; }
p { color: rgb(74,213,111); }
H1.HeaderClassName
{
color: #4AD56F;
}
.AnyTagClassName
{
color: #4AD56F;
}
</style>
background-color css
<style>
a { background-color: #4AD56F; }
a { background-color: rgb(74,213,111); }
div.DivClassName
{
background-color: #4AD56F;
}
.BgClassName
{
background-color: #4AD56F;
}
</style>
border-color css
<style>
span { border-color: #4AD56F; }
span { border-color: rgb(74,213,111); }
td.TdClassName
{
border-color: #4AD56F;
}
.TagClassName
{
border-color: #4AD56F;
}
</style>