Shades of Malachite #03F263
Tints of Malachite #03F263
RGB
CMYK
RGB Variations
Color information
#03F263 (or 0x03F263) is known color: Malachite. HEX triplet: 03, F2 and 63. RGB value is (3,242,99). Sum of RGB (Red+Green+Blue) = 3+242+99=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #03F263 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F263 is #FC0D9C. Grayscale: #9A9A9A. Windows color (decimal): -16518557 or 6550019. OLE color: 6550019.
HSL color Cylindrical-coordinate representation of color #03F263: hue angle of 144.1º 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 #03F263 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 99 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.05 |
| HSL | 144.1º | 0.98% | 0.48% | - |
| HSV(B) | 144.1º | 0.99% | 0.95% | - |
| XYZ | 34.04 | 64.42 | 22.45 | - |
| YUV | 154.24 | 96.82 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 99 | 0.99 | 0 | 0.59 | 0.05 | 144.1 | 0.98 | 0.48 |
| Hex | 3 | F2 | 63 | 63 | 0 | 3B | 5 | 90 | 62 | 30 |
| Octal | 3 | 362 | 143 | 143 | 0 | 73 | 5 | 220 | 142 | 60 |
| Binary | 11 | 11110010 | 1100011 | 1100011 | 0 | 111011 | 101 | 10010000 | 1100010 | 110000 |
Color Harmonies of #03F263
Complementary color
Monochromatic Colors of #03F263
Black with #03F263
Text Example
Text Example
White with #03F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F263; }
p { color: rgb(3,242,99); }
H1.HeaderClassName
{
color: #03F263;
}
.AnyTagClassName
{
color: #03F263;
}
</style>
background-color css
<style>
a { background-color: #03F263; }
a { background-color: rgb(3,242,99); }
div.DivClassName
{
background-color: #03F263;
}
.BgClassName
{
background-color: #03F263;
}
</style>
border-color css
<style>
span { border-color: #03F263; }
span { border-color: rgb(3,242,99); }
td.TdClassName
{
border-color: #03F263;
}
.TagClassName
{
border-color: #03F263;
}
</style>