Shades of Malachite #2ADB62
Tints of Malachite #2ADB62
RGB
CMYK
RGB Variations
Color information
#2ADB62 (or 0x2ADB62) is known color: Malachite. HEX triplet: 2A, DB and 62. RGB value is (42,219,98). Sum of RGB (Red+Green+Blue) = 42+219+98=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB62 is #D5249D. Grayscale: #989898. Windows color (decimal): -13968542 or 6478634. OLE color: 6478634.
HSL color Cylindrical-coordinate representation of color #2ADB62: hue angle of 138.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB62 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 98 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.14 |
| HSL | 138.98º | 0.71% | 0.51% | - |
| HSV(B) | 138.98º | 0.81% | 0.86% | - |
| XYZ | 28.49 | 52.04 | 20.1 | - |
| YUV | 152.28 | 97.36 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 98 | 0.81 | 0 | 0.55 | 0.14 | 138.98 | 0.71 | 0.51 |
| Hex | 2A | DB | 62 | 51 | 0 | 37 | E | 8B | 47 | 33 |
| Octal | 52 | 333 | 142 | 121 | 0 | 67 | 16 | 213 | 107 | 63 |
| Binary | 101010 | 11011011 | 1100010 | 1010001 | 0 | 110111 | 1110 | 10001011 | 1000111 | 110011 |
Color Harmonies of #2ADB62
Complementary color
Monochromatic Colors of #2ADB62
Black with #2ADB62
Text Example
Text Example
White with #2ADB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB62; }
p { color: rgb(42,219,98); }
H1.HeaderClassName
{
color: #2ADB62;
}
.AnyTagClassName
{
color: #2ADB62;
}
</style>
background-color css
<style>
a { background-color: #2ADB62; }
a { background-color: rgb(42,219,98); }
div.DivClassName
{
background-color: #2ADB62;
}
.BgClassName
{
background-color: #2ADB62;
}
</style>
border-color css
<style>
span { border-color: #2ADB62; }
span { border-color: rgb(42,219,98); }
td.TdClassName
{
border-color: #2ADB62;
}
.TagClassName
{
border-color: #2ADB62;
}
</style>