Shades of Malachite #02E466
Tints of Malachite #02E466
RGB
CMYK
RGB Variations
Color information
#02E466 (or 0x02E466) is known color: Malachite. HEX triplet: 02, E4 and 66. RGB value is (2,228,102). Sum of RGB (Red+Green+Blue) = 2+228+102=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 228 (89.45% from 255 or 68.67% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 228 - color contains mainly: green. Hex color #02E466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E466 is #FD1B99. Grayscale: #929292. Windows color (decimal): -16587674 or 6743042. OLE color: 6743042.
HSL color Cylindrical-coordinate representation of color #02E466: hue angle of 146.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E466 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 102 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.11 |
| HSL | 146.55º | 0.98% | 0.45% | - |
| HSV(B) | 146.55º | 0.99% | 0.89% | - |
| XYZ | 30.17 | 56.46 | 21.88 | - |
| YUV | 146.06 | 103.13 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 102 | 0.99 | 0 | 0.55 | 0.11 | 146.55 | 0.98 | 0.45 |
| Hex | 2 | E4 | 66 | 63 | 0 | 37 | B | 93 | 62 | 2D |
| Octal | 2 | 344 | 146 | 143 | 0 | 67 | 13 | 223 | 142 | 55 |
| Binary | 10 | 11100100 | 1100110 | 1100011 | 0 | 110111 | 1011 | 10010011 | 1100010 | 101101 |
Color Harmonies of #02E466
Complementary color
Monochromatic Colors of #02E466
Black with #02E466
Text Example
Text Example
White with #02E466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E466; }
p { color: rgb(2,228,102); }
H1.HeaderClassName
{
color: #02E466;
}
.AnyTagClassName
{
color: #02E466;
}
</style>
background-color css
<style>
a { background-color: #02E466; }
a { background-color: rgb(2,228,102); }
div.DivClassName
{
background-color: #02E466;
}
.BgClassName
{
background-color: #02E466;
}
</style>
border-color css
<style>
span { border-color: #02E466; }
span { border-color: rgb(2,228,102); }
td.TdClassName
{
border-color: #02E466;
}
.TagClassName
{
border-color: #02E466;
}
</style>