Shades of Malachite #1DDD50
Tints of Malachite #1DDD50
RGB
CMYK
RGB Variations
Color information
#1DDD50 (or 0x1DDD50) is known color: Malachite. HEX triplet: 1D, DD and 50. RGB value is (29,221,80). Sum of RGB (Red+Green+Blue) = 29+221+80=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD50 is #E222AF. Grayscale: #939393. Windows color (decimal): -14820016 or 5299485. OLE color: 5299485.
HSL color Cylindrical-coordinate representation of color #1DDD50: hue angle of 135.94º 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 #1DDD50 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 80 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.13 |
| HSL | 135.94º | 0.77% | 0.49% | - |
| HSV(B) | 135.94º | 0.87% | 0.87% | - |
| XYZ | 27.81 | 52.55 | 16.27 | - |
| YUV | 147.52 | 89.89 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 80 | 0.87 | 0 | 0.64 | 0.13 | 135.94 | 0.77 | 0.49 |
| Hex | 1D | DD | 50 | 57 | 0 | 40 | D | 88 | 4D | 31 |
| Octal | 35 | 335 | 120 | 127 | 0 | 100 | 15 | 210 | 115 | 61 |
| Binary | 11101 | 11011101 | 1010000 | 1010111 | 0 | 1000000 | 1101 | 10001000 | 1001101 | 110001 |
Color Harmonies of #1DDD50
Complementary color
Monochromatic Colors of #1DDD50
Black with #1DDD50
Text Example
Text Example
White with #1DDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD50; }
p { color: rgb(29,221,80); }
H1.HeaderClassName
{
color: #1DDD50;
}
.AnyTagClassName
{
color: #1DDD50;
}
</style>
background-color css
<style>
a { background-color: #1DDD50; }
a { background-color: rgb(29,221,80); }
div.DivClassName
{
background-color: #1DDD50;
}
.BgClassName
{
background-color: #1DDD50;
}
</style>
border-color css
<style>
span { border-color: #1DDD50; }
span { border-color: rgb(29,221,80); }
td.TdClassName
{
border-color: #1DDD50;
}
.TagClassName
{
border-color: #1DDD50;
}
</style>