Shades of Malachite #02FB4D
Tints of Malachite #02FB4D
RGB
CMYK
RGB Variations
Color information
#02FB4D (or 0x02FB4D) is known color: Malachite. HEX triplet: 02, FB and 4D. RGB value is (2,251,77). Sum of RGB (Red+Green+Blue) = 2+251+77=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FB4D is #FD04B2. Grayscale: #9D9D9D. Windows color (decimal): -16581811 or 5110530. OLE color: 5110530.
HSL color Cylindrical-coordinate representation of color #02FB4D: hue angle of 138.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB4D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 77 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.02 |
| HSL | 138.07º | 0.98% | 0.5% | - |
| HSV(B) | 138.07º | 0.99% | 0.98% | - |
| XYZ | 35.86 | 69.54 | 18.55 | - |
| YUV | 156.71 | 83.01 | 17.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 77 | 0.99 | 0 | 0.69 | 0.02 | 138.07 | 0.98 | 0.5 |
| Hex | 2 | FB | 4D | 63 | 0 | 45 | 2 | 8A | 62 | 32 |
| Octal | 2 | 373 | 115 | 143 | 0 | 105 | 2 | 212 | 142 | 62 |
| Binary | 10 | 11111011 | 1001101 | 1100011 | 0 | 1000101 | 10 | 10001010 | 1100010 | 110010 |
Color Harmonies of #02FB4D
Complementary color
Monochromatic Colors of #02FB4D
Black with #02FB4D
Text Example
Text Example
White with #02FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB4D; }
p { color: rgb(2,251,77); }
H1.HeaderClassName
{
color: #02FB4D;
}
.AnyTagClassName
{
color: #02FB4D;
}
</style>
background-color css
<style>
a { background-color: #02FB4D; }
a { background-color: rgb(2,251,77); }
div.DivClassName
{
background-color: #02FB4D;
}
.BgClassName
{
background-color: #02FB4D;
}
</style>
border-color css
<style>
span { border-color: #02FB4D; }
span { border-color: rgb(2,251,77); }
td.TdClassName
{
border-color: #02FB4D;
}
.TagClassName
{
border-color: #02FB4D;
}
</style>