Shades of Malachite #1DFF4D
Tints of Malachite #1DFF4D
RGB
CMYK
RGB Variations
Color information
#1DFF4D (or 0x1DFF4D) is known color: Malachite. HEX triplet: 1D, FF and 4D. RGB value is (29,255,77). Sum of RGB (Red+Green+Blue) = 29+255+77=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF4D is #E200B2. Grayscale: #A7A7A7. Windows color (decimal): -14811315 or 5111581. OLE color: 5111581.
HSL color Cylindrical-coordinate representation of color #1DFF4D: hue angle of 132.74º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF4D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 77 | - |
| CMYK | 0.89 | 0 | 0.70 | 0 |
| HSL | 132.74º | 1% | 0.56% | - |
| HSV(B) | 132.74º | 0.89% | 1% | - |
| XYZ | 37.61 | 72.32 | 19 | - |
| YUV | 167.13 | 77.13 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 77 | 0.89 | 0 | 0.70 | 0 | 132.74 | 1 | 0.56 |
| Hex | 1D | FF | 4D | 59 | 0 | 46 | 0 | 85 | 64 | 38 |
| Octal | 35 | 377 | 115 | 131 | 0 | 106 | 0 | 205 | 144 | 70 |
| Binary | 11101 | 11111111 | 1001101 | 1011001 | 0 | 1000110 | 0 | 10000101 | 1100100 | 111000 |
Color Harmonies of #1DFF4D
Complementary color
Monochromatic Colors of #1DFF4D
Black with #1DFF4D
Text Example
Text Example
White with #1DFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF4D; }
p { color: rgb(29,255,77); }
H1.HeaderClassName
{
color: #1DFF4D;
}
.AnyTagClassName
{
color: #1DFF4D;
}
</style>
background-color css
<style>
a { background-color: #1DFF4D; }
a { background-color: rgb(29,255,77); }
div.DivClassName
{
background-color: #1DFF4D;
}
.BgClassName
{
background-color: #1DFF4D;
}
</style>
border-color css
<style>
span { border-color: #1DFF4D; }
span { border-color: rgb(29,255,77); }
td.TdClassName
{
border-color: #1DFF4D;
}
.TagClassName
{
border-color: #1DFF4D;
}
</style>