Shades of Malachite #2ADD62
Tints of Malachite #2ADD62
RGB
CMYK
RGB Variations
Color information
#2ADD62 (or 0x2ADD62) is known color: Malachite. HEX triplet: 2A, DD and 62. RGB value is (42,221,98). Sum of RGB (Red+Green+Blue) = 42+221+98=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD62 is #D5229D. Grayscale: #999999. Windows color (decimal): -13968030 or 6479146. OLE color: 6479146.
HSL color Cylindrical-coordinate representation of color #2ADD62: hue angle of 138.77º 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 #2ADD62 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 98 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.13 |
| HSL | 138.77º | 0.72% | 0.52% | - |
| HSV(B) | 138.77º | 0.81% | 0.87% | - |
| XYZ | 29.02 | 53.09 | 20.27 | - |
| YUV | 153.46 | 96.7 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 98 | 0.81 | 0 | 0.56 | 0.13 | 138.77 | 0.72 | 0.52 |
| Hex | 2A | DD | 62 | 51 | 0 | 38 | D | 8B | 48 | 34 |
| Octal | 52 | 335 | 142 | 121 | 0 | 70 | 15 | 213 | 110 | 64 |
| Binary | 101010 | 11011101 | 1100010 | 1010001 | 0 | 111000 | 1101 | 10001011 | 1001000 | 110100 |
Color Harmonies of #2ADD62
Complementary color
Monochromatic Colors of #2ADD62
Black with #2ADD62
Text Example
Text Example
White with #2ADD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD62; }
p { color: rgb(42,221,98); }
H1.HeaderClassName
{
color: #2ADD62;
}
.AnyTagClassName
{
color: #2ADD62;
}
</style>
background-color css
<style>
a { background-color: #2ADD62; }
a { background-color: rgb(42,221,98); }
div.DivClassName
{
background-color: #2ADD62;
}
.BgClassName
{
background-color: #2ADD62;
}
</style>
border-color css
<style>
span { border-color: #2ADD62; }
span { border-color: rgb(42,221,98); }
td.TdClassName
{
border-color: #2ADD62;
}
.TagClassName
{
border-color: #2ADD62;
}
</style>