Shades of Emerald #4ADE88
Tints of Emerald #4ADE88
RGB
CMYK
RGB Variations
Color information
#4ADE88 (or 0x4ADE88) is known color: Emerald. HEX triplet: 4A, DE and 88. RGB value is (74,222,136). Sum of RGB (Red+Green+Blue) = 74+222+136=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADE88 is #B52177. Grayscale: #A8A8A8. Windows color (decimal): -11870584 or 8969802. OLE color: 8969802.
HSL color Cylindrical-coordinate representation of color #4ADE88: hue angle of 145.14º 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 #4ADE88 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 136 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.13 |
| HSL | 145.14º | 0.69% | 0.58% | - |
| HSV(B) | 145.14º | 0.67% | 0.87% | - |
| XYZ | 33.39 | 55.48 | 32.24 | - |
| YUV | 167.94 | 109.97 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 136 | 0.67 | 0 | 0.39 | 0.13 | 145.14 | 0.69 | 0.58 |
| Hex | 4A | DE | 88 | 43 | 0 | 27 | D | 91 | 45 | 3A |
| Octal | 112 | 336 | 210 | 103 | 0 | 47 | 15 | 221 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10001000 | 1000011 | 0 | 100111 | 1101 | 10010001 | 1000101 | 111010 |
Color Harmonies of #4ADE88
Complementary color
Monochromatic Colors of #4ADE88
Black with #4ADE88
Text Example
Text Example
White with #4ADE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE88; }
p { color: rgb(74,222,136); }
H1.HeaderClassName
{
color: #4ADE88;
}
.AnyTagClassName
{
color: #4ADE88;
}
</style>
background-color css
<style>
a { background-color: #4ADE88; }
a { background-color: rgb(74,222,136); }
div.DivClassName
{
background-color: #4ADE88;
}
.BgClassName
{
background-color: #4ADE88;
}
</style>
border-color css
<style>
span { border-color: #4ADE88; }
span { border-color: rgb(74,222,136); }
td.TdClassName
{
border-color: #4ADE88;
}
.TagClassName
{
border-color: #4ADE88;
}
</style>