Shades of Malachite #02FA5D
Tints of Malachite #02FA5D
RGB
CMYK
RGB Variations
Color information
#02FA5D (or 0x02FA5D) is known color: Malachite. HEX triplet: 02, FA and 5D. RGB value is (2,250,93). Sum of RGB (Red+Green+Blue) = 2+250+93=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA5D is #FD05A2. Grayscale: #9E9E9E. Windows color (decimal): -16582051 or 6158850. OLE color: 6158850.
HSL color Cylindrical-coordinate representation of color #02FA5D: hue angle of 142.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA5D is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 93 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.02 |
| HSL | 142.02º | 0.98% | 0.49% | - |
| HSV(B) | 142.02º | 0.99% | 0.98% | - |
| XYZ | 36.19 | 69.17 | 21.8 | - |
| YUV | 157.95 | 91.34 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 93 | 0.99 | 0 | 0.63 | 0.02 | 142.02 | 0.98 | 0.49 |
| Hex | 2 | FA | 5D | 63 | 0 | 3F | 2 | 8E | 62 | 31 |
| Octal | 2 | 372 | 135 | 143 | 0 | 77 | 2 | 216 | 142 | 61 |
| Binary | 10 | 11111010 | 1011101 | 1100011 | 0 | 111111 | 10 | 10001110 | 1100010 | 110001 |
Color Harmonies of #02FA5D
Complementary color
Monochromatic Colors of #02FA5D
Black with #02FA5D
Text Example
Text Example
White with #02FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA5D; }
p { color: rgb(2,250,93); }
H1.HeaderClassName
{
color: #02FA5D;
}
.AnyTagClassName
{
color: #02FA5D;
}
</style>
background-color css
<style>
a { background-color: #02FA5D; }
a { background-color: rgb(2,250,93); }
div.DivClassName
{
background-color: #02FA5D;
}
.BgClassName
{
background-color: #02FA5D;
}
</style>
border-color css
<style>
span { border-color: #02FA5D; }
span { border-color: rgb(2,250,93); }
td.TdClassName
{
border-color: #02FA5D;
}
.TagClassName
{
border-color: #02FA5D;
}
</style>