Shades of Emerald #4ADE82
Tints of Emerald #4ADE82
RGB
CMYK
RGB Variations
Color information
#4ADE82 (or 0x4ADE82) is known color: Emerald. HEX triplet: 4A, DE and 82. RGB value is (74,222,130). Sum of RGB (Red+Green+Blue) = 74+222+130=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADE82 is #B5217D. Grayscale: #A7A7A7. Windows color (decimal): -11870590 or 8576586. OLE color: 8576586.
HSL color Cylindrical-coordinate representation of color #4ADE82: hue angle of 142.7º 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 #4ADE82 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 130 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.13 |
| HSL | 142.7º | 0.69% | 0.58% | - |
| HSV(B) | 142.7º | 0.67% | 0.87% | - |
| XYZ | 32.97 | 55.31 | 30.06 | - |
| YUV | 167.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 130 | 0.67 | 0 | 0.41 | 0.13 | 142.7 | 0.69 | 0.58 |
| Hex | 4A | DE | 82 | 43 | 0 | 29 | D | 8F | 45 | 3A |
| Octal | 112 | 336 | 202 | 103 | 0 | 51 | 15 | 217 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10000010 | 1000011 | 0 | 101001 | 1101 | 10001111 | 1000101 | 111010 |
Color Harmonies of #4ADE82
Complementary color
Monochromatic Colors of #4ADE82
Black with #4ADE82
Text Example
Text Example
White with #4ADE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE82; }
p { color: rgb(74,222,130); }
H1.HeaderClassName
{
color: #4ADE82;
}
.AnyTagClassName
{
color: #4ADE82;
}
</style>
background-color css
<style>
a { background-color: #4ADE82; }
a { background-color: rgb(74,222,130); }
div.DivClassName
{
background-color: #4ADE82;
}
.BgClassName
{
background-color: #4ADE82;
}
</style>
border-color css
<style>
span { border-color: #4ADE82; }
span { border-color: rgb(74,222,130); }
td.TdClassName
{
border-color: #4ADE82;
}
.TagClassName
{
border-color: #4ADE82;
}
</style>