Shades of Malachite #02F84C
Tints of Malachite #02F84C
RGB
CMYK
RGB Variations
Color information
#02F84C (or 0x02F84C) is known color: Malachite. HEX triplet: 02, F8 and 4C. RGB value is (2,248,76). Sum of RGB (Red+Green+Blue) = 2+248+76=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #02F84C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F84C is #FD07B3. Grayscale: #9B9B9B. Windows color (decimal): -16582580 or 5044226. OLE color: 5044226.
HSL color Cylindrical-coordinate representation of color #02F84C: hue angle of 138.05º 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 #02F84C is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 248 | 76 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.03 |
| HSL | 138.05º | 0.98% | 0.49% | - |
| HSV(B) | 138.05º | 0.99% | 0.97% | - |
| XYZ | 34.9 | 67.67 | 18.06 | - |
| YUV | 154.84 | 83.5 | 18.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 248 | 76 | 0.99 | 0 | 0.69 | 0.03 | 138.05 | 0.98 | 0.49 |
| Hex | 2 | F8 | 4C | 63 | 0 | 45 | 3 | 8A | 62 | 31 |
| Octal | 2 | 370 | 114 | 143 | 0 | 105 | 3 | 212 | 142 | 61 |
| Binary | 10 | 11111000 | 1001100 | 1100011 | 0 | 1000101 | 11 | 10001010 | 1100010 | 110001 |
Color Harmonies of #02F84C
Complementary color
Monochromatic Colors of #02F84C
Black with #02F84C
Text Example
Text Example
White with #02F84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F84C; }
p { color: rgb(2,248,76); }
H1.HeaderClassName
{
color: #02F84C;
}
.AnyTagClassName
{
color: #02F84C;
}
</style>
background-color css
<style>
a { background-color: #02F84C; }
a { background-color: rgb(2,248,76); }
div.DivClassName
{
background-color: #02F84C;
}
.BgClassName
{
background-color: #02F84C;
}
</style>
border-color css
<style>
span { border-color: #02F84C; }
span { border-color: rgb(2,248,76); }
td.TdClassName
{
border-color: #02F84C;
}
.TagClassName
{
border-color: #02F84C;
}
</style>