Shades of Malachite #1DF03C
Tints of Malachite #1DF03C
RGB
CMYK
RGB Variations
Color information
#1DF03C (or 0x1DF03C) is known color: Malachite. HEX triplet: 1D, F0 and 3C. RGB value is (29,240,60). Sum of RGB (Red+Green+Blue) = 29+240+60=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF03C is #E20FC3. Grayscale: #9C9C9C. Windows color (decimal): -14815172 or 3993629. OLE color: 3993629.
HSL color Cylindrical-coordinate representation of color #1DF03C: hue angle of 128.82º 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 #1DF03C is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 60 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.06 |
| HSL | 128.82º | 0.88% | 0.53% | - |
| HSV(B) | 128.82º | 0.88% | 0.94% | - |
| XYZ | 32.48 | 62.91 | 14.71 | - |
| YUV | 156.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 60 | 0.88 | 0 | 0.75 | 0.06 | 128.82 | 0.88 | 0.53 |
| Hex | 1D | F0 | 3C | 58 | 0 | 4B | 6 | 81 | 58 | 35 |
| Octal | 35 | 360 | 74 | 130 | 0 | 113 | 6 | 201 | 130 | 65 |
| Binary | 11101 | 11110000 | 111100 | 1011000 | 0 | 1001011 | 110 | 10000001 | 1011000 | 110101 |
Color Harmonies of #1DF03C
Complementary color
Monochromatic Colors of #1DF03C
Black with #1DF03C
Text Example
Text Example
White with #1DF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF03C; }
p { color: rgb(29,240,60); }
H1.HeaderClassName
{
color: #1DF03C;
}
.AnyTagClassName
{
color: #1DF03C;
}
</style>
background-color css
<style>
a { background-color: #1DF03C; }
a { background-color: rgb(29,240,60); }
div.DivClassName
{
background-color: #1DF03C;
}
.BgClassName
{
background-color: #1DF03C;
}
</style>
border-color css
<style>
span { border-color: #1DF03C; }
span { border-color: rgb(29,240,60); }
td.TdClassName
{
border-color: #1DF03C;
}
.TagClassName
{
border-color: #1DF03C;
}
</style>