Shades of Malachite #02FA5B
Tints of Malachite #02FA5B
RGB
CMYK
RGB Variations
Color information
#02FA5B (or 0x02FA5B) is known color: Malachite. HEX triplet: 02, FA and 5B. RGB value is (2,250,91). Sum of RGB (Red+Green+Blue) = 2+250+91=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA5B is #FD05A4. Grayscale: #9E9E9E. Windows color (decimal): -16582053 or 6027778. OLE color: 6027778.
HSL color Cylindrical-coordinate representation of color #02FA5B: hue angle of 141.53º 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 #02FA5B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 91 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.02 |
| HSL | 141.53º | 0.98% | 0.49% | - |
| HSV(B) | 141.53º | 0.99% | 0.98% | - |
| XYZ | 36.1 | 69.14 | 21.34 | - |
| YUV | 157.72 | 90.34 | 16.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 91 | 0.99 | 0 | 0.64 | 0.02 | 141.53 | 0.98 | 0.49 |
| Hex | 2 | FA | 5B | 63 | 0 | 40 | 2 | 8E | 62 | 31 |
| Octal | 2 | 372 | 133 | 143 | 0 | 100 | 2 | 216 | 142 | 61 |
| Binary | 10 | 11111010 | 1011011 | 1100011 | 0 | 1000000 | 10 | 10001110 | 1100010 | 110001 |
Color Harmonies of #02FA5B
Complementary color
Monochromatic Colors of #02FA5B
Black with #02FA5B
Text Example
Text Example
White with #02FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA5B; }
p { color: rgb(2,250,91); }
H1.HeaderClassName
{
color: #02FA5B;
}
.AnyTagClassName
{
color: #02FA5B;
}
</style>
background-color css
<style>
a { background-color: #02FA5B; }
a { background-color: rgb(2,250,91); }
div.DivClassName
{
background-color: #02FA5B;
}
.BgClassName
{
background-color: #02FA5B;
}
</style>
border-color css
<style>
span { border-color: #02FA5B; }
span { border-color: rgb(2,250,91); }
td.TdClassName
{
border-color: #02FA5B;
}
.TagClassName
{
border-color: #02FA5B;
}
</style>