Shades of Malachite #02FF4D
Tints of Malachite #02FF4D
RGB
CMYK
RGB Variations
Color information
#02FF4D (or 0x02FF4D) is known color: Malachite. HEX triplet: 02, FF and 4D. RGB value is (2,255,77). Sum of RGB (Red+Green+Blue) = 2+255+77=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF4D is #FD00B2. Grayscale: #9F9F9F. Windows color (decimal): -16580787 or 5111554. OLE color: 5111554.
HSL color Cylindrical-coordinate representation of color #02FF4D: hue angle of 137.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF4D is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 77 | - |
| CMYK | 0.99 | 0 | 0.70 | 0 |
| HSL | 137.79º | 1% | 0.5% | - |
| HSV(B) | 137.79º | 0.99% | 1% | - |
| XYZ | 37.12 | 72.07 | 18.98 | - |
| YUV | 159.06 | 81.68 | 15.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 77 | 0.99 | 0 | 0.70 | 0 | 137.79 | 1 | 0.5 |
| Hex | 2 | FF | 4D | 63 | 0 | 46 | 0 | 8A | 64 | 32 |
| Octal | 2 | 377 | 115 | 143 | 0 | 106 | 0 | 212 | 144 | 62 |
| Binary | 10 | 11111111 | 1001101 | 1100011 | 0 | 1000110 | 0 | 10001010 | 1100100 | 110010 |
Color Harmonies of #02FF4D
Complementary color
Monochromatic Colors of #02FF4D
Black with #02FF4D
Text Example
Text Example
White with #02FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF4D; }
p { color: rgb(2,255,77); }
H1.HeaderClassName
{
color: #02FF4D;
}
.AnyTagClassName
{
color: #02FF4D;
}
</style>
background-color css
<style>
a { background-color: #02FF4D; }
a { background-color: rgb(2,255,77); }
div.DivClassName
{
background-color: #02FF4D;
}
.BgClassName
{
background-color: #02FF4D;
}
</style>
border-color css
<style>
span { border-color: #02FF4D; }
span { border-color: rgb(2,255,77); }
td.TdClassName
{
border-color: #02FF4D;
}
.TagClassName
{
border-color: #02FF4D;
}
</style>