Shades of Emerald #2ADE76
Tints of Emerald #2ADE76
RGB
CMYK
RGB Variations
Color information
#2ADE76 (or 0x2ADE76) is known color: Emerald. HEX triplet: 2A, DE and 76. RGB value is (42,222,118). Sum of RGB (Red+Green+Blue) = 42+222+118=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE76 is #D52189. Grayscale: #9C9C9C. Windows color (decimal): -13967754 or 7790122. OLE color: 7790122.
HSL color Cylindrical-coordinate representation of color #2ADE76: hue angle of 145.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADE76 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 118 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.13 |
| HSL | 145.33º | 0.73% | 0.52% | - |
| HSV(B) | 145.33º | 0.81% | 0.87% | - |
| XYZ | 30.35 | 54.04 | 25.97 | - |
| YUV | 156.32 | 106.37 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 118 | 0.81 | 0 | 0.47 | 0.13 | 145.33 | 0.73 | 0.52 |
| Hex | 2A | DE | 76 | 51 | 0 | 2F | D | 91 | 49 | 34 |
| Octal | 52 | 336 | 166 | 121 | 0 | 57 | 15 | 221 | 111 | 64 |
| Binary | 101010 | 11011110 | 1110110 | 1010001 | 0 | 101111 | 1101 | 10010001 | 1001001 | 110100 |
Color Harmonies of #2ADE76
Complementary color
Monochromatic Colors of #2ADE76
Black with #2ADE76
Text Example
Text Example
White with #2ADE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE76; }
p { color: rgb(42,222,118); }
H1.HeaderClassName
{
color: #2ADE76;
}
.AnyTagClassName
{
color: #2ADE76;
}
</style>
background-color css
<style>
a { background-color: #2ADE76; }
a { background-color: rgb(42,222,118); }
div.DivClassName
{
background-color: #2ADE76;
}
.BgClassName
{
background-color: #2ADE76;
}
</style>
border-color css
<style>
span { border-color: #2ADE76; }
span { border-color: rgb(42,222,118); }
td.TdClassName
{
border-color: #2ADE76;
}
.TagClassName
{
border-color: #2ADE76;
}
</style>