Shades of Malachite #1DE051
Tints of Malachite #1DE051
RGB
CMYK
RGB Variations
Color information
#1DE051 (or 0x1DE051) is known color: Malachite. HEX triplet: 1D, E0 and 51. RGB value is (29,224,81). Sum of RGB (Red+Green+Blue) = 29+224+81=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DE051 is #E21FAE. Grayscale: #959595. Windows color (decimal): -14819247 or 5365789. OLE color: 5365789.
HSL color Cylindrical-coordinate representation of color #1DE051: hue angle of 136º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE051 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 81 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.12 |
| HSL | 136º | 0.77% | 0.5% | - |
| HSV(B) | 136º | 0.87% | 0.88% | - |
| XYZ | 28.65 | 54.17 | 16.73 | - |
| YUV | 149.39 | 89.4 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 81 | 0.87 | 0 | 0.64 | 0.12 | 136 | 0.77 | 0.5 |
| Hex | 1D | E0 | 51 | 57 | 0 | 40 | C | 88 | 4D | 32 |
| Octal | 35 | 340 | 121 | 127 | 0 | 100 | 14 | 210 | 115 | 62 |
| Binary | 11101 | 11100000 | 1010001 | 1010111 | 0 | 1000000 | 1100 | 10001000 | 1001101 | 110010 |
Color Harmonies of #1DE051
Complementary color
Monochromatic Colors of #1DE051
Black with #1DE051
Text Example
Text Example
White with #1DE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE051; }
p { color: rgb(29,224,81); }
H1.HeaderClassName
{
color: #1DE051;
}
.AnyTagClassName
{
color: #1DE051;
}
</style>
background-color css
<style>
a { background-color: #1DE051; }
a { background-color: rgb(29,224,81); }
div.DivClassName
{
background-color: #1DE051;
}
.BgClassName
{
background-color: #1DE051;
}
</style>
border-color css
<style>
span { border-color: #1DE051; }
span { border-color: rgb(29,224,81); }
td.TdClassName
{
border-color: #1DE051;
}
.TagClassName
{
border-color: #1DE051;
}
</style>