Shades of Malachite #1DFA4D
Tints of Malachite #1DFA4D
RGB
CMYK
RGB Variations
Color information
#1DFA4D (or 0x1DFA4D) is known color: Malachite. HEX triplet: 1D, FA and 4D. RGB value is (29,250,77). Sum of RGB (Red+Green+Blue) = 29+250+77=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA4D is #E205B2. Grayscale: #A4A4A4. Windows color (decimal): -14812595 or 5110301. OLE color: 5110301.
HSL color Cylindrical-coordinate representation of color #1DFA4D: hue angle of 133.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA4D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 77 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.02 |
| HSL | 133.03º | 0.96% | 0.55% | - |
| HSV(B) | 133.03º | 0.88% | 0.98% | - |
| XYZ | 36.03 | 69.17 | 18.47 | - |
| YUV | 164.2 | 78.78 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 77 | 0.88 | 0 | 0.69 | 0.02 | 133.03 | 0.96 | 0.55 |
| Hex | 1D | FA | 4D | 58 | 0 | 45 | 2 | 85 | 60 | 37 |
| Octal | 35 | 372 | 115 | 130 | 0 | 105 | 2 | 205 | 140 | 67 |
| Binary | 11101 | 11111010 | 1001101 | 1011000 | 0 | 1000101 | 10 | 10000101 | 1100000 | 110111 |
Color Harmonies of #1DFA4D
Complementary color
Monochromatic Colors of #1DFA4D
Black with #1DFA4D
Text Example
Text Example
White with #1DFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA4D; }
p { color: rgb(29,250,77); }
H1.HeaderClassName
{
color: #1DFA4D;
}
.AnyTagClassName
{
color: #1DFA4D;
}
</style>
background-color css
<style>
a { background-color: #1DFA4D; }
a { background-color: rgb(29,250,77); }
div.DivClassName
{
background-color: #1DFA4D;
}
.BgClassName
{
background-color: #1DFA4D;
}
</style>
border-color css
<style>
span { border-color: #1DFA4D; }
span { border-color: rgb(29,250,77); }
td.TdClassName
{
border-color: #1DFA4D;
}
.TagClassName
{
border-color: #1DFA4D;
}
</style>