Shades of Malachite #2EF663
Tints of Malachite #2EF663
RGB
CMYK
RGB Variations
Color information
#2EF663 (or 0x2EF663) is known color: Malachite. HEX triplet: 2E, F6 and 63. RGB value is (46,246,99). Sum of RGB (Red+Green+Blue) = 46+246+99=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 246 (96.48% from 255 or 62.92% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF663 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF663 is #D1099C. Grayscale: #A9A9A9. Windows color (decimal): -13699485 or 6551086. OLE color: 6551086.
HSL color Cylindrical-coordinate representation of color #2EF663: hue angle of 135.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF663 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 99 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.04 |
| HSL | 135.9º | 0.92% | 0.57% | - |
| HSV(B) | 135.9º | 0.81% | 0.96% | - |
| XYZ | 36.33 | 67.39 | 22.9 | - |
| YUV | 169.44 | 88.24 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 99 | 0.81 | 0 | 0.60 | 0.04 | 135.9 | 0.92 | 0.57 |
| Hex | 2E | F6 | 63 | 51 | 0 | 3C | 4 | 88 | 5C | 39 |
| Octal | 56 | 366 | 143 | 121 | 0 | 74 | 4 | 210 | 134 | 71 |
| Binary | 101110 | 11110110 | 1100011 | 1010001 | 0 | 111100 | 100 | 10001000 | 1011100 | 111001 |
Color Harmonies of #2EF663
Complementary color
Monochromatic Colors of #2EF663
Black with #2EF663
Text Example
Text Example
White with #2EF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF663; }
p { color: rgb(46,246,99); }
H1.HeaderClassName
{
color: #2EF663;
}
.AnyTagClassName
{
color: #2EF663;
}
</style>
background-color css
<style>
a { background-color: #2EF663; }
a { background-color: rgb(46,246,99); }
div.DivClassName
{
background-color: #2EF663;
}
.BgClassName
{
background-color: #2EF663;
}
</style>
border-color css
<style>
span { border-color: #2EF663; }
span { border-color: rgb(46,246,99); }
td.TdClassName
{
border-color: #2EF663;
}
.TagClassName
{
border-color: #2EF663;
}
</style>