Shades of Malachite #1EF65D
Tints of Malachite #1EF65D
RGB
CMYK
RGB Variations
Color information
#1EF65D (or 0x1EF65D) is known color: Malachite. HEX triplet: 1E, F6 and 5D. RGB value is (30,246,93). Sum of RGB (Red+Green+Blue) = 30+246+93=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF65D is #E109A2. Grayscale: #A4A4A4. Windows color (decimal): -14748067 or 6157854. OLE color: 6157854.
HSL color Cylindrical-coordinate representation of color #1EF65D: hue angle of 137.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF65D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 93 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.04 |
| HSL | 137.5º | 0.92% | 0.54% | - |
| HSV(B) | 137.5º | 0.88% | 0.96% | - |
| XYZ | 35.47 | 66.98 | 21.41 | - |
| YUV | 163.97 | 87.94 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 93 | 0.88 | 0 | 0.62 | 0.04 | 137.5 | 0.92 | 0.54 |
| Hex | 1E | F6 | 5D | 58 | 0 | 3E | 4 | 8A | 5C | 36 |
| Octal | 36 | 366 | 135 | 130 | 0 | 76 | 4 | 212 | 134 | 66 |
| Binary | 11110 | 11110110 | 1011101 | 1011000 | 0 | 111110 | 100 | 10001010 | 1011100 | 110110 |
Color Harmonies of #1EF65D
Complementary color
Monochromatic Colors of #1EF65D
Black with #1EF65D
Text Example
Text Example
White with #1EF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF65D; }
p { color: rgb(30,246,93); }
H1.HeaderClassName
{
color: #1EF65D;
}
.AnyTagClassName
{
color: #1EF65D;
}
</style>
background-color css
<style>
a { background-color: #1EF65D; }
a { background-color: rgb(30,246,93); }
div.DivClassName
{
background-color: #1EF65D;
}
.BgClassName
{
background-color: #1EF65D;
}
</style>
border-color css
<style>
span { border-color: #1EF65D; }
span { border-color: rgb(30,246,93); }
td.TdClassName
{
border-color: #1EF65D;
}
.TagClassName
{
border-color: #1EF65D;
}
</style>