Shades of Malachite #1DF05F
Tints of Malachite #1DF05F
RGB
CMYK
RGB Variations
Color information
#1DF05F (or 0x1DF05F) is known color: Malachite. HEX triplet: 1D, F0 and 5F. RGB value is (29,240,95). Sum of RGB (Red+Green+Blue) = 29+240+95=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF05F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF05F is #E20FA0. Grayscale: #A0A0A0. Windows color (decimal): -14815137 or 6287389. OLE color: 6287389.
HSL color Cylindrical-coordinate representation of color #1DF05F: hue angle of 138.77º 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 #1DF05F is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 95 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.06 |
| HSL | 138.77º | 0.88% | 0.53% | - |
| HSV(B) | 138.77º | 0.88% | 0.94% | - |
| XYZ | 33.73 | 63.41 | 21.29 | - |
| YUV | 160.38 | 91.1 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 95 | 0.88 | 0 | 0.60 | 0.06 | 138.77 | 0.88 | 0.53 |
| Hex | 1D | F0 | 5F | 58 | 0 | 3C | 6 | 8B | 58 | 35 |
| Octal | 35 | 360 | 137 | 130 | 0 | 74 | 6 | 213 | 130 | 65 |
| Binary | 11101 | 11110000 | 1011111 | 1011000 | 0 | 111100 | 110 | 10001011 | 1011000 | 110101 |
Color Harmonies of #1DF05F
Complementary color
Monochromatic Colors of #1DF05F
Black with #1DF05F
Text Example
Text Example
White with #1DF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF05F; }
p { color: rgb(29,240,95); }
H1.HeaderClassName
{
color: #1DF05F;
}
.AnyTagClassName
{
color: #1DF05F;
}
</style>
background-color css
<style>
a { background-color: #1DF05F; }
a { background-color: rgb(29,240,95); }
div.DivClassName
{
background-color: #1DF05F;
}
.BgClassName
{
background-color: #1DF05F;
}
</style>
border-color css
<style>
span { border-color: #1DF05F; }
span { border-color: rgb(29,240,95); }
td.TdClassName
{
border-color: #1DF05F;
}
.TagClassName
{
border-color: #1DF05F;
}
</style>