Shades of Malachite #1DE864
Tints of Malachite #1DE864
RGB
CMYK
RGB Variations
Color information
#1DE864 (or 0x1DE864) is known color: Malachite. HEX triplet: 1D, E8 and 64. RGB value is (29,232,100). Sum of RGB (Red+Green+Blue) = 29+232+100=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 232 (91.02% from 255 or 64.27% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 232 - color contains mainly: green. Hex color #1DE864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DE864 is #E2179B. Grayscale: #9C9C9C. Windows color (decimal): -14817180 or 6613021. OLE color: 6613021.
HSL color Cylindrical-coordinate representation of color #1DE864: hue angle of 140.99º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE864 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 232 | 100 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.09 |
| HSL | 140.99º | 0.82% | 0.51% | - |
| HSV(B) | 140.99º | 0.88% | 0.91% | - |
| XYZ | 31.66 | 58.89 | 21.76 | - |
| YUV | 156.26 | 96.25 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 232 | 100 | 0.88 | 0 | 0.57 | 0.09 | 140.99 | 0.82 | 0.51 |
| Hex | 1D | E8 | 64 | 58 | 0 | 39 | 9 | 8D | 52 | 33 |
| Octal | 35 | 350 | 144 | 130 | 0 | 71 | 11 | 215 | 122 | 63 |
| Binary | 11101 | 11101000 | 1100100 | 1011000 | 0 | 111001 | 1001 | 10001101 | 1010010 | 110011 |
Color Harmonies of #1DE864
Complementary color
Monochromatic Colors of #1DE864
Black with #1DE864
Text Example
Text Example
White with #1DE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE864; }
p { color: rgb(29,232,100); }
H1.HeaderClassName
{
color: #1DE864;
}
.AnyTagClassName
{
color: #1DE864;
}
</style>
background-color css
<style>
a { background-color: #1DE864; }
a { background-color: rgb(29,232,100); }
div.DivClassName
{
background-color: #1DE864;
}
.BgClassName
{
background-color: #1DE864;
}
</style>
border-color css
<style>
span { border-color: #1DE864; }
span { border-color: rgb(29,232,100); }
td.TdClassName
{
border-color: #1DE864;
}
.TagClassName
{
border-color: #1DE864;
}
</style>