Shades of Malachite #1EF04D
Tints of Malachite #1EF04D
RGB
CMYK
RGB Variations
Color information
#1EF04D (or 0x1EF04D) is known color: Malachite. HEX triplet: 1E, F0 and 4D. RGB value is (30,240,77). Sum of RGB (Red+Green+Blue) = 30+240+77=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF04D is #E10FB2. Grayscale: #9F9F9F. Windows color (decimal): -14749619 or 5107742. OLE color: 5107742.
HSL color Cylindrical-coordinate representation of color #1EF04D: hue angle of 133.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF04D is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 77 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.06 |
| HSL | 133.43º | 0.88% | 0.53% | - |
| HSV(B) | 133.43º | 0.88% | 0.94% | - |
| XYZ | 33.04 | 63.13 | 17.47 | - |
| YUV | 158.63 | 81.93 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 77 | 0.87 | 0 | 0.68 | 0.06 | 133.43 | 0.88 | 0.53 |
| Hex | 1E | F0 | 4D | 57 | 0 | 44 | 6 | 85 | 58 | 35 |
| Octal | 36 | 360 | 115 | 127 | 0 | 104 | 6 | 205 | 130 | 65 |
| Binary | 11110 | 11110000 | 1001101 | 1010111 | 0 | 1000100 | 110 | 10000101 | 1011000 | 110101 |
Color Harmonies of #1EF04D
Complementary color
Monochromatic Colors of #1EF04D
Black with #1EF04D
Text Example
Text Example
White with #1EF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF04D; }
p { color: rgb(30,240,77); }
H1.HeaderClassName
{
color: #1EF04D;
}
.AnyTagClassName
{
color: #1EF04D;
}
</style>
background-color css
<style>
a { background-color: #1EF04D; }
a { background-color: rgb(30,240,77); }
div.DivClassName
{
background-color: #1EF04D;
}
.BgClassName
{
background-color: #1EF04D;
}
</style>
border-color css
<style>
span { border-color: #1EF04D; }
span { border-color: rgb(30,240,77); }
td.TdClassName
{
border-color: #1EF04D;
}
.TagClassName
{
border-color: #1EF04D;
}
</style>