Shades of Malachite #1DCD4D
Tints of Malachite #1DCD4D
RGB
CMYK
RGB Variations
Color information
#1DCD4D (or 0x1DCD4D) is known color: Malachite. HEX triplet: 1D, CD and 4D. RGB value is (29,205,77). Sum of RGB (Red+Green+Blue) = 29+205+77=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD4D is #E232B2. Grayscale: #8A8A8A. Windows color (decimal): -14824115 or 5098781. OLE color: 5098781.
HSL color Cylindrical-coordinate representation of color #1DCD4D: hue angle of 136.36º 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 #1DCD4D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 77 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.20 |
| HSL | 136.36º | 0.75% | 0.46% | - |
| HSV(B) | 136.36º | 0.86% | 0.8% | - |
| XYZ | 23.68 | 44.46 | 14.35 | - |
| YUV | 137.78 | 93.69 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 77 | 0.86 | 0 | 0.62 | 0.20 | 136.36 | 0.75 | 0.46 |
| Hex | 1D | CD | 4D | 56 | 0 | 3E | 14 | 88 | 4B | 2E |
| Octal | 35 | 315 | 115 | 126 | 0 | 76 | 24 | 210 | 113 | 56 |
| Binary | 11101 | 11001101 | 1001101 | 1010110 | 0 | 111110 | 10100 | 10001000 | 1001011 | 101110 |
Color Harmonies of #1DCD4D
Complementary color
Monochromatic Colors of #1DCD4D
Black with #1DCD4D
Text Example
Text Example
White with #1DCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD4D; }
p { color: rgb(29,205,77); }
H1.HeaderClassName
{
color: #1DCD4D;
}
.AnyTagClassName
{
color: #1DCD4D;
}
</style>
background-color css
<style>
a { background-color: #1DCD4D; }
a { background-color: rgb(29,205,77); }
div.DivClassName
{
background-color: #1DCD4D;
}
.BgClassName
{
background-color: #1DCD4D;
}
</style>
border-color css
<style>
span { border-color: #1DCD4D; }
span { border-color: rgb(29,205,77); }
td.TdClassName
{
border-color: #1DCD4D;
}
.TagClassName
{
border-color: #1DCD4D;
}
</style>