Shades of Malachite #2ADD70
Tints of Malachite #2ADD70
RGB
CMYK
RGB Variations
Color information
#2ADD70 (or 0x2ADD70) is known color: Malachite. HEX triplet: 2A, DD and 70. RGB value is (42,221,112). Sum of RGB (Red+Green+Blue) = 42+221+112=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD70 is #D5228F. Grayscale: #9B9B9B. Windows color (decimal): -13968016 or 7396650. OLE color: 7396650.
HSL color Cylindrical-coordinate representation of color #2ADD70: hue angle of 143.46º degrees, saturation: 0.72, 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 #2ADD70 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 112 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.13 |
| HSL | 143.46º | 0.72% | 0.52% | - |
| HSV(B) | 143.46º | 0.81% | 0.87% | - |
| XYZ | 29.74 | 53.37 | 24.06 | - |
| YUV | 155.05 | 103.7 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 112 | 0.81 | 0 | 0.49 | 0.13 | 143.46 | 0.72 | 0.52 |
| Hex | 2A | DD | 70 | 51 | 0 | 31 | D | 8F | 48 | 34 |
| Octal | 52 | 335 | 160 | 121 | 0 | 61 | 15 | 217 | 110 | 64 |
| Binary | 101010 | 11011101 | 1110000 | 1010001 | 0 | 110001 | 1101 | 10001111 | 1001000 | 110100 |
Color Harmonies of #2ADD70
Complementary color
Monochromatic Colors of #2ADD70
Black with #2ADD70
Text Example
Text Example
White with #2ADD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD70; }
p { color: rgb(42,221,112); }
H1.HeaderClassName
{
color: #2ADD70;
}
.AnyTagClassName
{
color: #2ADD70;
}
</style>
background-color css
<style>
a { background-color: #2ADD70; }
a { background-color: rgb(42,221,112); }
div.DivClassName
{
background-color: #2ADD70;
}
.BgClassName
{
background-color: #2ADD70;
}
</style>
border-color css
<style>
span { border-color: #2ADD70; }
span { border-color: rgb(42,221,112); }
td.TdClassName
{
border-color: #2ADD70;
}
.TagClassName
{
border-color: #2ADD70;
}
</style>