Shades of Malachite #1DE85E
Tints of Malachite #1DE85E
RGB
CMYK
RGB Variations
Color information
#1DE85E (or 0x1DE85E) is known color: Malachite. HEX triplet: 1D, E8 and 5E. RGB value is (29,232,94). Sum of RGB (Red+Green+Blue) = 29+232+94=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 232 (91.02% from 255 or 65.35% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 232 - color contains mainly: green. Hex color #1DE85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DE85E is #E217A1. Grayscale: #9B9B9B. Windows color (decimal): -14817186 or 6219805. OLE color: 6219805.
HSL color Cylindrical-coordinate representation of color #1DE85E: hue angle of 139.21º 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 #1DE85E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 232 | 94 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.09 |
| HSL | 139.21º | 0.82% | 0.51% | - |
| HSV(B) | 139.21º | 0.88% | 0.91% | - |
| XYZ | 31.38 | 58.78 | 20.28 | - |
| YUV | 155.57 | 93.25 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 232 | 94 | 0.88 | 0 | 0.59 | 0.09 | 139.21 | 0.82 | 0.51 |
| Hex | 1D | E8 | 5E | 58 | 0 | 3B | 9 | 8B | 52 | 33 |
| Octal | 35 | 350 | 136 | 130 | 0 | 73 | 11 | 213 | 122 | 63 |
| Binary | 11101 | 11101000 | 1011110 | 1011000 | 0 | 111011 | 1001 | 10001011 | 1010010 | 110011 |
Color Harmonies of #1DE85E
Complementary color
Monochromatic Colors of #1DE85E
Black with #1DE85E
Text Example
Text Example
White with #1DE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE85E; }
p { color: rgb(29,232,94); }
H1.HeaderClassName
{
color: #1DE85E;
}
.AnyTagClassName
{
color: #1DE85E;
}
</style>
background-color css
<style>
a { background-color: #1DE85E; }
a { background-color: rgb(29,232,94); }
div.DivClassName
{
background-color: #1DE85E;
}
.BgClassName
{
background-color: #1DE85E;
}
</style>
border-color css
<style>
span { border-color: #1DE85E; }
span { border-color: rgb(29,232,94); }
td.TdClassName
{
border-color: #1DE85E;
}
.TagClassName
{
border-color: #1DE85E;
}
</style>