Shades of Malachite #1DEC42
Tints of Malachite #1DEC42
RGB
CMYK
RGB Variations
Color information
#1DEC42 (or 0x1DEC42) is known color: Malachite. HEX triplet: 1D, EC and 42. RGB value is (29,236,66). Sum of RGB (Red+Green+Blue) = 29+236+66=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC42 is #E213BD. Grayscale: #9B9B9B. Windows color (decimal): -14816190 or 4385821. OLE color: 4385821.
HSL color Cylindrical-coordinate representation of color #1DEC42: hue angle of 130.72º 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 #1DEC42 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 66 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.07 |
| HSL | 130.72º | 0.84% | 0.52% | - |
| HSV(B) | 130.72º | 0.88% | 0.93% | - |
| XYZ | 31.49 | 60.65 | 15.2 | - |
| YUV | 154.73 | 77.92 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 66 | 0.88 | 0 | 0.72 | 0.07 | 130.72 | 0.84 | 0.52 |
| Hex | 1D | EC | 42 | 58 | 0 | 48 | 7 | 83 | 54 | 34 |
| Octal | 35 | 354 | 102 | 130 | 0 | 110 | 7 | 203 | 124 | 64 |
| Binary | 11101 | 11101100 | 1000010 | 1011000 | 0 | 1001000 | 111 | 10000011 | 1010100 | 110100 |
Color Harmonies of #1DEC42
Complementary color
Monochromatic Colors of #1DEC42
Black with #1DEC42
Text Example
Text Example
White with #1DEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC42; }
p { color: rgb(29,236,66); }
H1.HeaderClassName
{
color: #1DEC42;
}
.AnyTagClassName
{
color: #1DEC42;
}
</style>
background-color css
<style>
a { background-color: #1DEC42; }
a { background-color: rgb(29,236,66); }
div.DivClassName
{
background-color: #1DEC42;
}
.BgClassName
{
background-color: #1DEC42;
}
</style>
border-color css
<style>
span { border-color: #1DEC42; }
span { border-color: rgb(29,236,66); }
td.TdClassName
{
border-color: #1DEC42;
}
.TagClassName
{
border-color: #1DEC42;
}
</style>