Shades of Malachite #02F655
Tints of Malachite #02F655
RGB
CMYK
RGB Variations
Color information
#02F655 (or 0x02F655) is known color: Malachite. HEX triplet: 02, F6 and 55. RGB value is (2,246,85). Sum of RGB (Red+Green+Blue) = 2+246+85=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #02F655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F655 is #FD09AA. Grayscale: #9B9B9B. Windows color (decimal): -16583083 or 5633538. OLE color: 5633538.
HSL color Cylindrical-coordinate representation of color #02F655: hue angle of 140.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F655 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 246 | 85 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.04 |
| HSL | 140.41º | 0.98% | 0.49% | - |
| HSV(B) | 140.41º | 0.99% | 0.96% | - |
| XYZ | 34.62 | 66.58 | 19.62 | - |
| YUV | 154.69 | 88.66 | 19.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 246 | 85 | 0.99 | 0 | 0.65 | 0.04 | 140.41 | 0.98 | 0.49 |
| Hex | 2 | F6 | 55 | 63 | 0 | 41 | 4 | 8C | 62 | 31 |
| Octal | 2 | 366 | 125 | 143 | 0 | 101 | 4 | 214 | 142 | 61 |
| Binary | 10 | 11110110 | 1010101 | 1100011 | 0 | 1000001 | 100 | 10001100 | 1100010 | 110001 |
Color Harmonies of #02F655
Complementary color
Monochromatic Colors of #02F655
Black with #02F655
Text Example
Text Example
White with #02F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F655; }
p { color: rgb(2,246,85); }
H1.HeaderClassName
{
color: #02F655;
}
.AnyTagClassName
{
color: #02F655;
}
</style>
background-color css
<style>
a { background-color: #02F655; }
a { background-color: rgb(2,246,85); }
div.DivClassName
{
background-color: #02F655;
}
.BgClassName
{
background-color: #02F655;
}
</style>
border-color css
<style>
span { border-color: #02F655; }
span { border-color: rgb(2,246,85); }
td.TdClassName
{
border-color: #02F655;
}
.TagClassName
{
border-color: #02F655;
}
</style>