Shades of Malachite #1DD063
Tints of Malachite #1DD063
RGB
CMYK
RGB Variations
Color information
#1DD063 (or 0x1DD063) is known color: Malachite. HEX triplet: 1D, D0 and 63. RGB value is (29,208,99). Sum of RGB (Red+Green+Blue) = 29+208+99=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD063 is #E22F9C. Grayscale: #8E8E8E. Windows color (decimal): -14823325 or 6541341. OLE color: 6541341.
HSL color Cylindrical-coordinate representation of color #1DD063: hue angle of 143.46º 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 #1DD063 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 99 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.18 |
| HSL | 143.46º | 0.76% | 0.46% | - |
| HSV(B) | 143.46º | 0.86% | 0.82% | - |
| XYZ | 25.31 | 46.27 | 19.4 | - |
| YUV | 142.05 | 103.7 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 99 | 0.86 | 0 | 0.52 | 0.18 | 143.46 | 0.76 | 0.46 |
| Hex | 1D | D0 | 63 | 56 | 0 | 34 | 12 | 8F | 4C | 2E |
| Octal | 35 | 320 | 143 | 126 | 0 | 64 | 22 | 217 | 114 | 56 |
| Binary | 11101 | 11010000 | 1100011 | 1010110 | 0 | 110100 | 10010 | 10001111 | 1001100 | 101110 |
Color Harmonies of #1DD063
Complementary color
Monochromatic Colors of #1DD063
Black with #1DD063
Text Example
Text Example
White with #1DD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD063; }
p { color: rgb(29,208,99); }
H1.HeaderClassName
{
color: #1DD063;
}
.AnyTagClassName
{
color: #1DD063;
}
</style>
background-color css
<style>
a { background-color: #1DD063; }
a { background-color: rgb(29,208,99); }
div.DivClassName
{
background-color: #1DD063;
}
.BgClassName
{
background-color: #1DD063;
}
</style>
border-color css
<style>
span { border-color: #1DD063; }
span { border-color: rgb(29,208,99); }
td.TdClassName
{
border-color: #1DD063;
}
.TagClassName
{
border-color: #1DD063;
}
</style>