Shades of Malachite #2AD051
Tints of Malachite #2AD051
RGB
CMYK
RGB Variations
Color information
#2AD051 (or 0x2AD051) is known color: Malachite. HEX triplet: 2A, D0 and 51. RGB value is (42,208,81). Sum of RGB (Red+Green+Blue) = 42+208+81=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD051 is #D52FAE. Grayscale: #909090. Windows color (decimal): -13971375 or 5361706. OLE color: 5361706.
HSL color Cylindrical-coordinate representation of color #2AD051: hue angle of 134.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD051 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 81 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.18 |
| HSL | 134.1º | 0.66% | 0.49% | - |
| HSV(B) | 134.1º | 0.8% | 0.82% | - |
| XYZ | 25 | 46.2 | 15.38 | - |
| YUV | 143.89 | 92.5 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 81 | 0.80 | 0 | 0.61 | 0.18 | 134.1 | 0.66 | 0.49 |
| Hex | 2A | D0 | 51 | 50 | 0 | 3D | 12 | 86 | 42 | 31 |
| Octal | 52 | 320 | 121 | 120 | 0 | 75 | 22 | 206 | 102 | 61 |
| Binary | 101010 | 11010000 | 1010001 | 1010000 | 0 | 111101 | 10010 | 10000110 | 1000010 | 110001 |
Color Harmonies of #2AD051
Complementary color
Monochromatic Colors of #2AD051
Black with #2AD051
Text Example
Text Example
White with #2AD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD051; }
p { color: rgb(42,208,81); }
H1.HeaderClassName
{
color: #2AD051;
}
.AnyTagClassName
{
color: #2AD051;
}
</style>
background-color css
<style>
a { background-color: #2AD051; }
a { background-color: rgb(42,208,81); }
div.DivClassName
{
background-color: #2AD051;
}
.BgClassName
{
background-color: #2AD051;
}
</style>
border-color css
<style>
span { border-color: #2AD051; }
span { border-color: rgb(42,208,81); }
td.TdClassName
{
border-color: #2AD051;
}
.TagClassName
{
border-color: #2AD051;
}
</style>