Shades of Malachite #02F458
Tints of Malachite #02F458
RGB
CMYK
RGB Variations
Color information
#02F458 (or 0x02F458) is known color: Malachite. HEX triplet: 02, F4 and 58. RGB value is (2,244,88). Sum of RGB (Red+Green+Blue) = 2+244+88=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #02F458 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F458 is #FD0BA7. Grayscale: #9A9A9A. Windows color (decimal): -16583592 or 5829634. OLE color: 5829634.
HSL color Cylindrical-coordinate representation of color #02F458: hue angle of 141.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F458 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 88 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.04 |
| HSL | 141.32º | 0.98% | 0.48% | - |
| HSV(B) | 141.32º | 0.99% | 0.96% | - |
| XYZ | 34.14 | 65.42 | 20.06 | - |
| YUV | 153.86 | 90.83 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 88 | 0.99 | 0 | 0.64 | 0.04 | 141.32 | 0.98 | 0.48 |
| Hex | 2 | F4 | 58 | 63 | 0 | 40 | 4 | 8D | 62 | 30 |
| Octal | 2 | 364 | 130 | 143 | 0 | 100 | 4 | 215 | 142 | 60 |
| Binary | 10 | 11110100 | 1011000 | 1100011 | 0 | 1000000 | 100 | 10001101 | 1100010 | 110000 |
Color Harmonies of #02F458
Complementary color
Monochromatic Colors of #02F458
Black with #02F458
Text Example
Text Example
White with #02F458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F458; }
p { color: rgb(2,244,88); }
H1.HeaderClassName
{
color: #02F458;
}
.AnyTagClassName
{
color: #02F458;
}
</style>
background-color css
<style>
a { background-color: #02F458; }
a { background-color: rgb(2,244,88); }
div.DivClassName
{
background-color: #02F458;
}
.BgClassName
{
background-color: #02F458;
}
</style>
border-color css
<style>
span { border-color: #02F458; }
span { border-color: rgb(2,244,88); }
td.TdClassName
{
border-color: #02F458;
}
.TagClassName
{
border-color: #02F458;
}
</style>