Shades of Malachite #2DD861
Tints of Malachite #2DD861
RGB
CMYK
RGB Variations
Color information
#2DD861 (or 0x2DD861) is known color: Malachite. HEX triplet: 2D, D8 and 61. RGB value is (45,216,97). Sum of RGB (Red+Green+Blue) = 45+216+97=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD861 is #D2279E. Grayscale: #979797. Windows color (decimal): -13772703 or 6412333. OLE color: 6412333.
HSL color Cylindrical-coordinate representation of color #2DD861: hue angle of 138.25º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD861 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 97 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.15 |
| HSL | 138.25º | 0.69% | 0.51% | - |
| HSV(B) | 138.25º | 0.79% | 0.85% | - |
| XYZ | 27.8 | 50.53 | 19.6 | - |
| YUV | 151.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 97 | 0.79 | 0 | 0.55 | 0.15 | 138.25 | 0.69 | 0.51 |
| Hex | 2D | D8 | 61 | 4F | 0 | 37 | F | 8A | 45 | 33 |
| Octal | 55 | 330 | 141 | 117 | 0 | 67 | 17 | 212 | 105 | 63 |
| Binary | 101101 | 11011000 | 1100001 | 1001111 | 0 | 110111 | 1111 | 10001010 | 1000101 | 110011 |
Color Harmonies of #2DD861
Complementary color
Monochromatic Colors of #2DD861
Black with #2DD861
Text Example
Text Example
White with #2DD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD861; }
p { color: rgb(45,216,97); }
H1.HeaderClassName
{
color: #2DD861;
}
.AnyTagClassName
{
color: #2DD861;
}
</style>
background-color css
<style>
a { background-color: #2DD861; }
a { background-color: rgb(45,216,97); }
div.DivClassName
{
background-color: #2DD861;
}
.BgClassName
{
background-color: #2DD861;
}
</style>
border-color css
<style>
span { border-color: #2DD861; }
span { border-color: rgb(45,216,97); }
td.TdClassName
{
border-color: #2DD861;
}
.TagClassName
{
border-color: #2DD861;
}
</style>