Shades of Malachite #1DF05E
Tints of Malachite #1DF05E
RGB
CMYK
RGB Variations
Color information
#1DF05E (or 0x1DF05E) is known color: Malachite. HEX triplet: 1D, F0 and 5E. RGB value is (29,240,94). Sum of RGB (Red+Green+Blue) = 29+240+94=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF05E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF05E is #E20FA1. Grayscale: #A0A0A0. Windows color (decimal): -14815138 or 6221853. OLE color: 6221853.
HSL color Cylindrical-coordinate representation of color #1DF05E: hue angle of 138.48º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF05E is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 94 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.06 |
| HSL | 138.48º | 0.88% | 0.53% | - |
| HSV(B) | 138.48º | 0.88% | 0.94% | - |
| XYZ | 33.69 | 63.39 | 21.05 | - |
| YUV | 160.27 | 90.6 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 94 | 0.88 | 0 | 0.61 | 0.06 | 138.48 | 0.88 | 0.53 |
| Hex | 1D | F0 | 5E | 58 | 0 | 3D | 6 | 8A | 58 | 35 |
| Octal | 35 | 360 | 136 | 130 | 0 | 75 | 6 | 212 | 130 | 65 |
| Binary | 11101 | 11110000 | 1011110 | 1011000 | 0 | 111101 | 110 | 10001010 | 1011000 | 110101 |
Color Harmonies of #1DF05E
Complementary color
Monochromatic Colors of #1DF05E
Black with #1DF05E
Text Example
Text Example
White with #1DF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF05E; }
p { color: rgb(29,240,94); }
H1.HeaderClassName
{
color: #1DF05E;
}
.AnyTagClassName
{
color: #1DF05E;
}
</style>
background-color css
<style>
a { background-color: #1DF05E; }
a { background-color: rgb(29,240,94); }
div.DivClassName
{
background-color: #1DF05E;
}
.BgClassName
{
background-color: #1DF05E;
}
</style>
border-color css
<style>
span { border-color: #1DF05E; }
span { border-color: rgb(29,240,94); }
td.TdClassName
{
border-color: #1DF05E;
}
.TagClassName
{
border-color: #1DF05E;
}
</style>