Shades of Malachite #1DF44D
Tints of Malachite #1DF44D
RGB
CMYK
RGB Variations
Color information
#1DF44D (or 0x1DF44D) is known color: Malachite. HEX triplet: 1D, F4 and 4D. RGB value is (29,244,77). Sum of RGB (Red+Green+Blue) = 29+244+77=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 244 (95.70% from 255 or 69.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF44D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF44D is #E20BB2. Grayscale: #A1A1A1. Windows color (decimal): -14814131 or 5108765. OLE color: 5108765.
HSL color Cylindrical-coordinate representation of color #1DF44D: hue angle of 133.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF44D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 77 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.04 |
| HSL | 133.4º | 0.91% | 0.54% | - |
| HSV(B) | 133.4º | 0.88% | 0.96% | - |
| XYZ | 34.2 | 65.5 | 17.86 | - |
| YUV | 160.68 | 80.77 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 77 | 0.88 | 0 | 0.68 | 0.04 | 133.4 | 0.91 | 0.54 |
| Hex | 1D | F4 | 4D | 58 | 0 | 44 | 4 | 85 | 5B | 36 |
| Octal | 35 | 364 | 115 | 130 | 0 | 104 | 4 | 205 | 133 | 66 |
| Binary | 11101 | 11110100 | 1001101 | 1011000 | 0 | 1000100 | 100 | 10000101 | 1011011 | 110110 |
Color Harmonies of #1DF44D
Complementary color
Monochromatic Colors of #1DF44D
Black with #1DF44D
Text Example
Text Example
White with #1DF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF44D; }
p { color: rgb(29,244,77); }
H1.HeaderClassName
{
color: #1DF44D;
}
.AnyTagClassName
{
color: #1DF44D;
}
</style>
background-color css
<style>
a { background-color: #1DF44D; }
a { background-color: rgb(29,244,77); }
div.DivClassName
{
background-color: #1DF44D;
}
.BgClassName
{
background-color: #1DF44D;
}
</style>
border-color css
<style>
span { border-color: #1DF44D; }
span { border-color: rgb(29,244,77); }
td.TdClassName
{
border-color: #1DF44D;
}
.TagClassName
{
border-color: #1DF44D;
}
</style>