Shades of Malachite #1DDB76
Tints of Malachite #1DDB76
RGB
CMYK
RGB Variations
Color information
#1DDB76 (or 0x1DDB76) is known color: Malachite. HEX triplet: 1D, DB and 76. RGB value is (29,219,118). Sum of RGB (Red+Green+Blue) = 29+219+118=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDB76 is #E22489. Grayscale: #969696. Windows color (decimal): -14820490 or 7789341. OLE color: 7789341.
HSL color Cylindrical-coordinate representation of color #1DDB76: hue angle of 148.11º 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 #1DDB76 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 118 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.14 |
| HSL | 148.11º | 0.77% | 0.49% | - |
| HSV(B) | 148.11º | 0.87% | 0.86% | - |
| XYZ | 29.11 | 52.23 | 25.69 | - |
| YUV | 150.68 | 109.55 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 118 | 0.87 | 0 | 0.46 | 0.14 | 148.11 | 0.77 | 0.49 |
| Hex | 1D | DB | 76 | 57 | 0 | 2E | E | 94 | 4D | 31 |
| Octal | 35 | 333 | 166 | 127 | 0 | 56 | 16 | 224 | 115 | 61 |
| Binary | 11101 | 11011011 | 1110110 | 1010111 | 0 | 101110 | 1110 | 10010100 | 1001101 | 110001 |
Color Harmonies of #1DDB76
Complementary color
Monochromatic Colors of #1DDB76
Black with #1DDB76
Text Example
Text Example
White with #1DDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB76; }
p { color: rgb(29,219,118); }
H1.HeaderClassName
{
color: #1DDB76;
}
.AnyTagClassName
{
color: #1DDB76;
}
</style>
background-color css
<style>
a { background-color: #1DDB76; }
a { background-color: rgb(29,219,118); }
div.DivClassName
{
background-color: #1DDB76;
}
.BgClassName
{
background-color: #1DDB76;
}
</style>
border-color css
<style>
span { border-color: #1DDB76; }
span { border-color: rgb(29,219,118); }
td.TdClassName
{
border-color: #1DDB76;
}
.TagClassName
{
border-color: #1DDB76;
}
</style>