Shades of Malachite #02F245
Tints of Malachite #02F245
RGB
CMYK
RGB Variations
Color information
#02F245 (or 0x02F245) is known color: Malachite. HEX triplet: 02, F2 and 45. RGB value is (2,242,69). Sum of RGB (Red+Green+Blue) = 2+242+69=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #02F245 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F245 is #FD0DBA. Grayscale: #969696. Windows color (decimal): -16584123 or 4583938. OLE color: 4583938.
HSL color Cylindrical-coordinate representation of color #02F245: hue angle of 136.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 #02F245 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 69 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.05 |
| HSL | 136.75º | 0.98% | 0.48% | - |
| HSV(B) | 136.75º | 0.99% | 0.95% | - |
| XYZ | 32.85 | 63.95 | 16.24 | - |
| YUV | 150.52 | 81.99 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 69 | 0.99 | 0 | 0.71 | 0.05 | 136.75 | 0.98 | 0.48 |
| Hex | 2 | F2 | 45 | 63 | 0 | 47 | 5 | 89 | 62 | 30 |
| Octal | 2 | 362 | 105 | 143 | 0 | 107 | 5 | 211 | 142 | 60 |
| Binary | 10 | 11110010 | 1000101 | 1100011 | 0 | 1000111 | 101 | 10001001 | 1100010 | 110000 |
Color Harmonies of #02F245
Complementary color
Monochromatic Colors of #02F245
Black with #02F245
Text Example
Text Example
White with #02F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F245; }
p { color: rgb(2,242,69); }
H1.HeaderClassName
{
color: #02F245;
}
.AnyTagClassName
{
color: #02F245;
}
</style>
background-color css
<style>
a { background-color: #02F245; }
a { background-color: rgb(2,242,69); }
div.DivClassName
{
background-color: #02F245;
}
.BgClassName
{
background-color: #02F245;
}
</style>
border-color css
<style>
span { border-color: #02F245; }
span { border-color: rgb(2,242,69); }
td.TdClassName
{
border-color: #02F245;
}
.TagClassName
{
border-color: #02F245;
}
</style>