Shades of Malachite #1EF355
Tints of Malachite #1EF355
RGB
CMYK
RGB Variations
Color information
#1EF355 (or 0x1EF355) is known color: Malachite. HEX triplet: 1E, F3 and 55. RGB value is (30,243,85). Sum of RGB (Red+Green+Blue) = 30+243+85=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF355 is #E10CAA. Grayscale: #A1A1A1. Windows color (decimal): -14748843 or 5632798. OLE color: 5632798.
HSL color Cylindrical-coordinate representation of color #1EF355: hue angle of 135.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF355 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 85 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.05 |
| HSL | 135.49º | 0.9% | 0.54% | - |
| HSV(B) | 135.49º | 0.88% | 0.95% | - |
| XYZ | 34.23 | 65.03 | 19.34 | - |
| YUV | 161.3 | 84.93 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 85 | 0.88 | 0 | 0.65 | 0.05 | 135.49 | 0.9 | 0.54 |
| Hex | 1E | F3 | 55 | 58 | 0 | 41 | 5 | 87 | 5A | 36 |
| Octal | 36 | 363 | 125 | 130 | 0 | 101 | 5 | 207 | 132 | 66 |
| Binary | 11110 | 11110011 | 1010101 | 1011000 | 0 | 1000001 | 101 | 10000111 | 1011010 | 110110 |
Color Harmonies of #1EF355
Complementary color
Monochromatic Colors of #1EF355
Black with #1EF355
Text Example
Text Example
White with #1EF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF355; }
p { color: rgb(30,243,85); }
H1.HeaderClassName
{
color: #1EF355;
}
.AnyTagClassName
{
color: #1EF355;
}
</style>
background-color css
<style>
a { background-color: #1EF355; }
a { background-color: rgb(30,243,85); }
div.DivClassName
{
background-color: #1EF355;
}
.BgClassName
{
background-color: #1EF355;
}
</style>
border-color css
<style>
span { border-color: #1EF355; }
span { border-color: rgb(30,243,85); }
td.TdClassName
{
border-color: #1EF355;
}
.TagClassName
{
border-color: #1EF355;
}
</style>