Shades of Emerald #2ADE75
Tints of Emerald #2ADE75
RGB
CMYK
RGB Variations
Color information
#2ADE75 (or 0x2ADE75) is known color: Emerald. HEX triplet: 2A, DE and 75. RGB value is (42,222,117). Sum of RGB (Red+Green+Blue) = 42+222+117=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE75 is #D5218A. Grayscale: #9C9C9C. Windows color (decimal): -13967755 or 7724586. OLE color: 7724586.
HSL color Cylindrical-coordinate representation of color #2ADE75: hue angle of 145º 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 #2ADE75 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 117 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.13 |
| HSL | 145º | 0.73% | 0.52% | - |
| HSV(B) | 145º | 0.81% | 0.87% | - |
| XYZ | 30.29 | 54.02 | 25.66 | - |
| YUV | 156.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 117 | 0.81 | 0 | 0.47 | 0.13 | 145 | 0.73 | 0.52 |
| Hex | 2A | DE | 75 | 51 | 0 | 2F | D | 91 | 49 | 34 |
| Octal | 52 | 336 | 165 | 121 | 0 | 57 | 15 | 221 | 111 | 64 |
| Binary | 101010 | 11011110 | 1110101 | 1010001 | 0 | 101111 | 1101 | 10010001 | 1001001 | 110100 |
Color Harmonies of #2ADE75
Complementary color
Monochromatic Colors of #2ADE75
Black with #2ADE75
Text Example
Text Example
White with #2ADE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE75; }
p { color: rgb(42,222,117); }
H1.HeaderClassName
{
color: #2ADE75;
}
.AnyTagClassName
{
color: #2ADE75;
}
</style>
background-color css
<style>
a { background-color: #2ADE75; }
a { background-color: rgb(42,222,117); }
div.DivClassName
{
background-color: #2ADE75;
}
.BgClassName
{
background-color: #2ADE75;
}
</style>
border-color css
<style>
span { border-color: #2ADE75; }
span { border-color: rgb(42,222,117); }
td.TdClassName
{
border-color: #2ADE75;
}
.TagClassName
{
border-color: #2ADE75;
}
</style>