Shades of Malachite #1DF53A
Tints of Malachite #1DF53A
RGB
CMYK
RGB Variations
Color information
#1DF53A (or 0x1DF53A) is known color: Malachite. HEX triplet: 1D, F5 and 3A. RGB value is (29,245,58). Sum of RGB (Red+Green+Blue) = 29+245+58=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF53A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF53A is #E20AC5. Grayscale: #9F9F9F. Windows color (decimal): -14813894 or 3863837. OLE color: 3863837.
HSL color Cylindrical-coordinate representation of color #1DF53A: hue angle of 128.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF53A is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 58 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.04 |
| HSL | 128.06º | 0.92% | 0.54% | - |
| HSV(B) | 128.06º | 0.88% | 0.96% | - |
| XYZ | 33.92 | 65.87 | 14.93 | - |
| YUV | 159.1 | 70.94 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 58 | 0.88 | 0 | 0.76 | 0.04 | 128.06 | 0.92 | 0.54 |
| Hex | 1D | F5 | 3A | 58 | 0 | 4C | 4 | 80 | 5C | 36 |
| Octal | 35 | 365 | 72 | 130 | 0 | 114 | 4 | 200 | 134 | 66 |
| Binary | 11101 | 11110101 | 111010 | 1011000 | 0 | 1001100 | 100 | 10000000 | 1011100 | 110110 |
Color Harmonies of #1DF53A
Complementary color
Monochromatic Colors of #1DF53A
Black with #1DF53A
Text Example
Text Example
White with #1DF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF53A; }
p { color: rgb(29,245,58); }
H1.HeaderClassName
{
color: #1DF53A;
}
.AnyTagClassName
{
color: #1DF53A;
}
</style>
background-color css
<style>
a { background-color: #1DF53A; }
a { background-color: rgb(29,245,58); }
div.DivClassName
{
background-color: #1DF53A;
}
.BgClassName
{
background-color: #1DF53A;
}
</style>
border-color css
<style>
span { border-color: #1DF53A; }
span { border-color: rgb(29,245,58); }
td.TdClassName
{
border-color: #1DF53A;
}
.TagClassName
{
border-color: #1DF53A;
}
</style>