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