Shades of Malachite #2ADC55
Tints of Malachite #2ADC55
RGB
CMYK
RGB Variations
Color information
#2ADC55 (or 0x2ADC55) is known color: Malachite. HEX triplet: 2A, DC and 55. RGB value is (42,220,85). Sum of RGB (Red+Green+Blue) = 42+220+85=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC55 is #D523AA. Grayscale: #979797. Windows color (decimal): -13968299 or 5626922. OLE color: 5626922.
HSL color Cylindrical-coordinate representation of color #2ADC55: hue angle of 134.49º 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 #2ADC55 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 85 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.14 |
| HSL | 134.49º | 0.72% | 0.51% | - |
| HSV(B) | 134.49º | 0.81% | 0.86% | - |
| XYZ | 28.19 | 52.33 | 17.21 | - |
| YUV | 151.39 | 90.53 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 85 | 0.81 | 0 | 0.61 | 0.14 | 134.49 | 0.72 | 0.51 |
| Hex | 2A | DC | 55 | 51 | 0 | 3D | E | 86 | 48 | 33 |
| Octal | 52 | 334 | 125 | 121 | 0 | 75 | 16 | 206 | 110 | 63 |
| Binary | 101010 | 11011100 | 1010101 | 1010001 | 0 | 111101 | 1110 | 10000110 | 1001000 | 110011 |
Color Harmonies of #2ADC55
Complementary color
Monochromatic Colors of #2ADC55
Black with #2ADC55
Text Example
Text Example
White with #2ADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC55; }
p { color: rgb(42,220,85); }
H1.HeaderClassName
{
color: #2ADC55;
}
.AnyTagClassName
{
color: #2ADC55;
}
</style>
background-color css
<style>
a { background-color: #2ADC55; }
a { background-color: rgb(42,220,85); }
div.DivClassName
{
background-color: #2ADC55;
}
.BgClassName
{
background-color: #2ADC55;
}
</style>
border-color css
<style>
span { border-color: #2ADC55; }
span { border-color: rgb(42,220,85); }
td.TdClassName
{
border-color: #2ADC55;
}
.TagClassName
{
border-color: #2ADC55;
}
</style>