Shades of Malachite #1EF251
Tints of Malachite #1EF251
RGB
CMYK
RGB Variations
Color information
#1EF251 (or 0x1EF251) is known color: Malachite. HEX triplet: 1E, F2 and 51. RGB value is (30,242,81). Sum of RGB (Red+Green+Blue) = 30+242+81=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF251 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF251 is #E10DAE. Grayscale: #A0A0A0. Windows color (decimal): -14749103 or 5370398. OLE color: 5370398.
HSL color Cylindrical-coordinate representation of color #1EF251: hue angle of 134.43º degrees, saturation: 0.89, 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 #1EF251 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 81 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.05 |
| HSL | 134.43º | 0.89% | 0.53% | - |
| HSV(B) | 134.43º | 0.88% | 0.95% | - |
| XYZ | 33.77 | 64.37 | 18.43 | - |
| YUV | 160.26 | 83.26 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 81 | 0.88 | 0 | 0.67 | 0.05 | 134.43 | 0.89 | 0.53 |
| Hex | 1E | F2 | 51 | 58 | 0 | 43 | 5 | 86 | 59 | 35 |
| Octal | 36 | 362 | 121 | 130 | 0 | 103 | 5 | 206 | 131 | 65 |
| Binary | 11110 | 11110010 | 1010001 | 1011000 | 0 | 1000011 | 101 | 10000110 | 1011001 | 110101 |
Color Harmonies of #1EF251
Complementary color
Monochromatic Colors of #1EF251
Black with #1EF251
Text Example
Text Example
White with #1EF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF251; }
p { color: rgb(30,242,81); }
H1.HeaderClassName
{
color: #1EF251;
}
.AnyTagClassName
{
color: #1EF251;
}
</style>
background-color css
<style>
a { background-color: #1EF251; }
a { background-color: rgb(30,242,81); }
div.DivClassName
{
background-color: #1EF251;
}
.BgClassName
{
background-color: #1EF251;
}
</style>
border-color css
<style>
span { border-color: #1EF251; }
span { border-color: rgb(30,242,81); }
td.TdClassName
{
border-color: #1EF251;
}
.TagClassName
{
border-color: #1EF251;
}
</style>