Shades of Malachite #03F259
Tints of Malachite #03F259
RGB
CMYK
RGB Variations
Color information
#03F259 (or 0x03F259) is known color: Malachite. HEX triplet: 03, F2 and 59. RGB value is (3,242,89). Sum of RGB (Red+Green+Blue) = 3+242+89=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #03F259 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F259 is #FC0DA6. Grayscale: #999999. Windows color (decimal): -16518567 or 5894659. OLE color: 5894659.
HSL color Cylindrical-coordinate representation of color #03F259: hue angle of 141.59º 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 #03F259 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 89 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.05 |
| HSL | 141.59º | 0.98% | 0.48% | - |
| HSV(B) | 141.59º | 0.99% | 0.95% | - |
| XYZ | 33.59 | 64.24 | 20.08 | - |
| YUV | 153.1 | 91.82 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 89 | 0.99 | 0 | 0.63 | 0.05 | 141.59 | 0.98 | 0.48 |
| Hex | 3 | F2 | 59 | 63 | 0 | 3F | 5 | 8E | 62 | 30 |
| Octal | 3 | 362 | 131 | 143 | 0 | 77 | 5 | 216 | 142 | 60 |
| Binary | 11 | 11110010 | 1011001 | 1100011 | 0 | 111111 | 101 | 10001110 | 1100010 | 110000 |
Color Harmonies of #03F259
Complementary color
Monochromatic Colors of #03F259
Black with #03F259
Text Example
Text Example
White with #03F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F259; }
p { color: rgb(3,242,89); }
H1.HeaderClassName
{
color: #03F259;
}
.AnyTagClassName
{
color: #03F259;
}
</style>
background-color css
<style>
a { background-color: #03F259; }
a { background-color: rgb(3,242,89); }
div.DivClassName
{
background-color: #03F259;
}
.BgClassName
{
background-color: #03F259;
}
</style>
border-color css
<style>
span { border-color: #03F259; }
span { border-color: rgb(3,242,89); }
td.TdClassName
{
border-color: #03F259;
}
.TagClassName
{
border-color: #03F259;
}
</style>