Shades of Malachite #03FC5B
Tints of Malachite #03FC5B
RGB
CMYK
RGB Variations
Color information
#03FC5B (or 0x03FC5B) is known color: Malachite. HEX triplet: 03, FC and 5B. RGB value is (3,252,91). Sum of RGB (Red+Green+Blue) = 3+252+91=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FC5B is #FC03A4. Grayscale: #9F9F9F. Windows color (decimal): -16516005 or 6028291. OLE color: 6028291.
HSL color Cylindrical-coordinate representation of color #03FC5B: hue angle of 141.2º 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 #03FC5B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 91 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.01 |
| HSL | 141.2º | 0.98% | 0.5% | - |
| HSV(B) | 141.2º | 0.99% | 0.99% | - |
| XYZ | 36.74 | 70.4 | 21.55 | - |
| YUV | 159.2 | 89.51 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 91 | 0.99 | 0 | 0.64 | 0.01 | 141.2 | 0.98 | 0.5 |
| Hex | 3 | FC | 5B | 63 | 0 | 40 | 1 | 8D | 62 | 32 |
| Octal | 3 | 374 | 133 | 143 | 0 | 100 | 1 | 215 | 142 | 62 |
| Binary | 11 | 11111100 | 1011011 | 1100011 | 0 | 1000000 | 1 | 10001101 | 1100010 | 110010 |
Color Harmonies of #03FC5B
Complementary color
Monochromatic Colors of #03FC5B
Black with #03FC5B
Text Example
Text Example
White with #03FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC5B; }
p { color: rgb(3,252,91); }
H1.HeaderClassName
{
color: #03FC5B;
}
.AnyTagClassName
{
color: #03FC5B;
}
</style>
background-color css
<style>
a { background-color: #03FC5B; }
a { background-color: rgb(3,252,91); }
div.DivClassName
{
background-color: #03FC5B;
}
.BgClassName
{
background-color: #03FC5B;
}
</style>
border-color css
<style>
span { border-color: #03FC5B; }
span { border-color: rgb(3,252,91); }
td.TdClassName
{
border-color: #03FC5B;
}
.TagClassName
{
border-color: #03FC5B;
}
</style>