Shades of Malachite #1DF13E
Tints of Malachite #1DF13E
RGB
CMYK
RGB Variations
Color information
#1DF13E (or 0x1DF13E) is known color: Malachite. HEX triplet: 1D, F1 and 3E. RGB value is (29,241,62). Sum of RGB (Red+Green+Blue) = 29+241+62=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF13E is #E20EC1. Grayscale: #9D9D9D. Windows color (decimal): -14814914 or 4124957. OLE color: 4124957.
HSL color Cylindrical-coordinate representation of color #1DF13E: hue angle of 129.34º degrees, saturation: 0.88, 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 #1DF13E is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 62 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.05 |
| HSL | 129.34º | 0.88% | 0.53% | - |
| HSV(B) | 129.34º | 0.88% | 0.95% | - |
| XYZ | 32.83 | 63.52 | 15.09 | - |
| YUV | 157.21 | 74.26 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 62 | 0.88 | 0 | 0.74 | 0.05 | 129.34 | 0.88 | 0.53 |
| Hex | 1D | F1 | 3E | 58 | 0 | 4A | 5 | 81 | 58 | 35 |
| Octal | 35 | 361 | 76 | 130 | 0 | 112 | 5 | 201 | 130 | 65 |
| Binary | 11101 | 11110001 | 111110 | 1011000 | 0 | 1001010 | 101 | 10000001 | 1011000 | 110101 |
Color Harmonies of #1DF13E
Complementary color
Monochromatic Colors of #1DF13E
Black with #1DF13E
Text Example
Text Example
White with #1DF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF13E; }
p { color: rgb(29,241,62); }
H1.HeaderClassName
{
color: #1DF13E;
}
.AnyTagClassName
{
color: #1DF13E;
}
</style>
background-color css
<style>
a { background-color: #1DF13E; }
a { background-color: rgb(29,241,62); }
div.DivClassName
{
background-color: #1DF13E;
}
.BgClassName
{
background-color: #1DF13E;
}
</style>
border-color css
<style>
span { border-color: #1DF13E; }
span { border-color: rgb(29,241,62); }
td.TdClassName
{
border-color: #1DF13E;
}
.TagClassName
{
border-color: #1DF13E;
}
</style>