Shades of Malachite #2ADB56
Tints of Malachite #2ADB56
RGB
CMYK
RGB Variations
Color information
#2ADB56 (or 0x2ADB56) is known color: Malachite. HEX triplet: 2A, DB and 56. RGB value is (42,219,86). Sum of RGB (Red+Green+Blue) = 42+219+86=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB56 is #D524A9. Grayscale: #979797. Windows color (decimal): -13968554 or 5692202. OLE color: 5692202.
HSL color Cylindrical-coordinate representation of color #2ADB56: hue angle of 134.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB56 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 86 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.14 |
| HSL | 134.92º | 0.71% | 0.51% | - |
| HSV(B) | 134.92º | 0.81% | 0.86% | - |
| XYZ | 27.97 | 51.83 | 17.33 | - |
| YUV | 150.92 | 91.36 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 86 | 0.81 | 0 | 0.61 | 0.14 | 134.92 | 0.71 | 0.51 |
| Hex | 2A | DB | 56 | 51 | 0 | 3D | E | 87 | 47 | 33 |
| Octal | 52 | 333 | 126 | 121 | 0 | 75 | 16 | 207 | 107 | 63 |
| Binary | 101010 | 11011011 | 1010110 | 1010001 | 0 | 111101 | 1110 | 10000111 | 1000111 | 110011 |
Color Harmonies of #2ADB56
Complementary color
Monochromatic Colors of #2ADB56
Black with #2ADB56
Text Example
Text Example
White with #2ADB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB56; }
p { color: rgb(42,219,86); }
H1.HeaderClassName
{
color: #2ADB56;
}
.AnyTagClassName
{
color: #2ADB56;
}
</style>
background-color css
<style>
a { background-color: #2ADB56; }
a { background-color: rgb(42,219,86); }
div.DivClassName
{
background-color: #2ADB56;
}
.BgClassName
{
background-color: #2ADB56;
}
</style>
border-color css
<style>
span { border-color: #2ADB56; }
span { border-color: rgb(42,219,86); }
td.TdClassName
{
border-color: #2ADB56;
}
.TagClassName
{
border-color: #2ADB56;
}
</style>