Shades of Malachite #1DCD60
Tints of Malachite #1DCD60
RGB
CMYK
RGB Variations
Color information
#1DCD60 (or 0x1DCD60) is known color: Malachite. HEX triplet: 1D, CD and 60. RGB value is (29,205,96). Sum of RGB (Red+Green+Blue) = 29+205+96=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD60 is #E2329F. Grayscale: #8C8C8C. Windows color (decimal): -14824096 or 6343965. OLE color: 6343965.
HSL color Cylindrical-coordinate representation of color #1DCD60: hue angle of 142.84º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD60 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 96 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.20 |
| HSL | 142.84º | 0.75% | 0.46% | - |
| HSV(B) | 142.84º | 0.86% | 0.8% | - |
| XYZ | 24.45 | 44.77 | 18.42 | - |
| YUV | 139.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 96 | 0.86 | 0 | 0.53 | 0.20 | 142.84 | 0.75 | 0.46 |
| Hex | 1D | CD | 60 | 56 | 0 | 35 | 14 | 8F | 4B | 2E |
| Octal | 35 | 315 | 140 | 126 | 0 | 65 | 24 | 217 | 113 | 56 |
| Binary | 11101 | 11001101 | 1100000 | 1010110 | 0 | 110101 | 10100 | 10001111 | 1001011 | 101110 |
Color Harmonies of #1DCD60
Complementary color
Monochromatic Colors of #1DCD60
Black with #1DCD60
Text Example
Text Example
White with #1DCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD60; }
p { color: rgb(29,205,96); }
H1.HeaderClassName
{
color: #1DCD60;
}
.AnyTagClassName
{
color: #1DCD60;
}
</style>
background-color css
<style>
a { background-color: #1DCD60; }
a { background-color: rgb(29,205,96); }
div.DivClassName
{
background-color: #1DCD60;
}
.BgClassName
{
background-color: #1DCD60;
}
</style>
border-color css
<style>
span { border-color: #1DCD60; }
span { border-color: rgb(29,205,96); }
td.TdClassName
{
border-color: #1DCD60;
}
.TagClassName
{
border-color: #1DCD60;
}
</style>