Shades of Malachite #02E262
Tints of Malachite #02E262
RGB
CMYK
RGB Variations
Color information
#02E262 (or 0x02E262) is known color: Malachite. HEX triplet: 02, E2 and 62. RGB value is (2,226,98). Sum of RGB (Red+Green+Blue) = 2+226+98=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #02E262 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E262 is #FD1D9D. Grayscale: #909090. Windows color (decimal): -16588190 or 6480386. OLE color: 6480386.
HSL color Cylindrical-coordinate representation of color #02E262: hue angle of 145.71º 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 #02E262 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 98 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.11 |
| HSL | 145.71º | 0.98% | 0.45% | - |
| HSV(B) | 145.71º | 0.99% | 0.89% | - |
| XYZ | 29.43 | 55.29 | 20.68 | - |
| YUV | 144.43 | 101.79 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 98 | 0.99 | 0 | 0.57 | 0.11 | 145.71 | 0.98 | 0.45 |
| Hex | 2 | E2 | 62 | 63 | 0 | 39 | B | 92 | 62 | 2D |
| Octal | 2 | 342 | 142 | 143 | 0 | 71 | 13 | 222 | 142 | 55 |
| Binary | 10 | 11100010 | 1100010 | 1100011 | 0 | 111001 | 1011 | 10010010 | 1100010 | 101101 |
Color Harmonies of #02E262
Complementary color
Monochromatic Colors of #02E262
Black with #02E262
Text Example
Text Example
White with #02E262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E262; }
p { color: rgb(2,226,98); }
H1.HeaderClassName
{
color: #02E262;
}
.AnyTagClassName
{
color: #02E262;
}
</style>
background-color css
<style>
a { background-color: #02E262; }
a { background-color: rgb(2,226,98); }
div.DivClassName
{
background-color: #02E262;
}
.BgClassName
{
background-color: #02E262;
}
</style>
border-color css
<style>
span { border-color: #02E262; }
span { border-color: rgb(2,226,98); }
td.TdClassName
{
border-color: #02E262;
}
.TagClassName
{
border-color: #02E262;
}
</style>