Shades of Malachite #1DD05A
Tints of Malachite #1DD05A
RGB
CMYK
RGB Variations
Color information
#1DD05A (or 0x1DD05A) is known color: Malachite. HEX triplet: 1D, D0 and 5A. RGB value is (29,208,90). Sum of RGB (Red+Green+Blue) = 29+208+90=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD05A is #E22FA5. Grayscale: #8D8D8D. Windows color (decimal): -14823334 or 5951517. OLE color: 5951517.
HSL color Cylindrical-coordinate representation of color #1DD05A: hue angle of 140.45º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD05A is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 90 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.18 |
| HSL | 140.45º | 0.76% | 0.46% | - |
| HSV(B) | 140.45º | 0.86% | 0.82% | - |
| XYZ | 24.91 | 46.11 | 17.26 | - |
| YUV | 141.03 | 99.2 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 90 | 0.86 | 0 | 0.57 | 0.18 | 140.45 | 0.76 | 0.46 |
| Hex | 1D | D0 | 5A | 56 | 0 | 39 | 12 | 8C | 4C | 2E |
| Octal | 35 | 320 | 132 | 126 | 0 | 71 | 22 | 214 | 114 | 56 |
| Binary | 11101 | 11010000 | 1011010 | 1010110 | 0 | 111001 | 10010 | 10001100 | 1001100 | 101110 |
Color Harmonies of #1DD05A
Complementary color
Monochromatic Colors of #1DD05A
Black with #1DD05A
Text Example
Text Example
White with #1DD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD05A; }
p { color: rgb(29,208,90); }
H1.HeaderClassName
{
color: #1DD05A;
}
.AnyTagClassName
{
color: #1DD05A;
}
</style>
background-color css
<style>
a { background-color: #1DD05A; }
a { background-color: rgb(29,208,90); }
div.DivClassName
{
background-color: #1DD05A;
}
.BgClassName
{
background-color: #1DD05A;
}
</style>
border-color css
<style>
span { border-color: #1DD05A; }
span { border-color: rgb(29,208,90); }
td.TdClassName
{
border-color: #1DD05A;
}
.TagClassName
{
border-color: #1DD05A;
}
</style>