Shades of Malachite #1DCD68
Tints of Malachite #1DCD68
RGB
CMYK
RGB Variations
Color information
#1DCD68 (or 0x1DCD68) is known color: Malachite. HEX triplet: 1D, CD and 68. RGB value is (29,205,104). Sum of RGB (Red+Green+Blue) = 29+205+104=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD68 is #E23297. Grayscale: #8D8D8D. Windows color (decimal): -14824088 or 6868253. OLE color: 6868253.
HSL color Cylindrical-coordinate representation of color #1DCD68: hue angle of 145.57º 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 #1DCD68 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 104 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.20 |
| HSL | 145.57º | 0.75% | 0.46% | - |
| HSV(B) | 145.57º | 0.86% | 0.8% | - |
| XYZ | 24.84 | 44.92 | 20.46 | - |
| YUV | 140.86 | 107.19 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 104 | 0.86 | 0 | 0.49 | 0.20 | 145.57 | 0.75 | 0.46 |
| Hex | 1D | CD | 68 | 56 | 0 | 31 | 14 | 92 | 4B | 2E |
| Octal | 35 | 315 | 150 | 126 | 0 | 61 | 24 | 222 | 113 | 56 |
| Binary | 11101 | 11001101 | 1101000 | 1010110 | 0 | 110001 | 10100 | 10010010 | 1001011 | 101110 |
Color Harmonies of #1DCD68
Complementary color
Monochromatic Colors of #1DCD68
Black with #1DCD68
Text Example
Text Example
White with #1DCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD68; }
p { color: rgb(29,205,104); }
H1.HeaderClassName
{
color: #1DCD68;
}
.AnyTagClassName
{
color: #1DCD68;
}
</style>
background-color css
<style>
a { background-color: #1DCD68; }
a { background-color: rgb(29,205,104); }
div.DivClassName
{
background-color: #1DCD68;
}
.BgClassName
{
background-color: #1DCD68;
}
</style>
border-color css
<style>
span { border-color: #1DCD68; }
span { border-color: rgb(29,205,104); }
td.TdClassName
{
border-color: #1DCD68;
}
.TagClassName
{
border-color: #1DCD68;
}
</style>