Shades of Malachite #03FD5A
Tints of Malachite #03FD5A
RGB
CMYK
RGB Variations
Color information
#03FD5A (or 0x03FD5A) is known color: Malachite. HEX triplet: 03, FD and 5A. RGB value is (3,253,90). Sum of RGB (Red+Green+Blue) = 3+253+90=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 253 (99.22% from 255 or 73.12% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FD5A is #FC02A5. Grayscale: #A0A0A0. Windows color (decimal): -16515750 or 5963011. OLE color: 5963011.
HSL color Cylindrical-coordinate representation of color #03FD5A: hue angle of 140.88º 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 #03FD5A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 90 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.01 |
| HSL | 140.88º | 0.98% | 0.5% | - |
| HSV(B) | 140.88º | 0.99% | 0.99% | - |
| XYZ | 37.01 | 71.01 | 21.43 | - |
| YUV | 159.67 | 88.68 | 16.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 90 | 0.99 | 0 | 0.64 | 0.01 | 140.88 | 0.98 | 0.5 |
| Hex | 3 | FD | 5A | 63 | 0 | 40 | 1 | 8D | 62 | 32 |
| Octal | 3 | 375 | 132 | 143 | 0 | 100 | 1 | 215 | 142 | 62 |
| Binary | 11 | 11111101 | 1011010 | 1100011 | 0 | 1000000 | 1 | 10001101 | 1100010 | 110010 |
Color Harmonies of #03FD5A
Complementary color
Monochromatic Colors of #03FD5A
Black with #03FD5A
Text Example
Text Example
White with #03FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FD5A; }
p { color: rgb(3,253,90); }
H1.HeaderClassName
{
color: #03FD5A;
}
.AnyTagClassName
{
color: #03FD5A;
}
</style>
background-color css
<style>
a { background-color: #03FD5A; }
a { background-color: rgb(3,253,90); }
div.DivClassName
{
background-color: #03FD5A;
}
.BgClassName
{
background-color: #03FD5A;
}
</style>
border-color css
<style>
span { border-color: #03FD5A; }
span { border-color: rgb(3,253,90); }
td.TdClassName
{
border-color: #03FD5A;
}
.TagClassName
{
border-color: #03FD5A;
}
</style>