Shades of Malachite #02D73D
Tints of Malachite #02D73D
RGB
CMYK
RGB Variations
Color information
#02D73D (or 0x02D73D) is known color: Malachite. HEX triplet: 02, D7 and 3D. RGB value is (2,215,61). Sum of RGB (Red+Green+Blue) = 2+215+61=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #02D73D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D73D is #FD28C2. Grayscale: #868686. Windows color (decimal): -16591043 or 4052738. OLE color: 4052738.
HSL color Cylindrical-coordinate representation of color #02D73D: hue angle of 136.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D73D is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 61 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.16 |
| HSL | 136.62º | 0.98% | 0.43% | - |
| HSV(B) | 136.62º | 0.99% | 0.84% | - |
| XYZ | 25.17 | 48.95 | 12.54 | - |
| YUV | 133.76 | 86.93 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 61 | 0.99 | 0 | 0.72 | 0.16 | 136.62 | 0.98 | 0.43 |
| Hex | 2 | D7 | 3D | 63 | 0 | 48 | 10 | 89 | 62 | 2B |
| Octal | 2 | 327 | 75 | 143 | 0 | 110 | 20 | 211 | 142 | 53 |
| Binary | 10 | 11010111 | 111101 | 1100011 | 0 | 1001000 | 10000 | 10001001 | 1100010 | 101011 |
Color Harmonies of #02D73D
Complementary color
Monochromatic Colors of #02D73D
Black with #02D73D
Text Example
Text Example
White with #02D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D73D; }
p { color: rgb(2,215,61); }
H1.HeaderClassName
{
color: #02D73D;
}
.AnyTagClassName
{
color: #02D73D;
}
</style>
background-color css
<style>
a { background-color: #02D73D; }
a { background-color: rgb(2,215,61); }
div.DivClassName
{
background-color: #02D73D;
}
.BgClassName
{
background-color: #02D73D;
}
</style>
border-color css
<style>
span { border-color: #02D73D; }
span { border-color: rgb(2,215,61); }
td.TdClassName
{
border-color: #02D73D;
}
.TagClassName
{
border-color: #02D73D;
}
</style>