Shades of Malachite #1DDC71
Tints of Malachite #1DDC71
RGB
CMYK
RGB Variations
Color information
#1DDC71 (or 0x1DDC71) is known color: Malachite. HEX triplet: 1D, DC and 71. RGB value is (29,220,113). Sum of RGB (Red+Green+Blue) = 29+220+113=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDC71 is #E2238E. Grayscale: #969696. Windows color (decimal): -14820239 or 7461917. OLE color: 7461917.
HSL color Cylindrical-coordinate representation of color #1DDC71: hue angle of 146.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC71 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 113 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.14 |
| HSL | 146.39º | 0.77% | 0.49% | - |
| HSV(B) | 146.39º | 0.87% | 0.86% | - |
| XYZ | 29.08 | 52.64 | 24.25 | - |
| YUV | 150.69 | 106.72 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 113 | 0.87 | 0 | 0.49 | 0.14 | 146.39 | 0.77 | 0.49 |
| Hex | 1D | DC | 71 | 57 | 0 | 31 | E | 92 | 4D | 31 |
| Octal | 35 | 334 | 161 | 127 | 0 | 61 | 16 | 222 | 115 | 61 |
| Binary | 11101 | 11011100 | 1110001 | 1010111 | 0 | 110001 | 1110 | 10010010 | 1001101 | 110001 |
Color Harmonies of #1DDC71
Complementary color
Monochromatic Colors of #1DDC71
Black with #1DDC71
Text Example
Text Example
White with #1DDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC71; }
p { color: rgb(29,220,113); }
H1.HeaderClassName
{
color: #1DDC71;
}
.AnyTagClassName
{
color: #1DDC71;
}
</style>
background-color css
<style>
a { background-color: #1DDC71; }
a { background-color: rgb(29,220,113); }
div.DivClassName
{
background-color: #1DDC71;
}
.BgClassName
{
background-color: #1DDC71;
}
</style>
border-color css
<style>
span { border-color: #1DDC71; }
span { border-color: rgb(29,220,113); }
td.TdClassName
{
border-color: #1DDC71;
}
.TagClassName
{
border-color: #1DDC71;
}
</style>