Shades of Malachite #03EC50
Tints of Malachite #03EC50
RGB
CMYK
RGB Variations
Color information
#03EC50 (or 0x03EC50) is known color: Malachite. HEX triplet: 03, EC and 50. RGB value is (3,236,80). Sum of RGB (Red+Green+Blue) = 3+236+80=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03EC50 is #FC13AF. Grayscale: #949494. Windows color (decimal): -16520112 or 5303299. OLE color: 5303299.
HSL color Cylindrical-coordinate representation of color #03EC50: hue angle of 139.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EC50 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 80 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.07 |
| HSL | 139.83º | 0.97% | 0.47% | - |
| HSV(B) | 139.83º | 0.99% | 0.93% | - |
| XYZ | 31.48 | 60.59 | 17.63 | - |
| YUV | 148.55 | 89.31 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 80 | 0.99 | 0 | 0.66 | 0.07 | 139.83 | 0.97 | 0.47 |
| Hex | 3 | EC | 50 | 63 | 0 | 42 | 7 | 8C | 61 | 2F |
| Octal | 3 | 354 | 120 | 143 | 0 | 102 | 7 | 214 | 141 | 57 |
| Binary | 11 | 11101100 | 1010000 | 1100011 | 0 | 1000010 | 111 | 10001100 | 1100001 | 101111 |
Color Harmonies of #03EC50
Complementary color
Monochromatic Colors of #03EC50
Black with #03EC50
Text Example
Text Example
White with #03EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC50; }
p { color: rgb(3,236,80); }
H1.HeaderClassName
{
color: #03EC50;
}
.AnyTagClassName
{
color: #03EC50;
}
</style>
background-color css
<style>
a { background-color: #03EC50; }
a { background-color: rgb(3,236,80); }
div.DivClassName
{
background-color: #03EC50;
}
.BgClassName
{
background-color: #03EC50;
}
</style>
border-color css
<style>
span { border-color: #03EC50; }
span { border-color: rgb(3,236,80); }
td.TdClassName
{
border-color: #03EC50;
}
.TagClassName
{
border-color: #03EC50;
}
</style>