Shades of Malachite #02CB64
Tints of Malachite #02CB64
RGB
CMYK
RGB Variations
Color information
#02CB64 (or 0x02CB64) is known color: Malachite. HEX triplet: 02, CB and 64. RGB value is (2,203,100). Sum of RGB (Red+Green+Blue) = 2+203+100=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB64 is #FD349B. Grayscale: #838383. Windows color (decimal): -16594076 or 6605570. OLE color: 6605570.
HSL color Cylindrical-coordinate representation of color #02CB64: hue angle of 149.25º 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 #02CB64 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 100 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.20 |
| HSL | 149.25º | 0.98% | 0.4% | - |
| HSV(B) | 149.25º | 0.99% | 0.8% | - |
| XYZ | 23.68 | 43.64 | 19.23 | - |
| YUV | 131.16 | 110.41 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 100 | 0.99 | 0 | 0.51 | 0.20 | 149.25 | 0.98 | 0.4 |
| Hex | 2 | CB | 64 | 63 | 0 | 33 | 14 | 95 | 62 | 28 |
| Octal | 2 | 313 | 144 | 143 | 0 | 63 | 24 | 225 | 142 | 50 |
| Binary | 10 | 11001011 | 1100100 | 1100011 | 0 | 110011 | 10100 | 10010101 | 1100010 | 101000 |
Color Harmonies of #02CB64
Complementary color
Monochromatic Colors of #02CB64
Black with #02CB64
Text Example
Text Example
White with #02CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB64; }
p { color: rgb(2,203,100); }
H1.HeaderClassName
{
color: #02CB64;
}
.AnyTagClassName
{
color: #02CB64;
}
</style>
background-color css
<style>
a { background-color: #02CB64; }
a { background-color: rgb(2,203,100); }
div.DivClassName
{
background-color: #02CB64;
}
.BgClassName
{
background-color: #02CB64;
}
</style>
border-color css
<style>
span { border-color: #02CB64; }
span { border-color: rgb(2,203,100); }
td.TdClassName
{
border-color: #02CB64;
}
.TagClassName
{
border-color: #02CB64;
}
</style>