Shades of Malachite #02F255
Tints of Malachite #02F255
RGB
CMYK
RGB Variations
Color information
#02F255 (or 0x02F255) is known color: Malachite. HEX triplet: 02, F2 and 55. RGB value is (2,242,85). Sum of RGB (Red+Green+Blue) = 2+242+85=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #02F255 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F255 is #FD0DAA. Grayscale: #989898. Windows color (decimal): -16584107 or 5632514. OLE color: 5632514.
HSL color Cylindrical-coordinate representation of color #02F255: hue angle of 140.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F255 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 85 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.05 |
| HSL | 140.75º | 0.98% | 0.48% | - |
| HSV(B) | 140.75º | 0.99% | 0.95% | - |
| XYZ | 33.42 | 64.17 | 19.22 | - |
| YUV | 152.34 | 89.99 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 85 | 0.99 | 0 | 0.65 | 0.05 | 140.75 | 0.98 | 0.48 |
| Hex | 2 | F2 | 55 | 63 | 0 | 41 | 5 | 8D | 62 | 30 |
| Octal | 2 | 362 | 125 | 143 | 0 | 101 | 5 | 215 | 142 | 60 |
| Binary | 10 | 11110010 | 1010101 | 1100011 | 0 | 1000001 | 101 | 10001101 | 1100010 | 110000 |
Color Harmonies of #02F255
Complementary color
Monochromatic Colors of #02F255
Black with #02F255
Text Example
Text Example
White with #02F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F255; }
p { color: rgb(2,242,85); }
H1.HeaderClassName
{
color: #02F255;
}
.AnyTagClassName
{
color: #02F255;
}
</style>
background-color css
<style>
a { background-color: #02F255; }
a { background-color: rgb(2,242,85); }
div.DivClassName
{
background-color: #02F255;
}
.BgClassName
{
background-color: #02F255;
}
</style>
border-color css
<style>
span { border-color: #02F255; }
span { border-color: rgb(2,242,85); }
td.TdClassName
{
border-color: #02F255;
}
.TagClassName
{
border-color: #02F255;
}
</style>