Shades of Malachite #1DCD57
Tints of Malachite #1DCD57
RGB
CMYK
RGB Variations
Color information
#1DCD57 (or 0x1DCD57) is known color: Malachite. HEX triplet: 1D, CD and 57. RGB value is (29,205,87). Sum of RGB (Red+Green+Blue) = 29+205+87=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD57 is #E232A8. Grayscale: #8B8B8B. Windows color (decimal): -14824105 or 5754141. OLE color: 5754141.
HSL color Cylindrical-coordinate representation of color #1DCD57: hue angle of 139.77º 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 #1DCD57 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 87 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.20 |
| HSL | 139.77º | 0.75% | 0.46% | - |
| HSV(B) | 139.77º | 0.86% | 0.8% | - |
| XYZ | 24.06 | 44.61 | 16.36 | - |
| YUV | 138.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 87 | 0.86 | 0 | 0.58 | 0.20 | 139.77 | 0.75 | 0.46 |
| Hex | 1D | CD | 57 | 56 | 0 | 3A | 14 | 8C | 4B | 2E |
| Octal | 35 | 315 | 127 | 126 | 0 | 72 | 24 | 214 | 113 | 56 |
| Binary | 11101 | 11001101 | 1010111 | 1010110 | 0 | 111010 | 10100 | 10001100 | 1001011 | 101110 |
Color Harmonies of #1DCD57
Complementary color
Monochromatic Colors of #1DCD57
Black with #1DCD57
Text Example
Text Example
White with #1DCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD57; }
p { color: rgb(29,205,87); }
H1.HeaderClassName
{
color: #1DCD57;
}
.AnyTagClassName
{
color: #1DCD57;
}
</style>
background-color css
<style>
a { background-color: #1DCD57; }
a { background-color: rgb(29,205,87); }
div.DivClassName
{
background-color: #1DCD57;
}
.BgClassName
{
background-color: #1DCD57;
}
</style>
border-color css
<style>
span { border-color: #1DCD57; }
span { border-color: rgb(29,205,87); }
td.TdClassName
{
border-color: #1DCD57;
}
.TagClassName
{
border-color: #1DCD57;
}
</style>