Shades of Malachite #02F441
Tints of Malachite #02F441
RGB
CMYK
RGB Variations
Color information
#02F441 (or 0x02F441) is known color: Malachite. HEX triplet: 02, F4 and 41. RGB value is (2,244,65). Sum of RGB (Red+Green+Blue) = 2+244+65=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 244 (95.70% from 255 or 78.46% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 244 - color contains mainly: green. Hex color #02F441 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F441 is #FD0BBE. Grayscale: #979797. Windows color (decimal): -16583615 or 4322306. OLE color: 4322306.
HSL color Cylindrical-coordinate representation of color #02F441: hue angle of 135.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F441 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 65 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.04 |
| HSL | 135.62º | 0.98% | 0.48% | - |
| HSV(B) | 135.62º | 0.99% | 0.96% | - |
| XYZ | 33.33 | 65.1 | 15.81 | - |
| YUV | 151.24 | 79.33 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 65 | 0.99 | 0 | 0.73 | 0.04 | 135.62 | 0.98 | 0.48 |
| Hex | 2 | F4 | 41 | 63 | 0 | 49 | 4 | 88 | 62 | 30 |
| Octal | 2 | 364 | 101 | 143 | 0 | 111 | 4 | 210 | 142 | 60 |
| Binary | 10 | 11110100 | 1000001 | 1100011 | 0 | 1001001 | 100 | 10001000 | 1100010 | 110000 |
Color Harmonies of #02F441
Complementary color
Monochromatic Colors of #02F441
Black with #02F441
Text Example
Text Example
White with #02F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F441; }
p { color: rgb(2,244,65); }
H1.HeaderClassName
{
color: #02F441;
}
.AnyTagClassName
{
color: #02F441;
}
</style>
background-color css
<style>
a { background-color: #02F441; }
a { background-color: rgb(2,244,65); }
div.DivClassName
{
background-color: #02F441;
}
.BgClassName
{
background-color: #02F441;
}
</style>
border-color css
<style>
span { border-color: #02F441; }
span { border-color: rgb(2,244,65); }
td.TdClassName
{
border-color: #02F441;
}
.TagClassName
{
border-color: #02F441;
}
</style>