Shades of Malachite #2ADD50
Tints of Malachite #2ADD50
RGB
CMYK
RGB Variations
Color information
#2ADD50 (or 0x2ADD50) is known color: Malachite. HEX triplet: 2A, DD and 50. RGB value is (42,221,80). Sum of RGB (Red+Green+Blue) = 42+221+80=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD50 is #D522AF. Grayscale: #979797. Windows color (decimal): -13968048 or 5299498. OLE color: 5299498.
HSL color Cylindrical-coordinate representation of color #2ADD50: hue angle of 132.74º 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 #2ADD50 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 80 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.13 |
| HSL | 132.74º | 0.72% | 0.52% | - |
| HSV(B) | 132.74º | 0.81% | 0.87% | - |
| XYZ | 28.26 | 52.78 | 16.29 | - |
| YUV | 151.41 | 87.7 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 80 | 0.81 | 0 | 0.64 | 0.13 | 132.74 | 0.72 | 0.52 |
| Hex | 2A | DD | 50 | 51 | 0 | 40 | D | 85 | 48 | 34 |
| Octal | 52 | 335 | 120 | 121 | 0 | 100 | 15 | 205 | 110 | 64 |
| Binary | 101010 | 11011101 | 1010000 | 1010001 | 0 | 1000000 | 1101 | 10000101 | 1001000 | 110100 |
Color Harmonies of #2ADD50
Complementary color
Monochromatic Colors of #2ADD50
Black with #2ADD50
Text Example
Text Example
White with #2ADD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD50; }
p { color: rgb(42,221,80); }
H1.HeaderClassName
{
color: #2ADD50;
}
.AnyTagClassName
{
color: #2ADD50;
}
</style>
background-color css
<style>
a { background-color: #2ADD50; }
a { background-color: rgb(42,221,80); }
div.DivClassName
{
background-color: #2ADD50;
}
.BgClassName
{
background-color: #2ADD50;
}
</style>
border-color css
<style>
span { border-color: #2ADD50; }
span { border-color: rgb(42,221,80); }
td.TdClassName
{
border-color: #2ADD50;
}
.TagClassName
{
border-color: #2ADD50;
}
</style>