Shades of Malachite #1EE065
Tints of Malachite #1EE065
RGB
CMYK
RGB Variations
Color information
#1EE065 (or 0x1EE065) is known color: Malachite. HEX triplet: 1E, E0 and 65. RGB value is (30,224,101). Sum of RGB (Red+Green+Blue) = 30+224+101=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EE065 is #E11F9A. Grayscale: #989898. Windows color (decimal): -14753691 or 6676510. OLE color: 6676510.
HSL color Cylindrical-coordinate representation of color #1EE065: hue angle of 141.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE065 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 101 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.12 |
| HSL | 141.96º | 0.76% | 0.5% | - |
| HSV(B) | 141.96º | 0.87% | 0.88% | - |
| XYZ | 29.54 | 54.53 | 21.28 | - |
| YUV | 151.97 | 99.23 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 101 | 0.87 | 0 | 0.55 | 0.12 | 141.96 | 0.76 | 0.5 |
| Hex | 1E | E0 | 65 | 57 | 0 | 37 | C | 8E | 4C | 32 |
| Octal | 36 | 340 | 145 | 127 | 0 | 67 | 14 | 216 | 114 | 62 |
| Binary | 11110 | 11100000 | 1100101 | 1010111 | 0 | 110111 | 1100 | 10001110 | 1001100 | 110010 |
Color Harmonies of #1EE065
Complementary color
Monochromatic Colors of #1EE065
Black with #1EE065
Text Example
Text Example
White with #1EE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE065; }
p { color: rgb(30,224,101); }
H1.HeaderClassName
{
color: #1EE065;
}
.AnyTagClassName
{
color: #1EE065;
}
</style>
background-color css
<style>
a { background-color: #1EE065; }
a { background-color: rgb(30,224,101); }
div.DivClassName
{
background-color: #1EE065;
}
.BgClassName
{
background-color: #1EE065;
}
</style>
border-color css
<style>
span { border-color: #1EE065; }
span { border-color: rgb(30,224,101); }
td.TdClassName
{
border-color: #1EE065;
}
.TagClassName
{
border-color: #1EE065;
}
</style>