Shades of Malachite #1DF148
Tints of Malachite #1DF148
RGB
CMYK
RGB Variations
Color information
#1DF148 (or 0x1DF148) is known color: Malachite. HEX triplet: 1D, F1 and 48. RGB value is (29,241,72). Sum of RGB (Red+Green+Blue) = 29+241+72=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF148 is #E20EB7. Grayscale: #9E9E9E. Windows color (decimal): -14814904 or 4780317. OLE color: 4780317.
HSL color Cylindrical-coordinate representation of color #1DF148: hue angle of 132.17º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF148 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 72 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.05 |
| HSL | 132.17º | 0.88% | 0.53% | - |
| HSV(B) | 132.17º | 0.88% | 0.95% | - |
| XYZ | 33.13 | 63.64 | 16.67 | - |
| YUV | 158.35 | 79.26 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 72 | 0.88 | 0 | 0.70 | 0.05 | 132.17 | 0.88 | 0.53 |
| Hex | 1D | F1 | 48 | 58 | 0 | 46 | 5 | 84 | 58 | 35 |
| Octal | 35 | 361 | 110 | 130 | 0 | 106 | 5 | 204 | 130 | 65 |
| Binary | 11101 | 11110001 | 1001000 | 1011000 | 0 | 1000110 | 101 | 10000100 | 1011000 | 110101 |
Color Harmonies of #1DF148
Complementary color
Monochromatic Colors of #1DF148
Black with #1DF148
Text Example
Text Example
White with #1DF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF148; }
p { color: rgb(29,241,72); }
H1.HeaderClassName
{
color: #1DF148;
}
.AnyTagClassName
{
color: #1DF148;
}
</style>
background-color css
<style>
a { background-color: #1DF148; }
a { background-color: rgb(29,241,72); }
div.DivClassName
{
background-color: #1DF148;
}
.BgClassName
{
background-color: #1DF148;
}
</style>
border-color css
<style>
span { border-color: #1DF148; }
span { border-color: rgb(29,241,72); }
td.TdClassName
{
border-color: #1DF148;
}
.TagClassName
{
border-color: #1DF148;
}
</style>