Shades of Malachite #1DDD74
Tints of Malachite #1DDD74
RGB
CMYK
RGB Variations
Color information
#1DDD74 (or 0x1DDD74) is known color: Malachite. HEX triplet: 1D, DD and 74. RGB value is (29,221,116). Sum of RGB (Red+Green+Blue) = 29+221+116=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD74 is #E2228B. Grayscale: #979797. Windows color (decimal): -14819980 or 7658781. OLE color: 7658781.
HSL color Cylindrical-coordinate representation of color #1DDD74: hue angle of 147.19º 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 #1DDD74 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 116 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.13 |
| HSL | 147.19º | 0.77% | 0.49% | - |
| HSV(B) | 147.19º | 0.87% | 0.87% | - |
| XYZ | 29.52 | 53.24 | 25.24 | - |
| YUV | 151.62 | 107.89 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 116 | 0.87 | 0 | 0.48 | 0.13 | 147.19 | 0.77 | 0.49 |
| Hex | 1D | DD | 74 | 57 | 0 | 30 | D | 93 | 4D | 31 |
| Octal | 35 | 335 | 164 | 127 | 0 | 60 | 15 | 223 | 115 | 61 |
| Binary | 11101 | 11011101 | 1110100 | 1010111 | 0 | 110000 | 1101 | 10010011 | 1001101 | 110001 |
Color Harmonies of #1DDD74
Complementary color
Monochromatic Colors of #1DDD74
Black with #1DDD74
Text Example
Text Example
White with #1DDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD74; }
p { color: rgb(29,221,116); }
H1.HeaderClassName
{
color: #1DDD74;
}
.AnyTagClassName
{
color: #1DDD74;
}
</style>
background-color css
<style>
a { background-color: #1DDD74; }
a { background-color: rgb(29,221,116); }
div.DivClassName
{
background-color: #1DDD74;
}
.BgClassName
{
background-color: #1DDD74;
}
</style>
border-color css
<style>
span { border-color: #1DDD74; }
span { border-color: rgb(29,221,116); }
td.TdClassName
{
border-color: #1DDD74;
}
.TagClassName
{
border-color: #1DDD74;
}
</style>