Shades of Malachite #03F163
Tints of Malachite #03F163
RGB
CMYK
RGB Variations
Color information
#03F163 (or 0x03F163) is known color: Malachite. HEX triplet: 03, F1 and 63. RGB value is (3,241,99). Sum of RGB (Red+Green+Blue) = 3+241+99=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #03F163 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F163 is #FC0E9C. Grayscale: #999999. Windows color (decimal): -16518813 or 6549763. OLE color: 6549763.
HSL color Cylindrical-coordinate representation of color #03F163: hue angle of 144.2º 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 #03F163 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 99 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.05 |
| HSL | 144.2º | 0.98% | 0.48% | - |
| HSV(B) | 144.2º | 0.99% | 0.95% | - |
| XYZ | 33.74 | 63.83 | 22.35 | - |
| YUV | 153.65 | 97.15 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 99 | 0.99 | 0 | 0.59 | 0.05 | 144.2 | 0.98 | 0.48 |
| Hex | 3 | F1 | 63 | 63 | 0 | 3B | 5 | 90 | 62 | 30 |
| Octal | 3 | 361 | 143 | 143 | 0 | 73 | 5 | 220 | 142 | 60 |
| Binary | 11 | 11110001 | 1100011 | 1100011 | 0 | 111011 | 101 | 10010000 | 1100010 | 110000 |
Color Harmonies of #03F163
Complementary color
Monochromatic Colors of #03F163
Black with #03F163
Text Example
Text Example
White with #03F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F163; }
p { color: rgb(3,241,99); }
H1.HeaderClassName
{
color: #03F163;
}
.AnyTagClassName
{
color: #03F163;
}
</style>
background-color css
<style>
a { background-color: #03F163; }
a { background-color: rgb(3,241,99); }
div.DivClassName
{
background-color: #03F163;
}
.BgClassName
{
background-color: #03F163;
}
</style>
border-color css
<style>
span { border-color: #03F163; }
span { border-color: rgb(3,241,99); }
td.TdClassName
{
border-color: #03F163;
}
.TagClassName
{
border-color: #03F163;
}
</style>