Shades of Malachite #02C25D
Tints of Malachite #02C25D
RGB
CMYK
RGB Variations
Color information
#02C25D (or 0x02C25D) is known color: Malachite. HEX triplet: 02, C2 and 5D. RGB value is (2,194,93). Sum of RGB (Red+Green+Blue) = 2+194+93=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #02C25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C25D is #FD3DA2. Grayscale: #7D7D7D. Windows color (decimal): -16596387 or 6144514. OLE color: 6144514.
HSL color Cylindrical-coordinate representation of color #02C25D: hue angle of 148.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C25D is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 93 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.24 |
| HSL | 148.44º | 0.98% | 0.38% | - |
| HSV(B) | 148.44º | 0.99% | 0.76% | - |
| XYZ | 21.29 | 39.39 | 16.84 | - |
| YUV | 125.08 | 109.89 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 93 | 0.99 | 0 | 0.52 | 0.24 | 148.44 | 0.98 | 0.38 |
| Hex | 2 | C2 | 5D | 63 | 0 | 34 | 18 | 94 | 62 | 26 |
| Octal | 2 | 302 | 135 | 143 | 0 | 64 | 30 | 224 | 142 | 46 |
| Binary | 10 | 11000010 | 1011101 | 1100011 | 0 | 110100 | 11000 | 10010100 | 1100010 | 100110 |
Color Harmonies of #02C25D
Complementary color
Monochromatic Colors of #02C25D
Black with #02C25D
Text Example
Text Example
White with #02C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C25D; }
p { color: rgb(2,194,93); }
H1.HeaderClassName
{
color: #02C25D;
}
.AnyTagClassName
{
color: #02C25D;
}
</style>
background-color css
<style>
a { background-color: #02C25D; }
a { background-color: rgb(2,194,93); }
div.DivClassName
{
background-color: #02C25D;
}
.BgClassName
{
background-color: #02C25D;
}
</style>
border-color css
<style>
span { border-color: #02C25D; }
span { border-color: rgb(2,194,93); }
td.TdClassName
{
border-color: #02C25D;
}
.TagClassName
{
border-color: #02C25D;
}
</style>