Shades of Emerald #4ADE80
Tints of Emerald #4ADE80
RGB
CMYK
RGB Variations
Color information
#4ADE80 (or 0x4ADE80) is known color: Emerald. HEX triplet: 4A, DE and 80. RGB value is (74,222,128). Sum of RGB (Red+Green+Blue) = 74+222+128=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADE80 is #B5217F. Grayscale: #A7A7A7. Windows color (decimal): -11870592 or 8445514. OLE color: 8445514.
HSL color Cylindrical-coordinate representation of color #4ADE80: hue angle of 141.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADE80 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 128 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.13 |
| HSL | 141.89º | 0.69% | 0.58% | - |
| HSV(B) | 141.89º | 0.67% | 0.87% | - |
| XYZ | 32.84 | 55.26 | 29.36 | - |
| YUV | 167.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 128 | 0.67 | 0 | 0.42 | 0.13 | 141.89 | 0.69 | 0.58 |
| Hex | 4A | DE | 80 | 43 | 0 | 2A | D | 8E | 45 | 3A |
| Octal | 112 | 336 | 200 | 103 | 0 | 52 | 15 | 216 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10000000 | 1000011 | 0 | 101010 | 1101 | 10001110 | 1000101 | 111010 |
Color Harmonies of #4ADE80
Complementary color
Monochromatic Colors of #4ADE80
Black with #4ADE80
Text Example
Text Example
White with #4ADE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE80; }
p { color: rgb(74,222,128); }
H1.HeaderClassName
{
color: #4ADE80;
}
.AnyTagClassName
{
color: #4ADE80;
}
</style>
background-color css
<style>
a { background-color: #4ADE80; }
a { background-color: rgb(74,222,128); }
div.DivClassName
{
background-color: #4ADE80;
}
.BgClassName
{
background-color: #4ADE80;
}
</style>
border-color css
<style>
span { border-color: #4ADE80; }
span { border-color: rgb(74,222,128); }
td.TdClassName
{
border-color: #4ADE80;
}
.TagClassName
{
border-color: #4ADE80;
}
</style>