Shades of Malachite #2AD75D
Tints of Malachite #2AD75D
RGB
CMYK
RGB Variations
Color information
#2AD75D (or 0x2AD75D) is known color: Malachite. HEX triplet: 2A, D7 and 5D. RGB value is (42,215,93). Sum of RGB (Red+Green+Blue) = 42+215+93=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD75D is #D528A2. Grayscale: #959595. Windows color (decimal): -13969571 or 6149930. OLE color: 6149930.
HSL color Cylindrical-coordinate representation of color #2AD75D: hue angle of 137.69º 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 #2AD75D is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 93 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.16 |
| HSL | 137.69º | 0.68% | 0.5% | - |
| HSV(B) | 137.69º | 0.8% | 0.84% | - |
| XYZ | 27.23 | 49.88 | 18.55 | - |
| YUV | 149.37 | 96.19 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 93 | 0.80 | 0 | 0.57 | 0.16 | 137.69 | 0.68 | 0.5 |
| Hex | 2A | D7 | 5D | 50 | 0 | 39 | 10 | 8A | 44 | 32 |
| Octal | 52 | 327 | 135 | 120 | 0 | 71 | 20 | 212 | 104 | 62 |
| Binary | 101010 | 11010111 | 1011101 | 1010000 | 0 | 111001 | 10000 | 10001010 | 1000100 | 110010 |
Color Harmonies of #2AD75D
Complementary color
Monochromatic Colors of #2AD75D
Black with #2AD75D
Text Example
Text Example
White with #2AD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD75D; }
p { color: rgb(42,215,93); }
H1.HeaderClassName
{
color: #2AD75D;
}
.AnyTagClassName
{
color: #2AD75D;
}
</style>
background-color css
<style>
a { background-color: #2AD75D; }
a { background-color: rgb(42,215,93); }
div.DivClassName
{
background-color: #2AD75D;
}
.BgClassName
{
background-color: #2AD75D;
}
</style>
border-color css
<style>
span { border-color: #2AD75D; }
span { border-color: rgb(42,215,93); }
td.TdClassName
{
border-color: #2AD75D;
}
.TagClassName
{
border-color: #2AD75D;
}
</style>