Shades of Malachite #1DCF5E
Tints of Malachite #1DCF5E
RGB
CMYK
RGB Variations
Color information
#1DCF5E (or 0x1DCF5E) is known color: Malachite. HEX triplet: 1D, CF and 5E. RGB value is (29,207,94). Sum of RGB (Red+Green+Blue) = 29+207+94=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF5E is #E230A1. Grayscale: #8D8D8D. Windows color (decimal): -14823586 or 6213405. OLE color: 6213405.
HSL color Cylindrical-coordinate representation of color #1DCF5E: hue angle of 141.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCF5E is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 94 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.19 |
| HSL | 141.91º | 0.75% | 0.46% | - |
| HSV(B) | 141.91º | 0.86% | 0.81% | - |
| XYZ | 24.84 | 45.7 | 18.1 | - |
| YUV | 140.9 | 101.53 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 94 | 0.86 | 0 | 0.55 | 0.19 | 141.91 | 0.75 | 0.46 |
| Hex | 1D | CF | 5E | 56 | 0 | 37 | 13 | 8E | 4B | 2E |
| Octal | 35 | 317 | 136 | 126 | 0 | 67 | 23 | 216 | 113 | 56 |
| Binary | 11101 | 11001111 | 1011110 | 1010110 | 0 | 110111 | 10011 | 10001110 | 1001011 | 101110 |
Color Harmonies of #1DCF5E
Complementary color
Monochromatic Colors of #1DCF5E
Black with #1DCF5E
Text Example
Text Example
White with #1DCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF5E; }
p { color: rgb(29,207,94); }
H1.HeaderClassName
{
color: #1DCF5E;
}
.AnyTagClassName
{
color: #1DCF5E;
}
</style>
background-color css
<style>
a { background-color: #1DCF5E; }
a { background-color: rgb(29,207,94); }
div.DivClassName
{
background-color: #1DCF5E;
}
.BgClassName
{
background-color: #1DCF5E;
}
</style>
border-color css
<style>
span { border-color: #1DCF5E; }
span { border-color: rgb(29,207,94); }
td.TdClassName
{
border-color: #1DCF5E;
}
.TagClassName
{
border-color: #1DCF5E;
}
</style>