Shades of Malachite #1DF73B
Tints of Malachite #1DF73B
RGB
CMYK
RGB Variations
Color information
#1DF73B (or 0x1DF73B) is known color: Malachite. HEX triplet: 1D, F7 and 3B. RGB value is (29,247,59). Sum of RGB (Red+Green+Blue) = 29+247+59=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 247 (96.88% from 255 or 73.73% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF73B is #E208C4. Grayscale: #A0A0A0. Windows color (decimal): -14813381 or 3929885. OLE color: 3929885.
HSL color Cylindrical-coordinate representation of color #1DF73B: hue angle of 128.26º 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 #1DF73B is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 59 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.03 |
| HSL | 128.26º | 0.93% | 0.54% | - |
| HSV(B) | 128.26º | 0.88% | 0.97% | - |
| XYZ | 34.56 | 67.1 | 15.27 | - |
| YUV | 160.39 | 70.78 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 59 | 0.88 | 0 | 0.76 | 0.03 | 128.26 | 0.93 | 0.54 |
| Hex | 1D | F7 | 3B | 58 | 0 | 4C | 3 | 80 | 5D | 36 |
| Octal | 35 | 367 | 73 | 130 | 0 | 114 | 3 | 200 | 135 | 66 |
| Binary | 11101 | 11110111 | 111011 | 1011000 | 0 | 1001100 | 11 | 10000000 | 1011101 | 110110 |
Color Harmonies of #1DF73B
Complementary color
Monochromatic Colors of #1DF73B
Black with #1DF73B
Text Example
Text Example
White with #1DF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF73B; }
p { color: rgb(29,247,59); }
H1.HeaderClassName
{
color: #1DF73B;
}
.AnyTagClassName
{
color: #1DF73B;
}
</style>
background-color css
<style>
a { background-color: #1DF73B; }
a { background-color: rgb(29,247,59); }
div.DivClassName
{
background-color: #1DF73B;
}
.BgClassName
{
background-color: #1DF73B;
}
</style>
border-color css
<style>
span { border-color: #1DF73B; }
span { border-color: rgb(29,247,59); }
td.TdClassName
{
border-color: #1DF73B;
}
.TagClassName
{
border-color: #1DF73B;
}
</style>