Shades of Malachite #1DDD52
Tints of Malachite #1DDD52
RGB
CMYK
RGB Variations
Color information
#1DDD52 (or 0x1DDD52) is known color: Malachite. HEX triplet: 1D, DD and 52. RGB value is (29,221,82). Sum of RGB (Red+Green+Blue) = 29+221+82=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD52 is #E222AD. Grayscale: #949494. Windows color (decimal): -14820014 or 5430557. OLE color: 5430557.
HSL color Cylindrical-coordinate representation of color #1DDD52: hue angle of 136.56º 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 #1DDD52 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 82 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.13 |
| HSL | 136.56º | 0.77% | 0.49% | - |
| HSV(B) | 136.56º | 0.87% | 0.87% | - |
| XYZ | 27.89 | 52.58 | 16.66 | - |
| YUV | 147.75 | 90.89 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 82 | 0.87 | 0 | 0.63 | 0.13 | 136.56 | 0.77 | 0.49 |
| Hex | 1D | DD | 52 | 57 | 0 | 3F | D | 89 | 4D | 31 |
| Octal | 35 | 335 | 122 | 127 | 0 | 77 | 15 | 211 | 115 | 61 |
| Binary | 11101 | 11011101 | 1010010 | 1010111 | 0 | 111111 | 1101 | 10001001 | 1001101 | 110001 |
Color Harmonies of #1DDD52
Complementary color
Monochromatic Colors of #1DDD52
Black with #1DDD52
Text Example
Text Example
White with #1DDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD52; }
p { color: rgb(29,221,82); }
H1.HeaderClassName
{
color: #1DDD52;
}
.AnyTagClassName
{
color: #1DDD52;
}
</style>
background-color css
<style>
a { background-color: #1DDD52; }
a { background-color: rgb(29,221,82); }
div.DivClassName
{
background-color: #1DDD52;
}
.BgClassName
{
background-color: #1DDD52;
}
</style>
border-color css
<style>
span { border-color: #1DDD52; }
span { border-color: rgb(29,221,82); }
td.TdClassName
{
border-color: #1DDD52;
}
.TagClassName
{
border-color: #1DDD52;
}
</style>