Shades of Malachite #1DF05C
Tints of Malachite #1DF05C
RGB
CMYK
RGB Variations
Color information
#1DF05C (or 0x1DF05C) is known color: Malachite. HEX triplet: 1D, F0 and 5C. RGB value is (29,240,92). Sum of RGB (Red+Green+Blue) = 29+240+92=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF05C is #E20FA3. Grayscale: #A0A0A0. Windows color (decimal): -14815140 or 6090781. OLE color: 6090781.
HSL color Cylindrical-coordinate representation of color #1DF05C: hue angle of 137.91º 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 #1DF05C is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 92 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.06 |
| HSL | 137.91º | 0.88% | 0.53% | - |
| HSV(B) | 137.91º | 0.88% | 0.94% | - |
| XYZ | 33.6 | 63.35 | 20.58 | - |
| YUV | 160.04 | 89.6 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 92 | 0.88 | 0 | 0.62 | 0.06 | 137.91 | 0.88 | 0.53 |
| Hex | 1D | F0 | 5C | 58 | 0 | 3E | 6 | 8A | 58 | 35 |
| Octal | 35 | 360 | 134 | 130 | 0 | 76 | 6 | 212 | 130 | 65 |
| Binary | 11101 | 11110000 | 1011100 | 1011000 | 0 | 111110 | 110 | 10001010 | 1011000 | 110101 |
Color Harmonies of #1DF05C
Complementary color
Monochromatic Colors of #1DF05C
Black with #1DF05C
Text Example
Text Example
White with #1DF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF05C; }
p { color: rgb(29,240,92); }
H1.HeaderClassName
{
color: #1DF05C;
}
.AnyTagClassName
{
color: #1DF05C;
}
</style>
background-color css
<style>
a { background-color: #1DF05C; }
a { background-color: rgb(29,240,92); }
div.DivClassName
{
background-color: #1DF05C;
}
.BgClassName
{
background-color: #1DF05C;
}
</style>
border-color css
<style>
span { border-color: #1DF05C; }
span { border-color: rgb(29,240,92); }
td.TdClassName
{
border-color: #1DF05C;
}
.TagClassName
{
border-color: #1DF05C;
}
</style>