Shades of Malachite #03FC5A
Tints of Malachite #03FC5A
RGB
CMYK
RGB Variations
Color information
#03FC5A (or 0x03FC5A) is known color: Malachite. HEX triplet: 03, FC and 5A. RGB value is (3,252,90). Sum of RGB (Red+Green+Blue) = 3+252+90=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FC5A is #FC03A5. Grayscale: #9F9F9F. Windows color (decimal): -16516006 or 5962755. OLE color: 5962755.
HSL color Cylindrical-coordinate representation of color #03FC5A: hue angle of 140.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC5A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 90 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.01 |
| HSL | 140.96º | 0.98% | 0.5% | - |
| HSV(B) | 140.96º | 0.99% | 0.99% | - |
| XYZ | 36.69 | 70.38 | 21.32 | - |
| YUV | 159.08 | 89.01 | 16.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 90 | 0.99 | 0 | 0.64 | 0.01 | 140.96 | 0.98 | 0.5 |
| Hex | 3 | FC | 5A | 63 | 0 | 40 | 1 | 8D | 62 | 32 |
| Octal | 3 | 374 | 132 | 143 | 0 | 100 | 1 | 215 | 142 | 62 |
| Binary | 11 | 11111100 | 1011010 | 1100011 | 0 | 1000000 | 1 | 10001101 | 1100010 | 110010 |
Color Harmonies of #03FC5A
Complementary color
Monochromatic Colors of #03FC5A
Black with #03FC5A
Text Example
Text Example
White with #03FC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC5A; }
p { color: rgb(3,252,90); }
H1.HeaderClassName
{
color: #03FC5A;
}
.AnyTagClassName
{
color: #03FC5A;
}
</style>
background-color css
<style>
a { background-color: #03FC5A; }
a { background-color: rgb(3,252,90); }
div.DivClassName
{
background-color: #03FC5A;
}
.BgClassName
{
background-color: #03FC5A;
}
</style>
border-color css
<style>
span { border-color: #03FC5A; }
span { border-color: rgb(3,252,90); }
td.TdClassName
{
border-color: #03FC5A;
}
.TagClassName
{
border-color: #03FC5A;
}
</style>