Shades of Malachite #1DF541
Tints of Malachite #1DF541
RGB
CMYK
RGB Variations
Color information
#1DF541 (or 0x1DF541) is known color: Malachite. HEX triplet: 1D, F5 and 41. RGB value is (29,245,65). Sum of RGB (Red+Green+Blue) = 29+245+65=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF541 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF541 is #E20ABE. Grayscale: #A0A0A0. Windows color (decimal): -14813887 or 4322589. OLE color: 4322589.
HSL color Cylindrical-coordinate representation of color #1DF541: hue angle of 130º 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 #1DF541 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 65 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.04 |
| HSL | 130º | 0.92% | 0.54% | - |
| HSV(B) | 130º | 0.88% | 0.96% | - |
| XYZ | 34.11 | 65.95 | 15.93 | - |
| YUV | 159.9 | 74.44 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 65 | 0.88 | 0 | 0.73 | 0.04 | 130 | 0.92 | 0.54 |
| Hex | 1D | F5 | 41 | 58 | 0 | 49 | 4 | 82 | 5C | 36 |
| Octal | 35 | 365 | 101 | 130 | 0 | 111 | 4 | 202 | 134 | 66 |
| Binary | 11101 | 11110101 | 1000001 | 1011000 | 0 | 1001001 | 100 | 10000010 | 1011100 | 110110 |
Color Harmonies of #1DF541
Complementary color
Monochromatic Colors of #1DF541
Black with #1DF541
Text Example
Text Example
White with #1DF541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF541; }
p { color: rgb(29,245,65); }
H1.HeaderClassName
{
color: #1DF541;
}
.AnyTagClassName
{
color: #1DF541;
}
</style>
background-color css
<style>
a { background-color: #1DF541; }
a { background-color: rgb(29,245,65); }
div.DivClassName
{
background-color: #1DF541;
}
.BgClassName
{
background-color: #1DF541;
}
</style>
border-color css
<style>
span { border-color: #1DF541; }
span { border-color: rgb(29,245,65); }
td.TdClassName
{
border-color: #1DF541;
}
.TagClassName
{
border-color: #1DF541;
}
</style>