Shades of Malachite #1EFA4D
Tints of Malachite #1EFA4D
RGB
CMYK
RGB Variations
Color information
#1EFA4D (or 0x1EFA4D) is known color: Malachite. HEX triplet: 1E, FA and 4D. RGB value is (30,250,77). Sum of RGB (Red+Green+Blue) = 30+250+77=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFA4D is #E105B2. Grayscale: #A4A4A4. Windows color (decimal): -14747059 or 5110302. OLE color: 5110302.
HSL color Cylindrical-coordinate representation of color #1EFA4D: hue angle of 132.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA4D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 77 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.02 |
| HSL | 132.82º | 0.96% | 0.55% | - |
| HSV(B) | 132.82º | 0.88% | 0.98% | - |
| XYZ | 36.06 | 69.18 | 18.47 | - |
| YUV | 164.5 | 78.61 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 77 | 0.88 | 0 | 0.69 | 0.02 | 132.82 | 0.96 | 0.55 |
| Hex | 1E | FA | 4D | 58 | 0 | 45 | 2 | 85 | 60 | 37 |
| Octal | 36 | 372 | 115 | 130 | 0 | 105 | 2 | 205 | 140 | 67 |
| Binary | 11110 | 11111010 | 1001101 | 1011000 | 0 | 1000101 | 10 | 10000101 | 1100000 | 110111 |
Color Harmonies of #1EFA4D
Complementary color
Monochromatic Colors of #1EFA4D
Black with #1EFA4D
Text Example
Text Example
White with #1EFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA4D; }
p { color: rgb(30,250,77); }
H1.HeaderClassName
{
color: #1EFA4D;
}
.AnyTagClassName
{
color: #1EFA4D;
}
</style>
background-color css
<style>
a { background-color: #1EFA4D; }
a { background-color: rgb(30,250,77); }
div.DivClassName
{
background-color: #1EFA4D;
}
.BgClassName
{
background-color: #1EFA4D;
}
</style>
border-color css
<style>
span { border-color: #1EFA4D; }
span { border-color: rgb(30,250,77); }
td.TdClassName
{
border-color: #1EFA4D;
}
.TagClassName
{
border-color: #1EFA4D;
}
</style>