Shades of Malachite #2AD74D
Tints of Malachite #2AD74D
RGB
CMYK
RGB Variations
Color information
#2AD74D (or 0x2AD74D) is known color: Malachite. HEX triplet: 2A, D7 and 4D. RGB value is (42,215,77). Sum of RGB (Red+Green+Blue) = 42+215+77=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD74D is #D528B2. Grayscale: #939393. Windows color (decimal): -13969587 or 5101354. OLE color: 5101354.
HSL color Cylindrical-coordinate representation of color #2AD74D: hue angle of 132.14º 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 #2AD74D is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 77 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.16 |
| HSL | 132.14º | 0.68% | 0.5% | - |
| HSV(B) | 132.14º | 0.8% | 0.84% | - |
| XYZ | 26.59 | 49.63 | 15.2 | - |
| YUV | 147.54 | 88.19 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 77 | 0.80 | 0 | 0.64 | 0.16 | 132.14 | 0.68 | 0.5 |
| Hex | 2A | D7 | 4D | 50 | 0 | 40 | 10 | 84 | 44 | 32 |
| Octal | 52 | 327 | 115 | 120 | 0 | 100 | 20 | 204 | 104 | 62 |
| Binary | 101010 | 11010111 | 1001101 | 1010000 | 0 | 1000000 | 10000 | 10000100 | 1000100 | 110010 |
Color Harmonies of #2AD74D
Complementary color
Monochromatic Colors of #2AD74D
Black with #2AD74D
Text Example
Text Example
White with #2AD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD74D; }
p { color: rgb(42,215,77); }
H1.HeaderClassName
{
color: #2AD74D;
}
.AnyTagClassName
{
color: #2AD74D;
}
</style>
background-color css
<style>
a { background-color: #2AD74D; }
a { background-color: rgb(42,215,77); }
div.DivClassName
{
background-color: #2AD74D;
}
.BgClassName
{
background-color: #2AD74D;
}
</style>
border-color css
<style>
span { border-color: #2AD74D; }
span { border-color: rgb(42,215,77); }
td.TdClassName
{
border-color: #2AD74D;
}
.TagClassName
{
border-color: #2AD74D;
}
</style>