Shades of Malachite #1DF048
Tints of Malachite #1DF048
RGB
CMYK
RGB Variations
Color information
#1DF048 (or 0x1DF048) is known color: Malachite. HEX triplet: 1D, F0 and 48. RGB value is (29,240,72). Sum of RGB (Red+Green+Blue) = 29+240+72=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF048 is #E20FB7. Grayscale: #9E9E9E. Windows color (decimal): -14815160 or 4780061. OLE color: 4780061.
HSL color Cylindrical-coordinate representation of color #1DF048: hue angle of 132.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF048 is Cyan = 0.88, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 72 | - |
| CMYK | 0.88 | 0 | 0.7 | 0.06 |
| HSL | 132.23º | 0.88% | 0.53% | - |
| HSV(B) | 132.23º | 0.88% | 0.94% | - |
| XYZ | 32.84 | 63.05 | 16.57 | - |
| YUV | 157.76 | 79.6 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 72 | 0.88 | 0 | 0.7 | 0.06 | 132.23 | 0.88 | 0.53 |
| Hex | 1D | F0 | 48 | 58 | 0 | 46 | 6 | 84 | 58 | 35 |
| Octal | 35 | 360 | 110 | 130 | 0 | 106 | 6 | 204 | 130 | 65 |
| Binary | 11101 | 11110000 | 1001000 | 1011000 | 0 | 1000110 | 110 | 10000100 | 1011000 | 110101 |
Color Harmonies of #1DF048
Complementary color
Monochromatic Colors of #1DF048
Black with #1DF048
Text Example
Text Example
White with #1DF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF048; }
p { color: rgb(29,240,72); }
H1.HeaderClassName
{
color: #1DF048;
}
.AnyTagClassName
{
color: #1DF048;
}
</style>
background-color css
<style>
a { background-color: #1DF048; }
a { background-color: rgb(29,240,72); }
div.DivClassName
{
background-color: #1DF048;
}
.BgClassName
{
background-color: #1DF048;
}
</style>
border-color css
<style>
span { border-color: #1DF048; }
span { border-color: rgb(29,240,72); }
td.TdClassName
{
border-color: #1DF048;
}
.TagClassName
{
border-color: #1DF048;
}
</style>