Shades of Malachite #1DF64F
Tints of Malachite #1DF64F
RGB
CMYK
RGB Variations
Color information
#1DF64F (or 0x1DF64F) is known color: Malachite. HEX triplet: 1D, F6 and 4F. RGB value is (29,246,79). Sum of RGB (Red+Green+Blue) = 29+246+79=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF64F is #E209B0. Grayscale: #A2A2A2. Windows color (decimal): -14813617 or 5240349. OLE color: 5240349.
HSL color Cylindrical-coordinate representation of color #1DF64F: hue angle of 133.82º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF64F is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 79 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.04 |
| HSL | 133.82º | 0.92% | 0.54% | - |
| HSV(B) | 133.82º | 0.88% | 0.96% | - |
| XYZ | 34.87 | 66.74 | 18.44 | - |
| YUV | 162.08 | 81.11 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 79 | 0.88 | 0 | 0.68 | 0.04 | 133.82 | 0.92 | 0.54 |
| Hex | 1D | F6 | 4F | 58 | 0 | 44 | 4 | 86 | 5C | 36 |
| Octal | 35 | 366 | 117 | 130 | 0 | 104 | 4 | 206 | 134 | 66 |
| Binary | 11101 | 11110110 | 1001111 | 1011000 | 0 | 1000100 | 100 | 10000110 | 1011100 | 110110 |
Color Harmonies of #1DF64F
Complementary color
Monochromatic Colors of #1DF64F
Black with #1DF64F
Text Example
Text Example
White with #1DF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF64F; }
p { color: rgb(29,246,79); }
H1.HeaderClassName
{
color: #1DF64F;
}
.AnyTagClassName
{
color: #1DF64F;
}
</style>
background-color css
<style>
a { background-color: #1DF64F; }
a { background-color: rgb(29,246,79); }
div.DivClassName
{
background-color: #1DF64F;
}
.BgClassName
{
background-color: #1DF64F;
}
</style>
border-color css
<style>
span { border-color: #1DF64F; }
span { border-color: rgb(29,246,79); }
td.TdClassName
{
border-color: #1DF64F;
}
.TagClassName
{
border-color: #1DF64F;
}
</style>