Shades of Malachite #1DF03D
Tints of Malachite #1DF03D
RGB
CMYK
RGB Variations
Color information
#1DF03D (or 0x1DF03D) is known color: Malachite. HEX triplet: 1D, F0 and 3D. RGB value is (29,240,61). Sum of RGB (Red+Green+Blue) = 29+240+61=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF03D is #E20FC2. Grayscale: #9D9D9D. Windows color (decimal): -14815171 or 4059165. OLE color: 4059165.
HSL color Cylindrical-coordinate representation of color #1DF03D: hue angle of 129.1º 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 #1DF03D is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 61 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.06 |
| HSL | 129.1º | 0.88% | 0.53% | - |
| HSV(B) | 129.1º | 0.88% | 0.94% | - |
| XYZ | 32.51 | 62.92 | 14.85 | - |
| YUV | 156.51 | 74.1 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 61 | 0.88 | 0 | 0.75 | 0.06 | 129.1 | 0.88 | 0.53 |
| Hex | 1D | F0 | 3D | 58 | 0 | 4B | 6 | 81 | 58 | 35 |
| Octal | 35 | 360 | 75 | 130 | 0 | 113 | 6 | 201 | 130 | 65 |
| Binary | 11101 | 11110000 | 111101 | 1011000 | 0 | 1001011 | 110 | 10000001 | 1011000 | 110101 |
Color Harmonies of #1DF03D
Complementary color
Monochromatic Colors of #1DF03D
Black with #1DF03D
Text Example
Text Example
White with #1DF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF03D; }
p { color: rgb(29,240,61); }
H1.HeaderClassName
{
color: #1DF03D;
}
.AnyTagClassName
{
color: #1DF03D;
}
</style>
background-color css
<style>
a { background-color: #1DF03D; }
a { background-color: rgb(29,240,61); }
div.DivClassName
{
background-color: #1DF03D;
}
.BgClassName
{
background-color: #1DF03D;
}
</style>
border-color css
<style>
span { border-color: #1DF03D; }
span { border-color: rgb(29,240,61); }
td.TdClassName
{
border-color: #1DF03D;
}
.TagClassName
{
border-color: #1DF03D;
}
</style>