Shades of Malachite #1EFC4D
Tints of Malachite #1EFC4D
RGB
CMYK
RGB Variations
Color information
#1EFC4D (or 0x1EFC4D) is known color: Malachite. HEX triplet: 1E, FC and 4D. RGB value is (30,252,77). Sum of RGB (Red+Green+Blue) = 30+252+77=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFC4D is #E103B2. Grayscale: #A6A6A6. Windows color (decimal): -14746547 or 5110814. OLE color: 5110814.
HSL color Cylindrical-coordinate representation of color #1EFC4D: hue angle of 132.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC4D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 77 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.01 |
| HSL | 132.7º | 0.97% | 0.55% | - |
| HSV(B) | 132.7º | 0.88% | 0.99% | - |
| XYZ | 36.69 | 70.43 | 18.68 | - |
| YUV | 165.67 | 77.95 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 77 | 0.88 | 0 | 0.69 | 0.01 | 132.7 | 0.97 | 0.55 |
| Hex | 1E | FC | 4D | 58 | 0 | 45 | 1 | 85 | 61 | 37 |
| Octal | 36 | 374 | 115 | 130 | 0 | 105 | 1 | 205 | 141 | 67 |
| Binary | 11110 | 11111100 | 1001101 | 1011000 | 0 | 1000101 | 1 | 10000101 | 1100001 | 110111 |
Color Harmonies of #1EFC4D
Complementary color
Monochromatic Colors of #1EFC4D
Black with #1EFC4D
Text Example
Text Example
White with #1EFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC4D; }
p { color: rgb(30,252,77); }
H1.HeaderClassName
{
color: #1EFC4D;
}
.AnyTagClassName
{
color: #1EFC4D;
}
</style>
background-color css
<style>
a { background-color: #1EFC4D; }
a { background-color: rgb(30,252,77); }
div.DivClassName
{
background-color: #1EFC4D;
}
.BgClassName
{
background-color: #1EFC4D;
}
</style>
border-color css
<style>
span { border-color: #1EFC4D; }
span { border-color: rgb(30,252,77); }
td.TdClassName
{
border-color: #1EFC4D;
}
.TagClassName
{
border-color: #1EFC4D;
}
</style>