Shades of Malachite #03FA56
Tints of Malachite #03FA56
RGB
CMYK
RGB Variations
Color information
#03FA56 (or 0x03FA56) is known color: Malachite. HEX triplet: 03, FA and 56. RGB value is (3,250,86). Sum of RGB (Red+Green+Blue) = 3+250+86=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA56 is #FC05A9. Grayscale: #9D9D9D. Windows color (decimal): -16516522 or 5700099. OLE color: 5700099.
HSL color Cylindrical-coordinate representation of color #03FA56: hue angle of 140.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA56 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 86 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.02 |
| HSL | 140.16º | 0.98% | 0.5% | - |
| HSV(B) | 140.16º | 0.99% | 0.98% | - |
| XYZ | 35.9 | 69.06 | 20.24 | - |
| YUV | 157.45 | 87.67 | 17.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 86 | 0.99 | 0 | 0.66 | 0.02 | 140.16 | 0.98 | 0.5 |
| Hex | 3 | FA | 56 | 63 | 0 | 42 | 2 | 8C | 62 | 32 |
| Octal | 3 | 372 | 126 | 143 | 0 | 102 | 2 | 214 | 142 | 62 |
| Binary | 11 | 11111010 | 1010110 | 1100011 | 0 | 1000010 | 10 | 10001100 | 1100010 | 110010 |
Color Harmonies of #03FA56
Complementary color
Monochromatic Colors of #03FA56
Black with #03FA56
Text Example
Text Example
White with #03FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA56; }
p { color: rgb(3,250,86); }
H1.HeaderClassName
{
color: #03FA56;
}
.AnyTagClassName
{
color: #03FA56;
}
</style>
background-color css
<style>
a { background-color: #03FA56; }
a { background-color: rgb(3,250,86); }
div.DivClassName
{
background-color: #03FA56;
}
.BgClassName
{
background-color: #03FA56;
}
</style>
border-color css
<style>
span { border-color: #03FA56; }
span { border-color: rgb(3,250,86); }
td.TdClassName
{
border-color: #03FA56;
}
.TagClassName
{
border-color: #03FA56;
}
</style>