Shades of Malachite #1DD552
Tints of Malachite #1DD552
RGB
CMYK
RGB Variations
Color information
#1DD552 (or 0x1DD552) is known color: Malachite. HEX triplet: 1D, D5 and 52. RGB value is (29,213,82). Sum of RGB (Red+Green+Blue) = 29+213+82=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD552 is #E22AAD. Grayscale: #8F8F8F. Windows color (decimal): -14822062 or 5428509. OLE color: 5428509.
HSL color Cylindrical-coordinate representation of color #1DD552: hue angle of 137.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD552 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 82 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.16 |
| HSL | 137.28º | 0.76% | 0.47% | - |
| HSV(B) | 137.28º | 0.86% | 0.84% | - |
| XYZ | 25.82 | 48.46 | 15.98 | - |
| YUV | 143.05 | 93.54 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 82 | 0.86 | 0 | 0.62 | 0.16 | 137.28 | 0.76 | 0.47 |
| Hex | 1D | D5 | 52 | 56 | 0 | 3E | 10 | 89 | 4C | 2F |
| Octal | 35 | 325 | 122 | 126 | 0 | 76 | 20 | 211 | 114 | 57 |
| Binary | 11101 | 11010101 | 1010010 | 1010110 | 0 | 111110 | 10000 | 10001001 | 1001100 | 101111 |
Color Harmonies of #1DD552
Complementary color
Monochromatic Colors of #1DD552
Black with #1DD552
Text Example
Text Example
White with #1DD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD552; }
p { color: rgb(29,213,82); }
H1.HeaderClassName
{
color: #1DD552;
}
.AnyTagClassName
{
color: #1DD552;
}
</style>
background-color css
<style>
a { background-color: #1DD552; }
a { background-color: rgb(29,213,82); }
div.DivClassName
{
background-color: #1DD552;
}
.BgClassName
{
background-color: #1DD552;
}
</style>
border-color css
<style>
span { border-color: #1DD552; }
span { border-color: rgb(29,213,82); }
td.TdClassName
{
border-color: #1DD552;
}
.TagClassName
{
border-color: #1DD552;
}
</style>