Shades of Emerald #4ADE8E
Tints of Emerald #4ADE8E
RGB
CMYK
RGB Variations
Color information
#4ADE8E (or 0x4ADE8E) is known color: Emerald. HEX triplet: 4A, DE and 8E. RGB value is (74,222,142). Sum of RGB (Red+Green+Blue) = 74+222+142=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADE8E is #B52171. Grayscale: #A8A8A8. Windows color (decimal): -11870578 or 9363018. OLE color: 9363018.
HSL color Cylindrical-coordinate representation of color #4ADE8E: hue angle of 147.57º 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 #4ADE8E is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 142 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.13 |
| HSL | 147.57º | 0.69% | 0.58% | - |
| HSV(B) | 147.57º | 0.67% | 0.87% | - |
| XYZ | 33.83 | 55.65 | 34.55 | - |
| YUV | 168.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 142 | 0.67 | 0 | 0.36 | 0.13 | 147.57 | 0.69 | 0.58 |
| Hex | 4A | DE | 8E | 43 | 0 | 24 | D | 94 | 45 | 3A |
| Octal | 112 | 336 | 216 | 103 | 0 | 44 | 15 | 224 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10001110 | 1000011 | 0 | 100100 | 1101 | 10010100 | 1000101 | 111010 |
Color Harmonies of #4ADE8E
Complementary color
Monochromatic Colors of #4ADE8E
Black with #4ADE8E
Text Example
Text Example
White with #4ADE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE8E; }
p { color: rgb(74,222,142); }
H1.HeaderClassName
{
color: #4ADE8E;
}
.AnyTagClassName
{
color: #4ADE8E;
}
</style>
background-color css
<style>
a { background-color: #4ADE8E; }
a { background-color: rgb(74,222,142); }
div.DivClassName
{
background-color: #4ADE8E;
}
.BgClassName
{
background-color: #4ADE8E;
}
</style>
border-color css
<style>
span { border-color: #4ADE8E; }
span { border-color: rgb(74,222,142); }
td.TdClassName
{
border-color: #4ADE8E;
}
.TagClassName
{
border-color: #4ADE8E;
}
</style>