Shades of Emerald #2ADE73
Tints of Emerald #2ADE73
RGB
CMYK
RGB Variations
Color information
#2ADE73 (or 0x2ADE73) is known color: Emerald. HEX triplet: 2A, DE and 73. RGB value is (42,222,115). Sum of RGB (Red+Green+Blue) = 42+222+115=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE73 is #D5218C. Grayscale: #9C9C9C. Windows color (decimal): -13967757 or 7593514. OLE color: 7593514.
HSL color Cylindrical-coordinate representation of color #2ADE73: hue angle of 144.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 #2ADE73 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 115 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.13 |
| HSL | 144.33º | 0.73% | 0.52% | - |
| HSV(B) | 144.33º | 0.81% | 0.87% | - |
| XYZ | 30.17 | 53.97 | 25.05 | - |
| YUV | 155.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 115 | 0.81 | 0 | 0.48 | 0.13 | 144.33 | 0.73 | 0.52 |
| Hex | 2A | DE | 73 | 51 | 0 | 30 | D | 90 | 49 | 34 |
| Octal | 52 | 336 | 163 | 121 | 0 | 60 | 15 | 220 | 111 | 64 |
| Binary | 101010 | 11011110 | 1110011 | 1010001 | 0 | 110000 | 1101 | 10010000 | 1001001 | 110100 |
Color Harmonies of #2ADE73
Complementary color
Monochromatic Colors of #2ADE73
Black with #2ADE73
Text Example
Text Example
White with #2ADE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE73; }
p { color: rgb(42,222,115); }
H1.HeaderClassName
{
color: #2ADE73;
}
.AnyTagClassName
{
color: #2ADE73;
}
</style>
background-color css
<style>
a { background-color: #2ADE73; }
a { background-color: rgb(42,222,115); }
div.DivClassName
{
background-color: #2ADE73;
}
.BgClassName
{
background-color: #2ADE73;
}
</style>
border-color css
<style>
span { border-color: #2ADE73; }
span { border-color: rgb(42,222,115); }
td.TdClassName
{
border-color: #2ADE73;
}
.TagClassName
{
border-color: #2ADE73;
}
</style>