Shades of Malachite #1DD972
Tints of Malachite #1DD972
RGB
CMYK
RGB Variations
Color information
#1DD972 (or 0x1DD972) is known color: Malachite. HEX triplet: 1D, D9 and 72. RGB value is (29,217,114). Sum of RGB (Red+Green+Blue) = 29+217+114=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD972 is #E2268D. Grayscale: #959595. Windows color (decimal): -14821006 or 7526685. OLE color: 7526685.
HSL color Cylindrical-coordinate representation of color #1DD972: hue angle of 147.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD972 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 114 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.15 |
| HSL | 147.13º | 0.76% | 0.48% | - |
| HSV(B) | 147.13º | 0.87% | 0.85% | - |
| XYZ | 28.36 | 51.1 | 24.29 | - |
| YUV | 149.05 | 108.22 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 114 | 0.87 | 0 | 0.47 | 0.15 | 147.13 | 0.76 | 0.48 |
| Hex | 1D | D9 | 72 | 57 | 0 | 2F | F | 93 | 4C | 30 |
| Octal | 35 | 331 | 162 | 127 | 0 | 57 | 17 | 223 | 114 | 60 |
| Binary | 11101 | 11011001 | 1110010 | 1010111 | 0 | 101111 | 1111 | 10010011 | 1001100 | 110000 |
Color Harmonies of #1DD972
Complementary color
Monochromatic Colors of #1DD972
Black with #1DD972
Text Example
Text Example
White with #1DD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD972; }
p { color: rgb(29,217,114); }
H1.HeaderClassName
{
color: #1DD972;
}
.AnyTagClassName
{
color: #1DD972;
}
</style>
background-color css
<style>
a { background-color: #1DD972; }
a { background-color: rgb(29,217,114); }
div.DivClassName
{
background-color: #1DD972;
}
.BgClassName
{
background-color: #1DD972;
}
</style>
border-color css
<style>
span { border-color: #1DD972; }
span { border-color: rgb(29,217,114); }
td.TdClassName
{
border-color: #1DD972;
}
.TagClassName
{
border-color: #1DD972;
}
</style>