Shades of Malachite #2AD651
Tints of Malachite #2AD651
RGB
CMYK
RGB Variations
Color information
#2AD651 (or 0x2AD651) is known color: Malachite. HEX triplet: 2A, D6 and 51. RGB value is (42,214,81). Sum of RGB (Red+Green+Blue) = 42+214+81=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD651 is #D529AE. Grayscale: #939393. Windows color (decimal): -13969839 or 5363242. OLE color: 5363242.
HSL color Cylindrical-coordinate representation of color #2AD651: hue angle of 133.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD651 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 81 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.16 |
| HSL | 133.6º | 0.68% | 0.5% | - |
| HSV(B) | 133.6º | 0.8% | 0.84% | - |
| XYZ | 26.49 | 49.18 | 15.88 | - |
| YUV | 147.41 | 90.52 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 81 | 0.80 | 0 | 0.62 | 0.16 | 133.6 | 0.68 | 0.5 |
| Hex | 2A | D6 | 51 | 50 | 0 | 3E | 10 | 86 | 44 | 32 |
| Octal | 52 | 326 | 121 | 120 | 0 | 76 | 20 | 206 | 104 | 62 |
| Binary | 101010 | 11010110 | 1010001 | 1010000 | 0 | 111110 | 10000 | 10000110 | 1000100 | 110010 |
Color Harmonies of #2AD651
Complementary color
Monochromatic Colors of #2AD651
Black with #2AD651
Text Example
Text Example
White with #2AD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD651; }
p { color: rgb(42,214,81); }
H1.HeaderClassName
{
color: #2AD651;
}
.AnyTagClassName
{
color: #2AD651;
}
</style>
background-color css
<style>
a { background-color: #2AD651; }
a { background-color: rgb(42,214,81); }
div.DivClassName
{
background-color: #2AD651;
}
.BgClassName
{
background-color: #2AD651;
}
</style>
border-color css
<style>
span { border-color: #2AD651; }
span { border-color: rgb(42,214,81); }
td.TdClassName
{
border-color: #2AD651;
}
.TagClassName
{
border-color: #2AD651;
}
</style>