Shades of Malachite #02F73C
Tints of Malachite #02F73C
RGB
CMYK
RGB Variations
Color information
#02F73C (or 0x02F73C) is known color: Malachite. HEX triplet: 02, F7 and 3C. RGB value is (2,247,60). Sum of RGB (Red+Green+Blue) = 2+247+60=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 247 (96.88% from 255 or 79.94% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 247 - color contains mainly: green. Hex color #02F73C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F73C is #FD08C3. Grayscale: #989898. Windows color (decimal): -16582852 or 3995394. OLE color: 3995394.
HSL color Cylindrical-coordinate representation of color #02F73C: hue angle of 134.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F73C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 247 | 60 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.03 |
| HSL | 134.2º | 0.98% | 0.49% | - |
| HSV(B) | 134.2º | 0.99% | 0.97% | - |
| XYZ | 34.1 | 66.86 | 15.38 | - |
| YUV | 152.43 | 75.83 | 20.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 247 | 60 | 0.99 | 0 | 0.76 | 0.03 | 134.2 | 0.98 | 0.49 |
| Hex | 2 | F7 | 3C | 63 | 0 | 4C | 3 | 86 | 62 | 31 |
| Octal | 2 | 367 | 74 | 143 | 0 | 114 | 3 | 206 | 142 | 61 |
| Binary | 10 | 11110111 | 111100 | 1100011 | 0 | 1001100 | 11 | 10000110 | 1100010 | 110001 |
Color Harmonies of #02F73C
Complementary color
Monochromatic Colors of #02F73C
Black with #02F73C
Text Example
Text Example
White with #02F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F73C; }
p { color: rgb(2,247,60); }
H1.HeaderClassName
{
color: #02F73C;
}
.AnyTagClassName
{
color: #02F73C;
}
</style>
background-color css
<style>
a { background-color: #02F73C; }
a { background-color: rgb(2,247,60); }
div.DivClassName
{
background-color: #02F73C;
}
.BgClassName
{
background-color: #02F73C;
}
</style>
border-color css
<style>
span { border-color: #02F73C; }
span { border-color: rgb(2,247,60); }
td.TdClassName
{
border-color: #02F73C;
}
.TagClassName
{
border-color: #02F73C;
}
</style>