Shades of Malachite #2ADD6F
Tints of Malachite #2ADD6F
RGB
CMYK
RGB Variations
Color information
#2ADD6F (or 0x2ADD6F) is known color: Malachite. HEX triplet: 2A, DD and 6F. RGB value is (42,221,111). Sum of RGB (Red+Green+Blue) = 42+221+111=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD6F is #D52290. Grayscale: #9B9B9B. Windows color (decimal): -13968017 or 7331114. OLE color: 7331114.
HSL color Cylindrical-coordinate representation of color #2ADD6F: hue angle of 143.13º 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 #2ADD6F is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 111 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.13 |
| HSL | 143.13º | 0.72% | 0.52% | - |
| HSV(B) | 143.13º | 0.81% | 0.87% | - |
| XYZ | 29.68 | 53.35 | 23.77 | - |
| YUV | 154.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 111 | 0.81 | 0 | 0.50 | 0.13 | 143.13 | 0.72 | 0.52 |
| Hex | 2A | DD | 6F | 51 | 0 | 32 | D | 8F | 48 | 34 |
| Octal | 52 | 335 | 157 | 121 | 0 | 62 | 15 | 217 | 110 | 64 |
| Binary | 101010 | 11011101 | 1101111 | 1010001 | 0 | 110010 | 1101 | 10001111 | 1001000 | 110100 |
Color Harmonies of #2ADD6F
Complementary color
Monochromatic Colors of #2ADD6F
Black with #2ADD6F
Text Example
Text Example
White with #2ADD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD6F; }
p { color: rgb(42,221,111); }
H1.HeaderClassName
{
color: #2ADD6F;
}
.AnyTagClassName
{
color: #2ADD6F;
}
</style>
background-color css
<style>
a { background-color: #2ADD6F; }
a { background-color: rgb(42,221,111); }
div.DivClassName
{
background-color: #2ADD6F;
}
.BgClassName
{
background-color: #2ADD6F;
}
</style>
border-color css
<style>
span { border-color: #2ADD6F; }
span { border-color: rgb(42,221,111); }
td.TdClassName
{
border-color: #2ADD6F;
}
.TagClassName
{
border-color: #2ADD6F;
}
</style>