Shades of Malachite #2AD557
Tints of Malachite #2AD557
RGB
CMYK
RGB Variations
Color information
#2AD557 (or 0x2AD557) is known color: Malachite. HEX triplet: 2A, D5 and 57. RGB value is (42,213,87). Sum of RGB (Red+Green+Blue) = 42+213+87=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD557 is #D52AA8. Grayscale: #939393. Windows color (decimal): -13970089 or 5756202. OLE color: 5756202.
HSL color Cylindrical-coordinate representation of color #2AD557: hue angle of 135.79º degrees, saturation: 0.67, 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 #2AD557 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 87 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.16 |
| HSL | 135.79º | 0.67% | 0.5% | - |
| HSV(B) | 135.79º | 0.8% | 0.84% | - |
| XYZ | 26.47 | 48.77 | 17.04 | - |
| YUV | 147.51 | 93.85 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 87 | 0.80 | 0 | 0.59 | 0.16 | 135.79 | 0.67 | 0.5 |
| Hex | 2A | D5 | 57 | 50 | 0 | 3B | 10 | 88 | 43 | 32 |
| Octal | 52 | 325 | 127 | 120 | 0 | 73 | 20 | 210 | 103 | 62 |
| Binary | 101010 | 11010101 | 1010111 | 1010000 | 0 | 111011 | 10000 | 10001000 | 1000011 | 110010 |
Color Harmonies of #2AD557
Complementary color
Monochromatic Colors of #2AD557
Black with #2AD557
Text Example
Text Example
White with #2AD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD557; }
p { color: rgb(42,213,87); }
H1.HeaderClassName
{
color: #2AD557;
}
.AnyTagClassName
{
color: #2AD557;
}
</style>
background-color css
<style>
a { background-color: #2AD557; }
a { background-color: rgb(42,213,87); }
div.DivClassName
{
background-color: #2AD557;
}
.BgClassName
{
background-color: #2AD557;
}
</style>
border-color css
<style>
span { border-color: #2AD557; }
span { border-color: rgb(42,213,87); }
td.TdClassName
{
border-color: #2AD557;
}
.TagClassName
{
border-color: #2AD557;
}
</style>