Shades of Malachite #1EE65D
Tints of Malachite #1EE65D
RGB
CMYK
RGB Variations
Color information
#1EE65D (or 0x1EE65D) is known color: Malachite. HEX triplet: 1E, E6 and 5D. RGB value is (30,230,93). Sum of RGB (Red+Green+Blue) = 30+230+93=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 230 (90.23% from 255 or 65.16% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EE65D is #E119A2. Grayscale: #9A9A9A. Windows color (decimal): -14752163 or 6153758. OLE color: 6153758.
HSL color Cylindrical-coordinate representation of color #1EE65D: hue angle of 138.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE65D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 93 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.10 |
| HSL | 138.9º | 0.8% | 0.51% | - |
| HSV(B) | 138.9º | 0.87% | 0.9% | - |
| XYZ | 30.81 | 57.66 | 19.86 | - |
| YUV | 154.58 | 93.24 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 93 | 0.87 | 0 | 0.60 | 0.10 | 138.9 | 0.8 | 0.51 |
| Hex | 1E | E6 | 5D | 57 | 0 | 3C | A | 8B | 50 | 33 |
| Octal | 36 | 346 | 135 | 127 | 0 | 74 | 12 | 213 | 120 | 63 |
| Binary | 11110 | 11100110 | 1011101 | 1010111 | 0 | 111100 | 1010 | 10001011 | 1010000 | 110011 |
Color Harmonies of #1EE65D
Complementary color
Monochromatic Colors of #1EE65D
Black with #1EE65D
Text Example
Text Example
White with #1EE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE65D; }
p { color: rgb(30,230,93); }
H1.HeaderClassName
{
color: #1EE65D;
}
.AnyTagClassName
{
color: #1EE65D;
}
</style>
background-color css
<style>
a { background-color: #1EE65D; }
a { background-color: rgb(30,230,93); }
div.DivClassName
{
background-color: #1EE65D;
}
.BgClassName
{
background-color: #1EE65D;
}
</style>
border-color css
<style>
span { border-color: #1EE65D; }
span { border-color: rgb(30,230,93); }
td.TdClassName
{
border-color: #1EE65D;
}
.TagClassName
{
border-color: #1EE65D;
}
</style>