Shades of Malachite #1DEC41
Tints of Malachite #1DEC41
RGB
CMYK
RGB Variations
Color information
#1DEC41 (or 0x1DEC41) is known color: Malachite. HEX triplet: 1D, EC and 41. RGB value is (29,236,65). Sum of RGB (Red+Green+Blue) = 29+236+65=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC41 is #E213BE. Grayscale: #9B9B9B. Windows color (decimal): -14816191 or 4320285. OLE color: 4320285.
HSL color Cylindrical-coordinate representation of color #1DEC41: hue angle of 130.43º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC41 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 65 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.07 |
| HSL | 130.43º | 0.84% | 0.52% | - |
| HSV(B) | 130.43º | 0.88% | 0.93% | - |
| XYZ | 31.46 | 60.63 | 15.05 | - |
| YUV | 154.61 | 77.42 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 65 | 0.88 | 0 | 0.72 | 0.07 | 130.43 | 0.84 | 0.52 |
| Hex | 1D | EC | 41 | 58 | 0 | 48 | 7 | 82 | 54 | 34 |
| Octal | 35 | 354 | 101 | 130 | 0 | 110 | 7 | 202 | 124 | 64 |
| Binary | 11101 | 11101100 | 1000001 | 1011000 | 0 | 1001000 | 111 | 10000010 | 1010100 | 110100 |
Color Harmonies of #1DEC41
Complementary color
Monochromatic Colors of #1DEC41
Black with #1DEC41
Text Example
Text Example
White with #1DEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC41; }
p { color: rgb(29,236,65); }
H1.HeaderClassName
{
color: #1DEC41;
}
.AnyTagClassName
{
color: #1DEC41;
}
</style>
background-color css
<style>
a { background-color: #1DEC41; }
a { background-color: rgb(29,236,65); }
div.DivClassName
{
background-color: #1DEC41;
}
.BgClassName
{
background-color: #1DEC41;
}
</style>
border-color css
<style>
span { border-color: #1DEC41; }
span { border-color: rgb(29,236,65); }
td.TdClassName
{
border-color: #1DEC41;
}
.TagClassName
{
border-color: #1DEC41;
}
</style>