Shades of Malachite #1DD975
Tints of Malachite #1DD975
RGB
CMYK
RGB Variations
Color information
#1DD975 (or 0x1DD975) is known color: Malachite. HEX triplet: 1D, D9 and 75. RGB value is (29,217,117). Sum of RGB (Red+Green+Blue) = 29+217+117=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD975 is #E2268A. Grayscale: #959595. Windows color (decimal): -14821003 or 7723293. OLE color: 7723293.
HSL color Cylindrical-coordinate representation of color #1DD975: hue angle of 148.09º 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 #1DD975 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 117 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.15 |
| HSL | 148.09º | 0.76% | 0.48% | - |
| HSV(B) | 148.09º | 0.87% | 0.85% | - |
| XYZ | 28.53 | 51.17 | 25.2 | - |
| YUV | 149.39 | 109.72 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 117 | 0.87 | 0 | 0.46 | 0.15 | 148.09 | 0.76 | 0.48 |
| Hex | 1D | D9 | 75 | 57 | 0 | 2E | F | 94 | 4C | 30 |
| Octal | 35 | 331 | 165 | 127 | 0 | 56 | 17 | 224 | 114 | 60 |
| Binary | 11101 | 11011001 | 1110101 | 1010111 | 0 | 101110 | 1111 | 10010100 | 1001100 | 110000 |
Color Harmonies of #1DD975
Complementary color
Monochromatic Colors of #1DD975
Black with #1DD975
Text Example
Text Example
White with #1DD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD975; }
p { color: rgb(29,217,117); }
H1.HeaderClassName
{
color: #1DD975;
}
.AnyTagClassName
{
color: #1DD975;
}
</style>
background-color css
<style>
a { background-color: #1DD975; }
a { background-color: rgb(29,217,117); }
div.DivClassName
{
background-color: #1DD975;
}
.BgClassName
{
background-color: #1DD975;
}
</style>
border-color css
<style>
span { border-color: #1DD975; }
span { border-color: rgb(29,217,117); }
td.TdClassName
{
border-color: #1DD975;
}
.TagClassName
{
border-color: #1DD975;
}
</style>