Shades of Malachite #1DDD71
Tints of Malachite #1DDD71
RGB
CMYK
RGB Variations
Color information
#1DDD71 (or 0x1DDD71) is known color: Malachite. HEX triplet: 1D, DD and 71. RGB value is (29,221,113). Sum of RGB (Red+Green+Blue) = 29+221+113=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD71 is #E2228E. Grayscale: #979797. Windows color (decimal): -14819983 or 7462173. OLE color: 7462173.
HSL color Cylindrical-coordinate representation of color #1DDD71: hue angle of 146.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD71 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 113 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.13 |
| HSL | 146.25º | 0.77% | 0.49% | - |
| HSV(B) | 146.25º | 0.87% | 0.87% | - |
| XYZ | 29.34 | 53.17 | 24.34 | - |
| YUV | 151.28 | 106.39 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 113 | 0.87 | 0 | 0.49 | 0.13 | 146.25 | 0.77 | 0.49 |
| Hex | 1D | DD | 71 | 57 | 0 | 31 | D | 92 | 4D | 31 |
| Octal | 35 | 335 | 161 | 127 | 0 | 61 | 15 | 222 | 115 | 61 |
| Binary | 11101 | 11011101 | 1110001 | 1010111 | 0 | 110001 | 1101 | 10010010 | 1001101 | 110001 |
Color Harmonies of #1DDD71
Complementary color
Monochromatic Colors of #1DDD71
Black with #1DDD71
Text Example
Text Example
White with #1DDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD71; }
p { color: rgb(29,221,113); }
H1.HeaderClassName
{
color: #1DDD71;
}
.AnyTagClassName
{
color: #1DDD71;
}
</style>
background-color css
<style>
a { background-color: #1DDD71; }
a { background-color: rgb(29,221,113); }
div.DivClassName
{
background-color: #1DDD71;
}
.BgClassName
{
background-color: #1DDD71;
}
</style>
border-color css
<style>
span { border-color: #1DDD71; }
span { border-color: rgb(29,221,113); }
td.TdClassName
{
border-color: #1DDD71;
}
.TagClassName
{
border-color: #1DDD71;
}
</style>