Shades of Malachite #02FF54
Tints of Malachite #02FF54
RGB
CMYK
RGB Variations
Color information
#02FF54 (or 0x02FF54) is known color: Malachite. HEX triplet: 02, FF and 54. RGB value is (2,255,84). Sum of RGB (Red+Green+Blue) = 2+255+84=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF54 is #FD00AB. Grayscale: #A0A0A0. Windows color (decimal): -16580780 or 5570306. OLE color: 5570306.
HSL color Cylindrical-coordinate representation of color #02FF54: hue angle of 139.45º 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 #02FF54 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 84 | - |
| CMYK | 0.99 | 0 | 0.67 | 0 |
| HSL | 139.45º | 1% | 0.5% | - |
| HSV(B) | 139.45º | 0.99% | 1% | - |
| XYZ | 37.39 | 72.17 | 20.35 | - |
| YUV | 159.86 | 85.18 | 15.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 84 | 0.99 | 0 | 0.67 | 0 | 139.45 | 1 | 0.5 |
| Hex | 2 | FF | 54 | 63 | 0 | 43 | 0 | 8B | 64 | 32 |
| Octal | 2 | 377 | 124 | 143 | 0 | 103 | 0 | 213 | 144 | 62 |
| Binary | 10 | 11111111 | 1010100 | 1100011 | 0 | 1000011 | 0 | 10001011 | 1100100 | 110010 |
Color Harmonies of #02FF54
Complementary color
Monochromatic Colors of #02FF54
Black with #02FF54
Text Example
Text Example
White with #02FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF54; }
p { color: rgb(2,255,84); }
H1.HeaderClassName
{
color: #02FF54;
}
.AnyTagClassName
{
color: #02FF54;
}
</style>
background-color css
<style>
a { background-color: #02FF54; }
a { background-color: rgb(2,255,84); }
div.DivClassName
{
background-color: #02FF54;
}
.BgClassName
{
background-color: #02FF54;
}
</style>
border-color css
<style>
span { border-color: #02FF54; }
span { border-color: rgb(2,255,84); }
td.TdClassName
{
border-color: #02FF54;
}
.TagClassName
{
border-color: #02FF54;
}
</style>