Shades of Malachite #1EF650
Tints of Malachite #1EF650
RGB
CMYK
RGB Variations
Color information
#1EF650 (or 0x1EF650) is known color: Malachite. HEX triplet: 1E, F6 and 50. RGB value is (30,246,80). Sum of RGB (Red+Green+Blue) = 30+246+80=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF650 is #E109AF. Grayscale: #A2A2A2. Windows color (decimal): -14748080 or 5305886. OLE color: 5305886.
HSL color Cylindrical-coordinate representation of color #1EF650: hue angle of 133.89º 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 #1EF650 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 80 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.04 |
| HSL | 133.89º | 0.92% | 0.54% | - |
| HSV(B) | 133.89º | 0.88% | 0.96% | - |
| XYZ | 34.94 | 66.77 | 18.64 | - |
| YUV | 162.49 | 81.44 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 80 | 0.88 | 0 | 0.67 | 0.04 | 133.89 | 0.92 | 0.54 |
| Hex | 1E | F6 | 50 | 58 | 0 | 43 | 4 | 86 | 5C | 36 |
| Octal | 36 | 366 | 120 | 130 | 0 | 103 | 4 | 206 | 134 | 66 |
| Binary | 11110 | 11110110 | 1010000 | 1011000 | 0 | 1000011 | 100 | 10000110 | 1011100 | 110110 |
Color Harmonies of #1EF650
Complementary color
Monochromatic Colors of #1EF650
Black with #1EF650
Text Example
Text Example
White with #1EF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF650; }
p { color: rgb(30,246,80); }
H1.HeaderClassName
{
color: #1EF650;
}
.AnyTagClassName
{
color: #1EF650;
}
</style>
background-color css
<style>
a { background-color: #1EF650; }
a { background-color: rgb(30,246,80); }
div.DivClassName
{
background-color: #1EF650;
}
.BgClassName
{
background-color: #1EF650;
}
</style>
border-color css
<style>
span { border-color: #1EF650; }
span { border-color: rgb(30,246,80); }
td.TdClassName
{
border-color: #1EF650;
}
.TagClassName
{
border-color: #1EF650;
}
</style>