Shades of Malachite #1DD952
Tints of Malachite #1DD952
RGB
CMYK
RGB Variations
Color information
#1DD952 (or 0x1DD952) is known color: Malachite. HEX triplet: 1D, D9 and 52. RGB value is (29,217,82). Sum of RGB (Red+Green+Blue) = 29+217+82=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 217 (85.16% from 255 or 66.16% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD952 is #E226AD. Grayscale: #919191. Windows color (decimal): -14821038 or 5429533. OLE color: 5429533.
HSL color Cylindrical-coordinate representation of color #1DD952: hue angle of 136.91º 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 #1DD952 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 82 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.15 |
| HSL | 136.91º | 0.76% | 0.48% | - |
| HSV(B) | 136.91º | 0.87% | 0.85% | - |
| XYZ | 26.84 | 50.5 | 16.31 | - |
| YUV | 145.4 | 92.22 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 82 | 0.87 | 0 | 0.62 | 0.15 | 136.91 | 0.76 | 0.48 |
| Hex | 1D | D9 | 52 | 57 | 0 | 3E | F | 89 | 4C | 30 |
| Octal | 35 | 331 | 122 | 127 | 0 | 76 | 17 | 211 | 114 | 60 |
| Binary | 11101 | 11011001 | 1010010 | 1010111 | 0 | 111110 | 1111 | 10001001 | 1001100 | 110000 |
Color Harmonies of #1DD952
Complementary color
Monochromatic Colors of #1DD952
Black with #1DD952
Text Example
Text Example
White with #1DD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD952; }
p { color: rgb(29,217,82); }
H1.HeaderClassName
{
color: #1DD952;
}
.AnyTagClassName
{
color: #1DD952;
}
</style>
background-color css
<style>
a { background-color: #1DD952; }
a { background-color: rgb(29,217,82); }
div.DivClassName
{
background-color: #1DD952;
}
.BgClassName
{
background-color: #1DD952;
}
</style>
border-color css
<style>
span { border-color: #1DD952; }
span { border-color: rgb(29,217,82); }
td.TdClassName
{
border-color: #1DD952;
}
.TagClassName
{
border-color: #1DD952;
}
</style>