Shades of Malachite #2ADF70
Tints of Malachite #2ADF70
RGB
CMYK
RGB Variations
Color information
#2ADF70 (or 0x2ADF70) is known color: Malachite. HEX triplet: 2A, DF and 70. RGB value is (42,223,112). Sum of RGB (Red+Green+Blue) = 42+223+112=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF70 is #D5208F. Grayscale: #9C9C9C. Windows color (decimal): -13967504 or 7397162. OLE color: 7397162.
HSL color Cylindrical-coordinate representation of color #2ADF70: hue angle of 143.2º degrees, saturation: 0.74, 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 #2ADF70 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.13 |
| HSL | 143.2º | 0.74% | 0.52% | - |
| HSV(B) | 143.2º | 0.81% | 0.87% | - |
| XYZ | 30.27 | 54.44 | 24.24 | - |
| YUV | 156.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 112 | 0.81 | 0 | 0.50 | 0.13 | 143.2 | 0.74 | 0.52 |
| Hex | 2A | DF | 70 | 51 | 0 | 32 | D | 8F | 4A | 34 |
| Octal | 52 | 337 | 160 | 121 | 0 | 62 | 15 | 217 | 112 | 64 |
| Binary | 101010 | 11011111 | 1110000 | 1010001 | 0 | 110010 | 1101 | 10001111 | 1001010 | 110100 |
Color Harmonies of #2ADF70
Complementary color
Monochromatic Colors of #2ADF70
Black with #2ADF70
Text Example
Text Example
White with #2ADF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF70; }
p { color: rgb(42,223,112); }
H1.HeaderClassName
{
color: #2ADF70;
}
.AnyTagClassName
{
color: #2ADF70;
}
</style>
background-color css
<style>
a { background-color: #2ADF70; }
a { background-color: rgb(42,223,112); }
div.DivClassName
{
background-color: #2ADF70;
}
.BgClassName
{
background-color: #2ADF70;
}
</style>
border-color css
<style>
span { border-color: #2ADF70; }
span { border-color: rgb(42,223,112); }
td.TdClassName
{
border-color: #2ADF70;
}
.TagClassName
{
border-color: #2ADF70;
}
</style>