Shades of Malachite #02D452
Tints of Malachite #02D452
RGB
CMYK
RGB Variations
Color information
#02D452 (or 0x02D452) is known color: Malachite. HEX triplet: 02, D4 and 52. RGB value is (2,212,82). Sum of RGB (Red+Green+Blue) = 2+212+82=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #02D452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D452 is #FD2BAD. Grayscale: #868686. Windows color (decimal): -16591790 or 5428226. OLE color: 5428226.
HSL color Cylindrical-coordinate representation of color #02D452: hue angle of 142.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D452 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 82 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.17 |
| HSL | 142.86º | 0.98% | 0.42% | - |
| HSV(B) | 142.86º | 0.99% | 0.83% | - |
| XYZ | 25.09 | 47.71 | 15.87 | - |
| YUV | 134.39 | 98.43 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 82 | 0.99 | 0 | 0.61 | 0.17 | 142.86 | 0.98 | 0.42 |
| Hex | 2 | D4 | 52 | 63 | 0 | 3D | 11 | 8F | 62 | 2A |
| Octal | 2 | 324 | 122 | 143 | 0 | 75 | 21 | 217 | 142 | 52 |
| Binary | 10 | 11010100 | 1010010 | 1100011 | 0 | 111101 | 10001 | 10001111 | 1100010 | 101010 |
Color Harmonies of #02D452
Complementary color
Monochromatic Colors of #02D452
Black with #02D452
Text Example
Text Example
White with #02D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D452; }
p { color: rgb(2,212,82); }
H1.HeaderClassName
{
color: #02D452;
}
.AnyTagClassName
{
color: #02D452;
}
</style>
background-color css
<style>
a { background-color: #02D452; }
a { background-color: rgb(2,212,82); }
div.DivClassName
{
background-color: #02D452;
}
.BgClassName
{
background-color: #02D452;
}
</style>
border-color css
<style>
span { border-color: #02D452; }
span { border-color: rgb(2,212,82); }
td.TdClassName
{
border-color: #02D452;
}
.TagClassName
{
border-color: #02D452;
}
</style>