Shades of Malachite #1DEC68
Tints of Malachite #1DEC68
RGB
CMYK
RGB Variations
Color information
#1DEC68 (or 0x1DEC68) is known color: Malachite. HEX triplet: 1D, EC and 68. RGB value is (29,236,104). Sum of RGB (Red+Green+Blue) = 29+236+104=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC68 is #E21397. Grayscale: #9F9F9F. Windows color (decimal): -14816152 or 6876189. OLE color: 6876189.
HSL color Cylindrical-coordinate representation of color #1DEC68: hue angle of 141.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC68 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 104 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.07 |
| HSL | 141.74º | 0.84% | 0.52% | - |
| HSV(B) | 141.74º | 0.88% | 0.93% | - |
| XYZ | 33 | 61.25 | 23.18 | - |
| YUV | 159.06 | 96.92 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 104 | 0.88 | 0 | 0.56 | 0.07 | 141.74 | 0.84 | 0.52 |
| Hex | 1D | EC | 68 | 58 | 0 | 38 | 7 | 8E | 54 | 34 |
| Octal | 35 | 354 | 150 | 130 | 0 | 70 | 7 | 216 | 124 | 64 |
| Binary | 11101 | 11101100 | 1101000 | 1011000 | 0 | 111000 | 111 | 10001110 | 1010100 | 110100 |
Color Harmonies of #1DEC68
Complementary color
Monochromatic Colors of #1DEC68
Black with #1DEC68
Text Example
Text Example
White with #1DEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC68; }
p { color: rgb(29,236,104); }
H1.HeaderClassName
{
color: #1DEC68;
}
.AnyTagClassName
{
color: #1DEC68;
}
</style>
background-color css
<style>
a { background-color: #1DEC68; }
a { background-color: rgb(29,236,104); }
div.DivClassName
{
background-color: #1DEC68;
}
.BgClassName
{
background-color: #1DEC68;
}
</style>
border-color css
<style>
span { border-color: #1DEC68; }
span { border-color: rgb(29,236,104); }
td.TdClassName
{
border-color: #1DEC68;
}
.TagClassName
{
border-color: #1DEC68;
}
</style>