Shades of Malachite #1DCD53
Tints of Malachite #1DCD53
RGB
CMYK
RGB Variations
Color information
#1DCD53 (or 0x1DCD53) is known color: Malachite. HEX triplet: 1D, CD and 53. RGB value is (29,205,83). Sum of RGB (Red+Green+Blue) = 29+205+83=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD53 is #E232AC. Grayscale: #8A8A8A. Windows color (decimal): -14824109 or 5491997. OLE color: 5491997.
HSL color Cylindrical-coordinate representation of color #1DCD53: hue angle of 138.41º 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 #1DCD53 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 83 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.20 |
| HSL | 138.41º | 0.75% | 0.46% | - |
| HSV(B) | 138.41º | 0.86% | 0.8% | - |
| XYZ | 23.9 | 44.55 | 15.52 | - |
| YUV | 138.47 | 96.69 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 83 | 0.86 | 0 | 0.60 | 0.20 | 138.41 | 0.75 | 0.46 |
| Hex | 1D | CD | 53 | 56 | 0 | 3C | 14 | 8A | 4B | 2E |
| Octal | 35 | 315 | 123 | 126 | 0 | 74 | 24 | 212 | 113 | 56 |
| Binary | 11101 | 11001101 | 1010011 | 1010110 | 0 | 111100 | 10100 | 10001010 | 1001011 | 101110 |
Color Harmonies of #1DCD53
Complementary color
Monochromatic Colors of #1DCD53
Black with #1DCD53
Text Example
Text Example
White with #1DCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD53; }
p { color: rgb(29,205,83); }
H1.HeaderClassName
{
color: #1DCD53;
}
.AnyTagClassName
{
color: #1DCD53;
}
</style>
background-color css
<style>
a { background-color: #1DCD53; }
a { background-color: rgb(29,205,83); }
div.DivClassName
{
background-color: #1DCD53;
}
.BgClassName
{
background-color: #1DCD53;
}
</style>
border-color css
<style>
span { border-color: #1DCD53; }
span { border-color: rgb(29,205,83); }
td.TdClassName
{
border-color: #1DCD53;
}
.TagClassName
{
border-color: #1DCD53;
}
</style>