Shades of Malachite #02D64B
Tints of Malachite #02D64B
RGB
CMYK
RGB Variations
Color information
#02D64B (or 0x02D64B) is known color: Malachite. HEX triplet: 02, D6 and 4B. RGB value is (2,214,75). Sum of RGB (Red+Green+Blue) = 2+214+75=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #02D64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D64B is #FD29B4. Grayscale: #878787. Windows color (decimal): -16591285 or 4969986. OLE color: 4969986.
HSL color Cylindrical-coordinate representation of color #02D64B: hue angle of 140.66º 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 #02D64B is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 75 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.16 |
| HSL | 140.66º | 0.98% | 0.42% | - |
| HSV(B) | 140.66º | 0.99% | 0.84% | - |
| XYZ | 25.34 | 48.61 | 14.7 | - |
| YUV | 134.77 | 94.26 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 75 | 0.99 | 0 | 0.65 | 0.16 | 140.66 | 0.98 | 0.42 |
| Hex | 2 | D6 | 4B | 63 | 0 | 41 | 10 | 8D | 62 | 2A |
| Octal | 2 | 326 | 113 | 143 | 0 | 101 | 20 | 215 | 142 | 52 |
| Binary | 10 | 11010110 | 1001011 | 1100011 | 0 | 1000001 | 10000 | 10001101 | 1100010 | 101010 |
Color Harmonies of #02D64B
Complementary color
Monochromatic Colors of #02D64B
Black with #02D64B
Text Example
Text Example
White with #02D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D64B; }
p { color: rgb(2,214,75); }
H1.HeaderClassName
{
color: #02D64B;
}
.AnyTagClassName
{
color: #02D64B;
}
</style>
background-color css
<style>
a { background-color: #02D64B; }
a { background-color: rgb(2,214,75); }
div.DivClassName
{
background-color: #02D64B;
}
.BgClassName
{
background-color: #02D64B;
}
</style>
border-color css
<style>
span { border-color: #02D64B; }
span { border-color: rgb(2,214,75); }
td.TdClassName
{
border-color: #02D64B;
}
.TagClassName
{
border-color: #02D64B;
}
</style>