Shades of Malachite #2DDA5F
Tints of Malachite #2DDA5F
RGB
CMYK
RGB Variations
Color information
#2DDA5F (or 0x2DDA5F) is known color: Malachite. HEX triplet: 2D, DA and 5F. RGB value is (45,218,95). Sum of RGB (Red+Green+Blue) = 45+218+95=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDA5F is #D225A0. Grayscale: #989898. Windows color (decimal): -13772193 or 6281773. OLE color: 6281773.
HSL color Cylindrical-coordinate representation of color #2DDA5F: hue angle of 137.34º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA5F is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 95 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.15 |
| HSL | 137.34º | 0.7% | 0.52% | - |
| HSV(B) | 137.34º | 0.79% | 0.85% | - |
| XYZ | 28.22 | 51.53 | 19.28 | - |
| YUV | 152.25 | 95.69 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 95 | 0.79 | 0 | 0.56 | 0.15 | 137.34 | 0.7 | 0.52 |
| Hex | 2D | DA | 5F | 4F | 0 | 38 | F | 89 | 46 | 34 |
| Octal | 55 | 332 | 137 | 117 | 0 | 70 | 17 | 211 | 106 | 64 |
| Binary | 101101 | 11011010 | 1011111 | 1001111 | 0 | 111000 | 1111 | 10001001 | 1000110 | 110100 |
Color Harmonies of #2DDA5F
Complementary color
Monochromatic Colors of #2DDA5F
Black with #2DDA5F
Text Example
Text Example
White with #2DDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA5F; }
p { color: rgb(45,218,95); }
H1.HeaderClassName
{
color: #2DDA5F;
}
.AnyTagClassName
{
color: #2DDA5F;
}
</style>
background-color css
<style>
a { background-color: #2DDA5F; }
a { background-color: rgb(45,218,95); }
div.DivClassName
{
background-color: #2DDA5F;
}
.BgClassName
{
background-color: #2DDA5F;
}
</style>
border-color css
<style>
span { border-color: #2DDA5F; }
span { border-color: rgb(45,218,95); }
td.TdClassName
{
border-color: #2DDA5F;
}
.TagClassName
{
border-color: #2DDA5F;
}
</style>