Shades of Malachite #1DEC50
Tints of Malachite #1DEC50
RGB
CMYK
RGB Variations
Color information
#1DEC50 (or 0x1DEC50) is known color: Malachite. HEX triplet: 1D, EC and 50. RGB value is (29,236,80). Sum of RGB (Red+Green+Blue) = 29+236+80=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC50 is #E213AF. Grayscale: #9C9C9C. Windows color (decimal): -14816176 or 5303325. OLE color: 5303325.
HSL color Cylindrical-coordinate representation of color #1DEC50: hue angle of 134.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC50 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 80 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.07 |
| HSL | 134.78º | 0.84% | 0.52% | - |
| HSV(B) | 134.78º | 0.88% | 0.93% | - |
| XYZ | 31.95 | 60.83 | 17.65 | - |
| YUV | 156.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 80 | 0.88 | 0 | 0.66 | 0.07 | 134.78 | 0.84 | 0.52 |
| Hex | 1D | EC | 50 | 58 | 0 | 42 | 7 | 87 | 54 | 34 |
| Octal | 35 | 354 | 120 | 130 | 0 | 102 | 7 | 207 | 124 | 64 |
| Binary | 11101 | 11101100 | 1010000 | 1011000 | 0 | 1000010 | 111 | 10000111 | 1010100 | 110100 |
Color Harmonies of #1DEC50
Complementary color
Monochromatic Colors of #1DEC50
Black with #1DEC50
Text Example
Text Example
White with #1DEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC50; }
p { color: rgb(29,236,80); }
H1.HeaderClassName
{
color: #1DEC50;
}
.AnyTagClassName
{
color: #1DEC50;
}
</style>
background-color css
<style>
a { background-color: #1DEC50; }
a { background-color: rgb(29,236,80); }
div.DivClassName
{
background-color: #1DEC50;
}
.BgClassName
{
background-color: #1DEC50;
}
</style>
border-color css
<style>
span { border-color: #1DEC50; }
span { border-color: rgb(29,236,80); }
td.TdClassName
{
border-color: #1DEC50;
}
.TagClassName
{
border-color: #1DEC50;
}
</style>