Shades of Malachite #02CB5D
Tints of Malachite #02CB5D
RGB
CMYK
RGB Variations
Color information
#02CB5D (or 0x02CB5D) is known color: Malachite. HEX triplet: 02, CB and 5D. RGB value is (2,203,93). Sum of RGB (Red+Green+Blue) = 2+203+93=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB5D is #FD34A2. Grayscale: #828282. Windows color (decimal): -16594083 or 6146818. OLE color: 6146818.
HSL color Cylindrical-coordinate representation of color #02CB5D: hue angle of 147.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB5D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 93 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.20 |
| HSL | 147.16º | 0.98% | 0.4% | - |
| HSV(B) | 147.16º | 0.99% | 0.8% | - |
| XYZ | 23.36 | 43.52 | 17.52 | - |
| YUV | 130.36 | 106.91 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 93 | 0.99 | 0 | 0.54 | 0.20 | 147.16 | 0.98 | 0.4 |
| Hex | 2 | CB | 5D | 63 | 0 | 36 | 14 | 93 | 62 | 28 |
| Octal | 2 | 313 | 135 | 143 | 0 | 66 | 24 | 223 | 142 | 50 |
| Binary | 10 | 11001011 | 1011101 | 1100011 | 0 | 110110 | 10100 | 10010011 | 1100010 | 101000 |
Color Harmonies of #02CB5D
Complementary color
Monochromatic Colors of #02CB5D
Black with #02CB5D
Text Example
Text Example
White with #02CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB5D; }
p { color: rgb(2,203,93); }
H1.HeaderClassName
{
color: #02CB5D;
}
.AnyTagClassName
{
color: #02CB5D;
}
</style>
background-color css
<style>
a { background-color: #02CB5D; }
a { background-color: rgb(2,203,93); }
div.DivClassName
{
background-color: #02CB5D;
}
.BgClassName
{
background-color: #02CB5D;
}
</style>
border-color css
<style>
span { border-color: #02CB5D; }
span { border-color: rgb(2,203,93); }
td.TdClassName
{
border-color: #02CB5D;
}
.TagClassName
{
border-color: #02CB5D;
}
</style>