Shades of Malachite #02CB65
Tints of Malachite #02CB65
RGB
CMYK
RGB Variations
Color information
#02CB65 (or 0x02CB65) is known color: Malachite. HEX triplet: 02, CB and 65. RGB value is (2,203,101). Sum of RGB (Red+Green+Blue) = 2+203+101=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB65 is #FD349A. Grayscale: #838383. Windows color (decimal): -16594075 or 6671106. OLE color: 6671106.
HSL color Cylindrical-coordinate representation of color #02CB65: hue angle of 149.55º 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 #02CB65 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 101 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.20 |
| HSL | 149.55º | 0.98% | 0.4% | - |
| HSV(B) | 149.55º | 0.99% | 0.8% | - |
| XYZ | 23.73 | 43.66 | 19.49 | - |
| YUV | 131.27 | 110.91 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 101 | 0.99 | 0 | 0.50 | 0.20 | 149.55 | 0.98 | 0.4 |
| Hex | 2 | CB | 65 | 63 | 0 | 32 | 14 | 96 | 62 | 28 |
| Octal | 2 | 313 | 145 | 143 | 0 | 62 | 24 | 226 | 142 | 50 |
| Binary | 10 | 11001011 | 1100101 | 1100011 | 0 | 110010 | 10100 | 10010110 | 1100010 | 101000 |
Color Harmonies of #02CB65
Complementary color
Monochromatic Colors of #02CB65
Black with #02CB65
Text Example
Text Example
White with #02CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB65; }
p { color: rgb(2,203,101); }
H1.HeaderClassName
{
color: #02CB65;
}
.AnyTagClassName
{
color: #02CB65;
}
</style>
background-color css
<style>
a { background-color: #02CB65; }
a { background-color: rgb(2,203,101); }
div.DivClassName
{
background-color: #02CB65;
}
.BgClassName
{
background-color: #02CB65;
}
</style>
border-color css
<style>
span { border-color: #02CB65; }
span { border-color: rgb(2,203,101); }
td.TdClassName
{
border-color: #02CB65;
}
.TagClassName
{
border-color: #02CB65;
}
</style>