Shades of Malachite #02F063
Tints of Malachite #02F063
RGB
CMYK
RGB Variations
Color information
#02F063 (or 0x02F063) is known color: Malachite. HEX triplet: 02, F0 and 63. RGB value is (2,240,99). Sum of RGB (Red+Green+Blue) = 2+240+99=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #02F063 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F063 is #FD0F9C. Grayscale: #999999. Windows color (decimal): -16584605 or 6549506. OLE color: 6549506.
HSL color Cylindrical-coordinate representation of color #02F063: hue angle of 144.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F063 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 99 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.06 |
| HSL | 144.45º | 0.98% | 0.47% | - |
| HSV(B) | 144.45º | 0.99% | 0.94% | - |
| XYZ | 33.44 | 63.23 | 22.25 | - |
| YUV | 152.76 | 97.65 | 20.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 99 | 0.99 | 0 | 0.59 | 0.06 | 144.45 | 0.98 | 0.47 |
| Hex | 2 | F0 | 63 | 63 | 0 | 3B | 6 | 90 | 62 | 2F |
| Octal | 2 | 360 | 143 | 143 | 0 | 73 | 6 | 220 | 142 | 57 |
| Binary | 10 | 11110000 | 1100011 | 1100011 | 0 | 111011 | 110 | 10010000 | 1100010 | 101111 |
Color Harmonies of #02F063
Complementary color
Monochromatic Colors of #02F063
Black with #02F063
Text Example
Text Example
White with #02F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F063; }
p { color: rgb(2,240,99); }
H1.HeaderClassName
{
color: #02F063;
}
.AnyTagClassName
{
color: #02F063;
}
</style>
background-color css
<style>
a { background-color: #02F063; }
a { background-color: rgb(2,240,99); }
div.DivClassName
{
background-color: #02F063;
}
.BgClassName
{
background-color: #02F063;
}
</style>
border-color css
<style>
span { border-color: #02F063; }
span { border-color: rgb(2,240,99); }
td.TdClassName
{
border-color: #02F063;
}
.TagClassName
{
border-color: #02F063;
}
</style>