Shades of Malachite #03FC4D
Tints of Malachite #03FC4D
RGB
CMYK
RGB Variations
Color information
#03FC4D (or 0x03FC4D) is known color: Malachite. HEX triplet: 03, FC and 4D. RGB value is (3,252,77). Sum of RGB (Red+Green+Blue) = 3+252+77=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FC4D is #FC03B2. Grayscale: #9E9E9E. Windows color (decimal): -16516019 or 5110787. OLE color: 5110787.
HSL color Cylindrical-coordinate representation of color #03FC4D: hue angle of 137.83º 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 #03FC4D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 77 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.01 |
| HSL | 137.83º | 0.98% | 0.5% | - |
| HSV(B) | 137.83º | 0.99% | 0.99% | - |
| XYZ | 36.19 | 70.18 | 18.66 | - |
| YUV | 157.6 | 82.51 | 17.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 77 | 0.99 | 0 | 0.69 | 0.01 | 137.83 | 0.98 | 0.5 |
| Hex | 3 | FC | 4D | 63 | 0 | 45 | 1 | 8A | 62 | 32 |
| Octal | 3 | 374 | 115 | 143 | 0 | 105 | 1 | 212 | 142 | 62 |
| Binary | 11 | 11111100 | 1001101 | 1100011 | 0 | 1000101 | 1 | 10001010 | 1100010 | 110010 |
Color Harmonies of #03FC4D
Complementary color
Monochromatic Colors of #03FC4D
Black with #03FC4D
Text Example
Text Example
White with #03FC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC4D; }
p { color: rgb(3,252,77); }
H1.HeaderClassName
{
color: #03FC4D;
}
.AnyTagClassName
{
color: #03FC4D;
}
</style>
background-color css
<style>
a { background-color: #03FC4D; }
a { background-color: rgb(3,252,77); }
div.DivClassName
{
background-color: #03FC4D;
}
.BgClassName
{
background-color: #03FC4D;
}
</style>
border-color css
<style>
span { border-color: #03FC4D; }
span { border-color: rgb(3,252,77); }
td.TdClassName
{
border-color: #03FC4D;
}
.TagClassName
{
border-color: #03FC4D;
}
</style>