Shades of Malachite #1DEC64
Tints of Malachite #1DEC64
RGB
CMYK
RGB Variations
Color information
#1DEC64 (or 0x1DEC64) is known color: Malachite. HEX triplet: 1D, EC and 64. RGB value is (29,236,100). Sum of RGB (Red+Green+Blue) = 29+236+100=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC64 is #E2139B. Grayscale: #9E9E9E. Windows color (decimal): -14816156 or 6614045. OLE color: 6614045.
HSL color Cylindrical-coordinate representation of color #1DEC64: hue angle of 140.58º 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 #1DEC64 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 100 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.07 |
| HSL | 140.58º | 0.84% | 0.52% | - |
| HSV(B) | 140.58º | 0.88% | 0.93% | - |
| XYZ | 32.8 | 61.17 | 22.14 | - |
| YUV | 158.6 | 94.92 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 100 | 0.88 | 0 | 0.58 | 0.07 | 140.58 | 0.84 | 0.52 |
| Hex | 1D | EC | 64 | 58 | 0 | 3A | 7 | 8D | 54 | 34 |
| Octal | 35 | 354 | 144 | 130 | 0 | 72 | 7 | 215 | 124 | 64 |
| Binary | 11101 | 11101100 | 1100100 | 1011000 | 0 | 111010 | 111 | 10001101 | 1010100 | 110100 |
Color Harmonies of #1DEC64
Complementary color
Monochromatic Colors of #1DEC64
Black with #1DEC64
Text Example
Text Example
White with #1DEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC64; }
p { color: rgb(29,236,100); }
H1.HeaderClassName
{
color: #1DEC64;
}
.AnyTagClassName
{
color: #1DEC64;
}
</style>
background-color css
<style>
a { background-color: #1DEC64; }
a { background-color: rgb(29,236,100); }
div.DivClassName
{
background-color: #1DEC64;
}
.BgClassName
{
background-color: #1DEC64;
}
</style>
border-color css
<style>
span { border-color: #1DEC64; }
span { border-color: rgb(29,236,100); }
td.TdClassName
{
border-color: #1DEC64;
}
.TagClassName
{
border-color: #1DEC64;
}
</style>