Shades of Malachite #1DFD4D
Tints of Malachite #1DFD4D
RGB
CMYK
RGB Variations
Color information
#1DFD4D (or 0x1DFD4D) is known color: Malachite. HEX triplet: 1D, FD and 4D. RGB value is (29,253,77). Sum of RGB (Red+Green+Blue) = 29+253+77=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 253 (99.22% from 255 or 70.47% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFD4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFD4D is #E202B2. Grayscale: #A6A6A6. Windows color (decimal): -14811827 or 5111069. OLE color: 5111069.
HSL color Cylindrical-coordinate representation of color #1DFD4D: hue angle of 132.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFD4D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 77 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.01 |
| HSL | 132.86º | 0.98% | 0.55% | - |
| HSV(B) | 132.86º | 0.89% | 0.99% | - |
| XYZ | 36.97 | 71.05 | 18.79 | - |
| YUV | 165.96 | 77.79 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 77 | 0.89 | 0 | 0.70 | 0.01 | 132.86 | 0.98 | 0.55 |
| Hex | 1D | FD | 4D | 59 | 0 | 46 | 1 | 85 | 62 | 37 |
| Octal | 35 | 375 | 115 | 131 | 0 | 106 | 1 | 205 | 142 | 67 |
| Binary | 11101 | 11111101 | 1001101 | 1011001 | 0 | 1000110 | 1 | 10000101 | 1100010 | 110111 |
Color Harmonies of #1DFD4D
Complementary color
Monochromatic Colors of #1DFD4D
Black with #1DFD4D
Text Example
Text Example
White with #1DFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFD4D; }
p { color: rgb(29,253,77); }
H1.HeaderClassName
{
color: #1DFD4D;
}
.AnyTagClassName
{
color: #1DFD4D;
}
</style>
background-color css
<style>
a { background-color: #1DFD4D; }
a { background-color: rgb(29,253,77); }
div.DivClassName
{
background-color: #1DFD4D;
}
.BgClassName
{
background-color: #1DFD4D;
}
</style>
border-color css
<style>
span { border-color: #1DFD4D; }
span { border-color: rgb(29,253,77); }
td.TdClassName
{
border-color: #1DFD4D;
}
.TagClassName
{
border-color: #1DFD4D;
}
</style>