Shades of Malachite #1DF24F
Tints of Malachite #1DF24F
RGB
CMYK
RGB Variations
Color information
#1DF24F (or 0x1DF24F) is known color: Malachite. HEX triplet: 1D, F2 and 4F. RGB value is (29,242,79). Sum of RGB (Red+Green+Blue) = 29+242+79=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF24F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF24F is #E20DB0. Grayscale: #A0A0A0. Windows color (decimal): -14814641 or 5239325. OLE color: 5239325.
HSL color Cylindrical-coordinate representation of color #1DF24F: hue angle of 134.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF24F is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 79 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.05 |
| HSL | 134.08º | 0.89% | 0.53% | - |
| HSV(B) | 134.08º | 0.88% | 0.95% | - |
| XYZ | 33.67 | 64.33 | 18.04 | - |
| YUV | 159.73 | 82.43 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 79 | 0.88 | 0 | 0.67 | 0.05 | 134.08 | 0.89 | 0.53 |
| Hex | 1D | F2 | 4F | 58 | 0 | 43 | 5 | 86 | 59 | 35 |
| Octal | 35 | 362 | 117 | 130 | 0 | 103 | 5 | 206 | 131 | 65 |
| Binary | 11101 | 11110010 | 1001111 | 1011000 | 0 | 1000011 | 101 | 10000110 | 1011001 | 110101 |
Color Harmonies of #1DF24F
Complementary color
Monochromatic Colors of #1DF24F
Black with #1DF24F
Text Example
Text Example
White with #1DF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF24F; }
p { color: rgb(29,242,79); }
H1.HeaderClassName
{
color: #1DF24F;
}
.AnyTagClassName
{
color: #1DF24F;
}
</style>
background-color css
<style>
a { background-color: #1DF24F; }
a { background-color: rgb(29,242,79); }
div.DivClassName
{
background-color: #1DF24F;
}
.BgClassName
{
background-color: #1DF24F;
}
</style>
border-color css
<style>
span { border-color: #1DF24F; }
span { border-color: rgb(29,242,79); }
td.TdClassName
{
border-color: #1DF24F;
}
.TagClassName
{
border-color: #1DF24F;
}
</style>