Shades of Malachite #02C655
Tints of Malachite #02C655
RGB
CMYK
RGB Variations
Color information
#02C655 (or 0x02C655) is known color: Malachite. HEX triplet: 02, C6 and 55. RGB value is (2,198,85). Sum of RGB (Red+Green+Blue) = 2+198+85=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #02C655 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C655 is #FD39AA. Grayscale: #7E7E7E. Windows color (decimal): -16595371 or 5621250. OLE color: 5621250.
HSL color Cylindrical-coordinate representation of color #02C655: hue angle of 145.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C655 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 85 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.22 |
| HSL | 145.41º | 0.98% | 0.39% | - |
| HSV(B) | 145.41º | 0.99% | 0.78% | - |
| XYZ | 21.86 | 41.06 | 15.37 | - |
| YUV | 126.51 | 104.57 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 85 | 0.99 | 0 | 0.57 | 0.22 | 145.41 | 0.98 | 0.39 |
| Hex | 2 | C6 | 55 | 63 | 0 | 39 | 16 | 91 | 62 | 27 |
| Octal | 2 | 306 | 125 | 143 | 0 | 71 | 26 | 221 | 142 | 47 |
| Binary | 10 | 11000110 | 1010101 | 1100011 | 0 | 111001 | 10110 | 10010001 | 1100010 | 100111 |
Color Harmonies of #02C655
Complementary color
Monochromatic Colors of #02C655
Black with #02C655
Text Example
Text Example
White with #02C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C655; }
p { color: rgb(2,198,85); }
H1.HeaderClassName
{
color: #02C655;
}
.AnyTagClassName
{
color: #02C655;
}
</style>
background-color css
<style>
a { background-color: #02C655; }
a { background-color: rgb(2,198,85); }
div.DivClassName
{
background-color: #02C655;
}
.BgClassName
{
background-color: #02C655;
}
</style>
border-color css
<style>
span { border-color: #02C655; }
span { border-color: rgb(2,198,85); }
td.TdClassName
{
border-color: #02C655;
}
.TagClassName
{
border-color: #02C655;
}
</style>