Shades of Malachite #1DE350
Tints of Malachite #1DE350
RGB
CMYK
RGB Variations
Color information
#1DE350 (or 0x1DE350) is known color: Malachite. HEX triplet: 1D, E3 and 50. RGB value is (29,227,80). Sum of RGB (Red+Green+Blue) = 29+227+80=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 227 (89.06% from 255 or 67.56% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DE350 is #E21CAF. Grayscale: #979797. Windows color (decimal): -14818480 or 5301021. OLE color: 5301021.
HSL color Cylindrical-coordinate representation of color #1DE350: hue angle of 135.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE350 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 227 | 80 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.11 |
| HSL | 135.45º | 0.78% | 0.5% | - |
| HSV(B) | 135.45º | 0.87% | 0.89% | - |
| XYZ | 29.42 | 55.78 | 16.8 | - |
| YUV | 151.04 | 87.9 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 227 | 80 | 0.87 | 0 | 0.65 | 0.11 | 135.45 | 0.78 | 0.5 |
| Hex | 1D | E3 | 50 | 57 | 0 | 41 | B | 87 | 4E | 32 |
| Octal | 35 | 343 | 120 | 127 | 0 | 101 | 13 | 207 | 116 | 62 |
| Binary | 11101 | 11100011 | 1010000 | 1010111 | 0 | 1000001 | 1011 | 10000111 | 1001110 | 110010 |
Color Harmonies of #1DE350
Complementary color
Monochromatic Colors of #1DE350
Black with #1DE350
Text Example
Text Example
White with #1DE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE350; }
p { color: rgb(29,227,80); }
H1.HeaderClassName
{
color: #1DE350;
}
.AnyTagClassName
{
color: #1DE350;
}
</style>
background-color css
<style>
a { background-color: #1DE350; }
a { background-color: rgb(29,227,80); }
div.DivClassName
{
background-color: #1DE350;
}
.BgClassName
{
background-color: #1DE350;
}
</style>
border-color css
<style>
span { border-color: #1DE350; }
span { border-color: rgb(29,227,80); }
td.TdClassName
{
border-color: #1DE350;
}
.TagClassName
{
border-color: #1DE350;
}
</style>