Shades of Malachite #02CB5B
Tints of Malachite #02CB5B
RGB
CMYK
RGB Variations
Color information
#02CB5B (or 0x02CB5B) is known color: Malachite. HEX triplet: 02, CB and 5B. RGB value is (2,203,91). Sum of RGB (Red+Green+Blue) = 2+203+91=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB5B is #FD34A4. Grayscale: #828282. Windows color (decimal): -16594085 or 6015746. OLE color: 6015746.
HSL color Cylindrical-coordinate representation of color #02CB5B: hue angle of 146.57º 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 #02CB5B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 91 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.20 |
| HSL | 146.57º | 0.98% | 0.4% | - |
| HSV(B) | 146.57º | 0.99% | 0.8% | - |
| XYZ | 23.27 | 43.48 | 17.06 | - |
| YUV | 130.13 | 105.91 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 91 | 0.99 | 0 | 0.55 | 0.20 | 146.57 | 0.98 | 0.4 |
| Hex | 2 | CB | 5B | 63 | 0 | 37 | 14 | 93 | 62 | 28 |
| Octal | 2 | 313 | 133 | 143 | 0 | 67 | 24 | 223 | 142 | 50 |
| Binary | 10 | 11001011 | 1011011 | 1100011 | 0 | 110111 | 10100 | 10010011 | 1100010 | 101000 |
Color Harmonies of #02CB5B
Complementary color
Monochromatic Colors of #02CB5B
Black with #02CB5B
Text Example
Text Example
White with #02CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB5B; }
p { color: rgb(2,203,91); }
H1.HeaderClassName
{
color: #02CB5B;
}
.AnyTagClassName
{
color: #02CB5B;
}
</style>
background-color css
<style>
a { background-color: #02CB5B; }
a { background-color: rgb(2,203,91); }
div.DivClassName
{
background-color: #02CB5B;
}
.BgClassName
{
background-color: #02CB5B;
}
</style>
border-color css
<style>
span { border-color: #02CB5B; }
span { border-color: rgb(2,203,91); }
td.TdClassName
{
border-color: #02CB5B;
}
.TagClassName
{
border-color: #02CB5B;
}
</style>