Shades of Malachite #2ADD63
Tints of Malachite #2ADD63
RGB
CMYK
RGB Variations
Color information
#2ADD63 (or 0x2ADD63) is known color: Malachite. HEX triplet: 2A, DD and 63. RGB value is (42,221,99). Sum of RGB (Red+Green+Blue) = 42+221+99=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD63 is #D5229C. Grayscale: #999999. Windows color (decimal): -13968029 or 6544682. OLE color: 6544682.
HSL color Cylindrical-coordinate representation of color #2ADD63: hue angle of 139.11º 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 #2ADD63 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 99 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.13 |
| HSL | 139.11º | 0.72% | 0.52% | - |
| HSV(B) | 139.11º | 0.81% | 0.87% | - |
| XYZ | 29.06 | 53.11 | 20.52 | - |
| YUV | 153.57 | 97.2 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 99 | 0.81 | 0 | 0.55 | 0.13 | 139.11 | 0.72 | 0.52 |
| Hex | 2A | DD | 63 | 51 | 0 | 37 | D | 8B | 48 | 34 |
| Octal | 52 | 335 | 143 | 121 | 0 | 67 | 15 | 213 | 110 | 64 |
| Binary | 101010 | 11011101 | 1100011 | 1010001 | 0 | 110111 | 1101 | 10001011 | 1001000 | 110100 |
Color Harmonies of #2ADD63
Complementary color
Monochromatic Colors of #2ADD63
Black with #2ADD63
Text Example
Text Example
White with #2ADD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD63; }
p { color: rgb(42,221,99); }
H1.HeaderClassName
{
color: #2ADD63;
}
.AnyTagClassName
{
color: #2ADD63;
}
</style>
background-color css
<style>
a { background-color: #2ADD63; }
a { background-color: rgb(42,221,99); }
div.DivClassName
{
background-color: #2ADD63;
}
.BgClassName
{
background-color: #2ADD63;
}
</style>
border-color css
<style>
span { border-color: #2ADD63; }
span { border-color: rgb(42,221,99); }
td.TdClassName
{
border-color: #2ADD63;
}
.TagClassName
{
border-color: #2ADD63;
}
</style>