Shades of Malachite #1DDC76
Tints of Malachite #1DDC76
RGB
CMYK
RGB Variations
Color information
#1DDC76 (or 0x1DDC76) is known color: Malachite. HEX triplet: 1D, DC and 76. RGB value is (29,220,118). Sum of RGB (Red+Green+Blue) = 29+220+118=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDC76 is #E22389. Grayscale: #979797. Windows color (decimal): -14820234 or 7789597. OLE color: 7789597.
HSL color Cylindrical-coordinate representation of color #1DDC76: hue angle of 147.96º 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 #1DDC76 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 118 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.14 |
| HSL | 147.96º | 0.77% | 0.49% | - |
| HSV(B) | 147.96º | 0.87% | 0.86% | - |
| XYZ | 29.37 | 52.76 | 25.77 | - |
| YUV | 151.26 | 109.22 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 118 | 0.87 | 0 | 0.46 | 0.14 | 147.96 | 0.77 | 0.49 |
| Hex | 1D | DC | 76 | 57 | 0 | 2E | E | 94 | 4D | 31 |
| Octal | 35 | 334 | 166 | 127 | 0 | 56 | 16 | 224 | 115 | 61 |
| Binary | 11101 | 11011100 | 1110110 | 1010111 | 0 | 101110 | 1110 | 10010100 | 1001101 | 110001 |
Color Harmonies of #1DDC76
Complementary color
Monochromatic Colors of #1DDC76
Black with #1DDC76
Text Example
Text Example
White with #1DDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC76; }
p { color: rgb(29,220,118); }
H1.HeaderClassName
{
color: #1DDC76;
}
.AnyTagClassName
{
color: #1DDC76;
}
</style>
background-color css
<style>
a { background-color: #1DDC76; }
a { background-color: rgb(29,220,118); }
div.DivClassName
{
background-color: #1DDC76;
}
.BgClassName
{
background-color: #1DDC76;
}
</style>
border-color css
<style>
span { border-color: #1DDC76; }
span { border-color: rgb(29,220,118); }
td.TdClassName
{
border-color: #1DDC76;
}
.TagClassName
{
border-color: #1DDC76;
}
</style>