Shades of Malachite #02D63F
Tints of Malachite #02D63F
RGB
CMYK
RGB Variations
Color information
#02D63F (or 0x02D63F) is known color: Malachite. HEX triplet: 02, D6 and 3F. RGB value is (2,214,63). Sum of RGB (Red+Green+Blue) = 2+214+63=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 214 (83.98% from 255 or 76.70% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 214 - color contains mainly: green. Hex color #02D63F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D63F is #FD29C0. Grayscale: #858585. Windows color (decimal): -16591297 or 4183554. OLE color: 4183554.
HSL color Cylindrical-coordinate representation of color #02D63F: hue angle of 137.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D63F is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 63 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.16 |
| HSL | 137.26º | 0.98% | 0.42% | - |
| HSV(B) | 137.26º | 0.99% | 0.84% | - |
| XYZ | 24.97 | 48.46 | 12.74 | - |
| YUV | 133.4 | 88.26 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 63 | 0.99 | 0 | 0.71 | 0.16 | 137.26 | 0.98 | 0.42 |
| Hex | 2 | D6 | 3F | 63 | 0 | 47 | 10 | 89 | 62 | 2A |
| Octal | 2 | 326 | 77 | 143 | 0 | 107 | 20 | 211 | 142 | 52 |
| Binary | 10 | 11010110 | 111111 | 1100011 | 0 | 1000111 | 10000 | 10001001 | 1100010 | 101010 |
Color Harmonies of #02D63F
Complementary color
Monochromatic Colors of #02D63F
Black with #02D63F
Text Example
Text Example
White with #02D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D63F; }
p { color: rgb(2,214,63); }
H1.HeaderClassName
{
color: #02D63F;
}
.AnyTagClassName
{
color: #02D63F;
}
</style>
background-color css
<style>
a { background-color: #02D63F; }
a { background-color: rgb(2,214,63); }
div.DivClassName
{
background-color: #02D63F;
}
.BgClassName
{
background-color: #02D63F;
}
</style>
border-color css
<style>
span { border-color: #02D63F; }
span { border-color: rgb(2,214,63); }
td.TdClassName
{
border-color: #02D63F;
}
.TagClassName
{
border-color: #02D63F;
}
</style>