Shades of Malachite #2DDD4F
Tints of Malachite #2DDD4F
RGB
CMYK
RGB Variations
Color information
#2DDD4F (or 0x2DDD4F) is known color: Malachite. HEX triplet: 2D, DD and 4F. RGB value is (45,221,79). Sum of RGB (Red+Green+Blue) = 45+221+79=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD4F is #D222B0. Grayscale: #989898. Windows color (decimal): -13771441 or 5233965. OLE color: 5233965.
HSL color Cylindrical-coordinate representation of color #2DDD4F: hue angle of 131.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD4F is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 79 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.13 |
| HSL | 131.59º | 0.72% | 0.52% | - |
| HSV(B) | 131.59º | 0.8% | 0.87% | - |
| XYZ | 28.35 | 52.84 | 16.1 | - |
| YUV | 152.19 | 86.69 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 79 | 0.80 | 0 | 0.64 | 0.13 | 131.59 | 0.72 | 0.52 |
| Hex | 2D | DD | 4F | 50 | 0 | 40 | D | 84 | 48 | 34 |
| Octal | 55 | 335 | 117 | 120 | 0 | 100 | 15 | 204 | 110 | 64 |
| Binary | 101101 | 11011101 | 1001111 | 1010000 | 0 | 1000000 | 1101 | 10000100 | 1001000 | 110100 |
Color Harmonies of #2DDD4F
Complementary color
Monochromatic Colors of #2DDD4F
Black with #2DDD4F
Text Example
Text Example
White with #2DDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD4F; }
p { color: rgb(45,221,79); }
H1.HeaderClassName
{
color: #2DDD4F;
}
.AnyTagClassName
{
color: #2DDD4F;
}
</style>
background-color css
<style>
a { background-color: #2DDD4F; }
a { background-color: rgb(45,221,79); }
div.DivClassName
{
background-color: #2DDD4F;
}
.BgClassName
{
background-color: #2DDD4F;
}
</style>
border-color css
<style>
span { border-color: #2DDD4F; }
span { border-color: rgb(45,221,79); }
td.TdClassName
{
border-color: #2DDD4F;
}
.TagClassName
{
border-color: #2DDD4F;
}
</style>