Shades of Malachite #02F557
Tints of Malachite #02F557
RGB
CMYK
RGB Variations
Color information
#02F557 (or 0x02F557) is known color: Malachite. HEX triplet: 02, F5 and 57. RGB value is (2,245,87). Sum of RGB (Red+Green+Blue) = 2+245+87=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #02F557 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F557 is #FD0AA8. Grayscale: #9A9A9A. Windows color (decimal): -16583337 or 5764354. OLE color: 5764354.
HSL color Cylindrical-coordinate representation of color #02F557: hue angle of 140.99º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F557 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 87 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.04 |
| HSL | 140.99º | 0.98% | 0.48% | - |
| HSV(B) | 140.99º | 0.99% | 0.96% | - |
| XYZ | 34.4 | 66.01 | 19.94 | - |
| YUV | 154.33 | 89.99 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 87 | 0.99 | 0 | 0.64 | 0.04 | 140.99 | 0.98 | 0.48 |
| Hex | 2 | F5 | 57 | 63 | 0 | 40 | 4 | 8D | 62 | 30 |
| Octal | 2 | 365 | 127 | 143 | 0 | 100 | 4 | 215 | 142 | 60 |
| Binary | 10 | 11110101 | 1010111 | 1100011 | 0 | 1000000 | 100 | 10001101 | 1100010 | 110000 |
Color Harmonies of #02F557
Complementary color
Monochromatic Colors of #02F557
Black with #02F557
Text Example
Text Example
White with #02F557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F557; }
p { color: rgb(2,245,87); }
H1.HeaderClassName
{
color: #02F557;
}
.AnyTagClassName
{
color: #02F557;
}
</style>
background-color css
<style>
a { background-color: #02F557; }
a { background-color: rgb(2,245,87); }
div.DivClassName
{
background-color: #02F557;
}
.BgClassName
{
background-color: #02F557;
}
</style>
border-color css
<style>
span { border-color: #02F557; }
span { border-color: rgb(2,245,87); }
td.TdClassName
{
border-color: #02F557;
}
.TagClassName
{
border-color: #02F557;
}
</style>