Shades of Malachite #1DF73C
Tints of Malachite #1DF73C
RGB
CMYK
RGB Variations
Color information
#1DF73C (or 0x1DF73C) is known color: Malachite. HEX triplet: 1D, F7 and 3C. RGB value is (29,247,60). Sum of RGB (Red+Green+Blue) = 29+247+60=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF73C is #E208C3. Grayscale: #A1A1A1. Windows color (decimal): -14813380 or 3995421. OLE color: 3995421.
HSL color Cylindrical-coordinate representation of color #1DF73C: hue angle of 128.53º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF73C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 60 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.03 |
| HSL | 128.53º | 0.93% | 0.54% | - |
| HSV(B) | 128.53º | 0.88% | 0.97% | - |
| XYZ | 34.58 | 67.11 | 15.41 | - |
| YUV | 160.5 | 71.28 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 60 | 0.88 | 0 | 0.76 | 0.03 | 128.53 | 0.93 | 0.54 |
| Hex | 1D | F7 | 3C | 58 | 0 | 4C | 3 | 81 | 5D | 36 |
| Octal | 35 | 367 | 74 | 130 | 0 | 114 | 3 | 201 | 135 | 66 |
| Binary | 11101 | 11110111 | 111100 | 1011000 | 0 | 1001100 | 11 | 10000001 | 1011101 | 110110 |
Color Harmonies of #1DF73C
Complementary color
Monochromatic Colors of #1DF73C
Black with #1DF73C
Text Example
Text Example
White with #1DF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF73C; }
p { color: rgb(29,247,60); }
H1.HeaderClassName
{
color: #1DF73C;
}
.AnyTagClassName
{
color: #1DF73C;
}
</style>
background-color css
<style>
a { background-color: #1DF73C; }
a { background-color: rgb(29,247,60); }
div.DivClassName
{
background-color: #1DF73C;
}
.BgClassName
{
background-color: #1DF73C;
}
</style>
border-color css
<style>
span { border-color: #1DF73C; }
span { border-color: rgb(29,247,60); }
td.TdClassName
{
border-color: #1DF73C;
}
.TagClassName
{
border-color: #1DF73C;
}
</style>