Shades of Malachite #1DF758
Tints of Malachite #1DF758
RGB
CMYK
RGB Variations
Color information
#1DF758 (or 0x1DF758) is known color: Malachite. HEX triplet: 1D, F7 and 58. RGB value is (29,247,88). Sum of RGB (Red+Green+Blue) = 29+247+88=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF758 is #E208A7. Grayscale: #A4A4A4. Windows color (decimal): -14813352 or 5830429. OLE color: 5830429.
HSL color Cylindrical-coordinate representation of color #1DF758: hue angle of 136.24º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF758 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 88 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.03 |
| HSL | 136.24º | 0.93% | 0.54% | - |
| HSV(B) | 136.24º | 0.88% | 0.97% | - |
| XYZ | 35.53 | 67.49 | 20.39 | - |
| YUV | 163.69 | 85.28 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 88 | 0.88 | 0 | 0.64 | 0.03 | 136.24 | 0.93 | 0.54 |
| Hex | 1D | F7 | 58 | 58 | 0 | 40 | 3 | 88 | 5D | 36 |
| Octal | 35 | 367 | 130 | 130 | 0 | 100 | 3 | 210 | 135 | 66 |
| Binary | 11101 | 11110111 | 1011000 | 1011000 | 0 | 1000000 | 11 | 10001000 | 1011101 | 110110 |
Color Harmonies of #1DF758
Complementary color
Monochromatic Colors of #1DF758
Black with #1DF758
Text Example
Text Example
White with #1DF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF758; }
p { color: rgb(29,247,88); }
H1.HeaderClassName
{
color: #1DF758;
}
.AnyTagClassName
{
color: #1DF758;
}
</style>
background-color css
<style>
a { background-color: #1DF758; }
a { background-color: rgb(29,247,88); }
div.DivClassName
{
background-color: #1DF758;
}
.BgClassName
{
background-color: #1DF758;
}
</style>
border-color css
<style>
span { border-color: #1DF758; }
span { border-color: rgb(29,247,88); }
td.TdClassName
{
border-color: #1DF758;
}
.TagClassName
{
border-color: #1DF758;
}
</style>