Shades of Malachite #1DF946
Tints of Malachite #1DF946
RGB
CMYK
RGB Variations
Color information
#1DF946 (or 0x1DF946) is known color: Malachite. HEX triplet: 1D, F9 and 46. RGB value is (29,249,70). Sum of RGB (Red+Green+Blue) = 29+249+70=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF946 is #E206B9. Grayscale: #A3A3A3. Windows color (decimal): -14812858 or 4651293. OLE color: 4651293.
HSL color Cylindrical-coordinate representation of color #1DF946: hue angle of 131.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF946 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 70 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.02 |
| HSL | 131.18º | 0.95% | 0.55% | - |
| HSV(B) | 131.18º | 0.88% | 0.98% | - |
| XYZ | 35.49 | 68.45 | 17.14 | - |
| YUV | 162.81 | 75.61 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 70 | 0.88 | 0 | 0.72 | 0.02 | 131.18 | 0.95 | 0.55 |
| Hex | 1D | F9 | 46 | 58 | 0 | 48 | 2 | 83 | 5F | 37 |
| Octal | 35 | 371 | 106 | 130 | 0 | 110 | 2 | 203 | 137 | 67 |
| Binary | 11101 | 11111001 | 1000110 | 1011000 | 0 | 1001000 | 10 | 10000011 | 1011111 | 110111 |
Color Harmonies of #1DF946
Complementary color
Monochromatic Colors of #1DF946
Black with #1DF946
Text Example
Text Example
White with #1DF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF946; }
p { color: rgb(29,249,70); }
H1.HeaderClassName
{
color: #1DF946;
}
.AnyTagClassName
{
color: #1DF946;
}
</style>
background-color css
<style>
a { background-color: #1DF946; }
a { background-color: rgb(29,249,70); }
div.DivClassName
{
background-color: #1DF946;
}
.BgClassName
{
background-color: #1DF946;
}
</style>
border-color css
<style>
span { border-color: #1DF946; }
span { border-color: rgb(29,249,70); }
td.TdClassName
{
border-color: #1DF946;
}
.TagClassName
{
border-color: #1DF946;
}
</style>