Shades of Malachite #1EF14D
Tints of Malachite #1EF14D
RGB
CMYK
RGB Variations
Color information
#1EF14D (or 0x1EF14D) is known color: Malachite. HEX triplet: 1E, F1 and 4D. RGB value is (30,241,77). Sum of RGB (Red+Green+Blue) = 30+241+77=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF14D is #E10EB2. Grayscale: #9F9F9F. Windows color (decimal): -14749363 or 5107998. OLE color: 5107998.
HSL color Cylindrical-coordinate representation of color #1EF14D: hue angle of 133.36º degrees, saturation: 0.88, 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 #1EF14D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 77 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.05 |
| HSL | 133.36º | 0.88% | 0.53% | - |
| HSV(B) | 133.36º | 0.88% | 0.95% | - |
| XYZ | 33.33 | 63.72 | 17.56 | - |
| YUV | 159.22 | 81.6 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 77 | 0.88 | 0 | 0.68 | 0.05 | 133.36 | 0.88 | 0.53 |
| Hex | 1E | F1 | 4D | 58 | 0 | 44 | 5 | 85 | 58 | 35 |
| Octal | 36 | 361 | 115 | 130 | 0 | 104 | 5 | 205 | 130 | 65 |
| Binary | 11110 | 11110001 | 1001101 | 1011000 | 0 | 1000100 | 101 | 10000101 | 1011000 | 110101 |
Color Harmonies of #1EF14D
Complementary color
Monochromatic Colors of #1EF14D
Black with #1EF14D
Text Example
Text Example
White with #1EF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF14D; }
p { color: rgb(30,241,77); }
H1.HeaderClassName
{
color: #1EF14D;
}
.AnyTagClassName
{
color: #1EF14D;
}
</style>
background-color css
<style>
a { background-color: #1EF14D; }
a { background-color: rgb(30,241,77); }
div.DivClassName
{
background-color: #1EF14D;
}
.BgClassName
{
background-color: #1EF14D;
}
</style>
border-color css
<style>
span { border-color: #1EF14D; }
span { border-color: rgb(30,241,77); }
td.TdClassName
{
border-color: #1EF14D;
}
.TagClassName
{
border-color: #1EF14D;
}
</style>