Shades of Malachite #2AD75B
Tints of Malachite #2AD75B
RGB
CMYK
RGB Variations
Color information
#2AD75B (or 0x2AD75B) is known color: Malachite. HEX triplet: 2A, D7 and 5B. RGB value is (42,215,91). Sum of RGB (Red+Green+Blue) = 42+215+91=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD75B is #D528A4. Grayscale: #959595. Windows color (decimal): -13969573 or 6018858. OLE color: 6018858.
HSL color Cylindrical-coordinate representation of color #2AD75B: hue angle of 136.99º 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 #2AD75B is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 91 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.16 |
| HSL | 136.99º | 0.68% | 0.5% | - |
| HSV(B) | 136.99º | 0.8% | 0.84% | - |
| XYZ | 27.14 | 49.85 | 18.09 | - |
| YUV | 149.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 91 | 0.80 | 0 | 0.58 | 0.16 | 136.99 | 0.68 | 0.5 |
| Hex | 2A | D7 | 5B | 50 | 0 | 3A | 10 | 89 | 44 | 32 |
| Octal | 52 | 327 | 133 | 120 | 0 | 72 | 20 | 211 | 104 | 62 |
| Binary | 101010 | 11010111 | 1011011 | 1010000 | 0 | 111010 | 10000 | 10001001 | 1000100 | 110010 |
Color Harmonies of #2AD75B
Complementary color
Monochromatic Colors of #2AD75B
Black with #2AD75B
Text Example
Text Example
White with #2AD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD75B; }
p { color: rgb(42,215,91); }
H1.HeaderClassName
{
color: #2AD75B;
}
.AnyTagClassName
{
color: #2AD75B;
}
</style>
background-color css
<style>
a { background-color: #2AD75B; }
a { background-color: rgb(42,215,91); }
div.DivClassName
{
background-color: #2AD75B;
}
.BgClassName
{
background-color: #2AD75B;
}
</style>
border-color css
<style>
span { border-color: #2AD75B; }
span { border-color: rgb(42,215,91); }
td.TdClassName
{
border-color: #2AD75B;
}
.TagClassName
{
border-color: #2AD75B;
}
</style>