Shades of Malachite #1DF146
Tints of Malachite #1DF146
RGB
CMYK
RGB Variations
Color information
#1DF146 (or 0x1DF146) is known color: Malachite. HEX triplet: 1D, F1 and 46. RGB value is (29,241,70). Sum of RGB (Red+Green+Blue) = 29+241+70=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF146 is #E20EB9. Grayscale: #9E9E9E. Windows color (decimal): -14814906 or 4649245. OLE color: 4649245.
HSL color Cylindrical-coordinate representation of color #1DF146: hue angle of 131.6º 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 #1DF146 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 70 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.05 |
| HSL | 131.6º | 0.88% | 0.53% | - |
| HSV(B) | 131.6º | 0.88% | 0.95% | - |
| XYZ | 33.07 | 63.61 | 16.33 | - |
| YUV | 158.12 | 78.26 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 70 | 0.88 | 0 | 0.71 | 0.05 | 131.6 | 0.88 | 0.53 |
| Hex | 1D | F1 | 46 | 58 | 0 | 47 | 5 | 84 | 58 | 35 |
| Octal | 35 | 361 | 106 | 130 | 0 | 107 | 5 | 204 | 130 | 65 |
| Binary | 11101 | 11110001 | 1000110 | 1011000 | 0 | 1000111 | 101 | 10000100 | 1011000 | 110101 |
Color Harmonies of #1DF146
Complementary color
Monochromatic Colors of #1DF146
Black with #1DF146
Text Example
Text Example
White with #1DF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF146; }
p { color: rgb(29,241,70); }
H1.HeaderClassName
{
color: #1DF146;
}
.AnyTagClassName
{
color: #1DF146;
}
</style>
background-color css
<style>
a { background-color: #1DF146; }
a { background-color: rgb(29,241,70); }
div.DivClassName
{
background-color: #1DF146;
}
.BgClassName
{
background-color: #1DF146;
}
</style>
border-color css
<style>
span { border-color: #1DF146; }
span { border-color: rgb(29,241,70); }
td.TdClassName
{
border-color: #1DF146;
}
.TagClassName
{
border-color: #1DF146;
}
</style>