Shades of Malachite #02FA4C
Tints of Malachite #02FA4C
RGB
CMYK
RGB Variations
Color information
#02FA4C (or 0x02FA4C) is known color: Malachite. HEX triplet: 02, FA and 4C. RGB value is (2,250,76). Sum of RGB (Red+Green+Blue) = 2+250+76=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FA4C is #FD05B3. Grayscale: #9C9C9C. Windows color (decimal): -16582068 or 5044738. OLE color: 5044738.
HSL color Cylindrical-coordinate representation of color #02FA4C: hue angle of 137.9º 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 #02FA4C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 76 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.02 |
| HSL | 137.9º | 0.98% | 0.49% | - |
| HSV(B) | 137.9º | 0.99% | 0.98% | - |
| XYZ | 35.52 | 68.91 | 18.27 | - |
| YUV | 156.01 | 82.84 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 76 | 0.99 | 0 | 0.70 | 0.02 | 137.9 | 0.98 | 0.49 |
| Hex | 2 | FA | 4C | 63 | 0 | 46 | 2 | 8A | 62 | 31 |
| Octal | 2 | 372 | 114 | 143 | 0 | 106 | 2 | 212 | 142 | 61 |
| Binary | 10 | 11111010 | 1001100 | 1100011 | 0 | 1000110 | 10 | 10001010 | 1100010 | 110001 |
Color Harmonies of #02FA4C
Complementary color
Monochromatic Colors of #02FA4C
Black with #02FA4C
Text Example
Text Example
White with #02FA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA4C; }
p { color: rgb(2,250,76); }
H1.HeaderClassName
{
color: #02FA4C;
}
.AnyTagClassName
{
color: #02FA4C;
}
</style>
background-color css
<style>
a { background-color: #02FA4C; }
a { background-color: rgb(2,250,76); }
div.DivClassName
{
background-color: #02FA4C;
}
.BgClassName
{
background-color: #02FA4C;
}
</style>
border-color css
<style>
span { border-color: #02FA4C; }
span { border-color: rgb(2,250,76); }
td.TdClassName
{
border-color: #02FA4C;
}
.TagClassName
{
border-color: #02FA4C;
}
</style>