Shades of Malachite #02D74A
Tints of Malachite #02D74A
RGB
CMYK
RGB Variations
Color information
#02D74A (or 0x02D74A) is known color: Malachite. HEX triplet: 02, D7 and 4A. RGB value is (2,215,74). Sum of RGB (Red+Green+Blue) = 2+215+74=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #02D74A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D74A is #FD28B5. Grayscale: #878787. Windows color (decimal): -16591030 or 4904706. OLE color: 4904706.
HSL color Cylindrical-coordinate representation of color #02D74A: hue angle of 140.28º 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 #02D74A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 74 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.16 |
| HSL | 140.28º | 0.98% | 0.43% | - |
| HSV(B) | 140.28º | 0.99% | 0.84% | - |
| XYZ | 25.56 | 49.11 | 14.61 | - |
| YUV | 135.24 | 93.43 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 74 | 0.99 | 0 | 0.66 | 0.16 | 140.28 | 0.98 | 0.43 |
| Hex | 2 | D7 | 4A | 63 | 0 | 42 | 10 | 8C | 62 | 2B |
| Octal | 2 | 327 | 112 | 143 | 0 | 102 | 20 | 214 | 142 | 53 |
| Binary | 10 | 11010111 | 1001010 | 1100011 | 0 | 1000010 | 10000 | 10001100 | 1100010 | 101011 |
Color Harmonies of #02D74A
Complementary color
Monochromatic Colors of #02D74A
Black with #02D74A
Text Example
Text Example
White with #02D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D74A; }
p { color: rgb(2,215,74); }
H1.HeaderClassName
{
color: #02D74A;
}
.AnyTagClassName
{
color: #02D74A;
}
</style>
background-color css
<style>
a { background-color: #02D74A; }
a { background-color: rgb(2,215,74); }
div.DivClassName
{
background-color: #02D74A;
}
.BgClassName
{
background-color: #02D74A;
}
</style>
border-color css
<style>
span { border-color: #02D74A; }
span { border-color: rgb(2,215,74); }
td.TdClassName
{
border-color: #02D74A;
}
.TagClassName
{
border-color: #02D74A;
}
</style>