Shades of Malachite #02D654
Tints of Malachite #02D654
RGB
CMYK
RGB Variations
Color information
#02D654 (or 0x02D654) is known color: Malachite. HEX triplet: 02, D6 and 54. RGB value is (2,214,84). Sum of RGB (Red+Green+Blue) = 2+214+84=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #02D654 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D654 is #FD29AB. Grayscale: #888888. Windows color (decimal): -16591276 or 5559810. OLE color: 5559810.
HSL color Cylindrical-coordinate representation of color #02D654: hue angle of 143.21º 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 #02D654 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 84 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.16 |
| HSL | 143.21º | 0.98% | 0.42% | - |
| HSV(B) | 143.21º | 0.99% | 0.84% | - |
| XYZ | 25.67 | 48.75 | 16.44 | - |
| YUV | 135.79 | 98.76 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 84 | 0.99 | 0 | 0.61 | 0.16 | 143.21 | 0.98 | 0.42 |
| Hex | 2 | D6 | 54 | 63 | 0 | 3D | 10 | 8F | 62 | 2A |
| Octal | 2 | 326 | 124 | 143 | 0 | 75 | 20 | 217 | 142 | 52 |
| Binary | 10 | 11010110 | 1010100 | 1100011 | 0 | 111101 | 10000 | 10001111 | 1100010 | 101010 |
Color Harmonies of #02D654
Complementary color
Monochromatic Colors of #02D654
Black with #02D654
Text Example
Text Example
White with #02D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D654; }
p { color: rgb(2,214,84); }
H1.HeaderClassName
{
color: #02D654;
}
.AnyTagClassName
{
color: #02D654;
}
</style>
background-color css
<style>
a { background-color: #02D654; }
a { background-color: rgb(2,214,84); }
div.DivClassName
{
background-color: #02D654;
}
.BgClassName
{
background-color: #02D654;
}
</style>
border-color css
<style>
span { border-color: #02D654; }
span { border-color: rgb(2,214,84); }
td.TdClassName
{
border-color: #02D654;
}
.TagClassName
{
border-color: #02D654;
}
</style>