Shades of Malachite #1DF65E
Tints of Malachite #1DF65E
RGB
CMYK
RGB Variations
Color information
#1DF65E (or 0x1DF65E) is known color: Malachite. HEX triplet: 1D, F6 and 5E. RGB value is (29,246,94). Sum of RGB (Red+Green+Blue) = 29+246+94=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF65E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF65E is #E209A1. Grayscale: #A4A4A4. Windows color (decimal): -14813602 or 6223389. OLE color: 6223389.
HSL color Cylindrical-coordinate representation of color #1DF65E: hue angle of 137.97º 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 #1DF65E is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 94 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.04 |
| HSL | 137.97º | 0.92% | 0.54% | - |
| HSV(B) | 137.97º | 0.88% | 0.96% | - |
| XYZ | 35.48 | 66.98 | 21.65 | - |
| YUV | 163.79 | 88.61 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 94 | 0.88 | 0 | 0.62 | 0.04 | 137.97 | 0.92 | 0.54 |
| Hex | 1D | F6 | 5E | 58 | 0 | 3E | 4 | 8A | 5C | 36 |
| Octal | 35 | 366 | 136 | 130 | 0 | 76 | 4 | 212 | 134 | 66 |
| Binary | 11101 | 11110110 | 1011110 | 1011000 | 0 | 111110 | 100 | 10001010 | 1011100 | 110110 |
Color Harmonies of #1DF65E
Complementary color
Monochromatic Colors of #1DF65E
Black with #1DF65E
Text Example
Text Example
White with #1DF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF65E; }
p { color: rgb(29,246,94); }
H1.HeaderClassName
{
color: #1DF65E;
}
.AnyTagClassName
{
color: #1DF65E;
}
</style>
background-color css
<style>
a { background-color: #1DF65E; }
a { background-color: rgb(29,246,94); }
div.DivClassName
{
background-color: #1DF65E;
}
.BgClassName
{
background-color: #1DF65E;
}
</style>
border-color css
<style>
span { border-color: #1DF65E; }
span { border-color: rgb(29,246,94); }
td.TdClassName
{
border-color: #1DF65E;
}
.TagClassName
{
border-color: #1DF65E;
}
</style>