Shades of Malachite #2ADC51
Tints of Malachite #2ADC51
RGB
CMYK
RGB Variations
Color information
#2ADC51 (or 0x2ADC51) is known color: Malachite. HEX triplet: 2A, DC and 51. RGB value is (42,220,81). Sum of RGB (Red+Green+Blue) = 42+220+81=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC51 is #D523AE. Grayscale: #979797. Windows color (decimal): -13968303 or 5364778. OLE color: 5364778.
HSL color Cylindrical-coordinate representation of color #2ADC51: hue angle of 133.15º degrees, saturation: 0.72, 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 #2ADC51 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 81 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.14 |
| HSL | 133.15º | 0.72% | 0.51% | - |
| HSV(B) | 133.15º | 0.81% | 0.86% | - |
| XYZ | 28.03 | 52.27 | 16.4 | - |
| YUV | 150.93 | 88.53 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 81 | 0.81 | 0 | 0.63 | 0.14 | 133.15 | 0.72 | 0.51 |
| Hex | 2A | DC | 51 | 51 | 0 | 3F | E | 85 | 48 | 33 |
| Octal | 52 | 334 | 121 | 121 | 0 | 77 | 16 | 205 | 110 | 63 |
| Binary | 101010 | 11011100 | 1010001 | 1010001 | 0 | 111111 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #2ADC51
Complementary color
Monochromatic Colors of #2ADC51
Black with #2ADC51
Text Example
Text Example
White with #2ADC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC51; }
p { color: rgb(42,220,81); }
H1.HeaderClassName
{
color: #2ADC51;
}
.AnyTagClassName
{
color: #2ADC51;
}
</style>
background-color css
<style>
a { background-color: #2ADC51; }
a { background-color: rgb(42,220,81); }
div.DivClassName
{
background-color: #2ADC51;
}
.BgClassName
{
background-color: #2ADC51;
}
</style>
border-color css
<style>
span { border-color: #2ADC51; }
span { border-color: rgb(42,220,81); }
td.TdClassName
{
border-color: #2ADC51;
}
.TagClassName
{
border-color: #2ADC51;
}
</style>