Shades of Malachite #1DD540
Tints of Malachite #1DD540
RGB
CMYK
RGB Variations
Color information
#1DD540 (or 0x1DD540) is known color: Malachite. HEX triplet: 1D, D5 and 40. RGB value is (29,213,64). Sum of RGB (Red+Green+Blue) = 29+213+64=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD540 is #E22ABF. Grayscale: #8D8D8D. Windows color (decimal): -14822080 or 4248861. OLE color: 4248861.
HSL color Cylindrical-coordinate representation of color #1DD540: hue angle of 131.41º 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 #1DD540 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 64 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.16 |
| HSL | 131.41º | 0.76% | 0.47% | - |
| HSV(B) | 131.41º | 0.86% | 0.84% | - |
| XYZ | 25.23 | 48.22 | 12.83 | - |
| YUV | 141 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 64 | 0.86 | 0 | 0.70 | 0.16 | 131.41 | 0.76 | 0.47 |
| Hex | 1D | D5 | 40 | 56 | 0 | 46 | 10 | 83 | 4C | 2F |
| Octal | 35 | 325 | 100 | 126 | 0 | 106 | 20 | 203 | 114 | 57 |
| Binary | 11101 | 11010101 | 1000000 | 1010110 | 0 | 1000110 | 10000 | 10000011 | 1001100 | 101111 |
Color Harmonies of #1DD540
Complementary color
Monochromatic Colors of #1DD540
Black with #1DD540
Text Example
Text Example
White with #1DD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD540; }
p { color: rgb(29,213,64); }
H1.HeaderClassName
{
color: #1DD540;
}
.AnyTagClassName
{
color: #1DD540;
}
</style>
background-color css
<style>
a { background-color: #1DD540; }
a { background-color: rgb(29,213,64); }
div.DivClassName
{
background-color: #1DD540;
}
.BgClassName
{
background-color: #1DD540;
}
</style>
border-color css
<style>
span { border-color: #1DD540; }
span { border-color: rgb(29,213,64); }
td.TdClassName
{
border-color: #1DD540;
}
.TagClassName
{
border-color: #1DD540;
}
</style>