Shades of Malachite #03E550
Tints of Malachite #03E550
RGB
CMYK
RGB Variations
Color information
#03E550 (or 0x03E550) is known color: Malachite. HEX triplet: 03, E5 and 50. RGB value is (3,229,80). Sum of RGB (Red+Green+Blue) = 3+229+80=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 229 (89.84% from 255 or 73.40% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 229 - color contains mainly: green. Hex color #03E550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E550 is #FC1AAF. Grayscale: #909090. Windows color (decimal): -16521904 or 5301507. OLE color: 5301507.
HSL color Cylindrical-coordinate representation of color #03E550: hue angle of 140.44º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E550 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 229 | 80 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.10 |
| HSL | 140.44º | 0.97% | 0.45% | - |
| HSV(B) | 140.44º | 0.99% | 0.9% | - |
| XYZ | 29.5 | 56.64 | 16.97 | - |
| YUV | 144.44 | 91.63 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 80 | 0.99 | 0 | 0.65 | 0.10 | 140.44 | 0.97 | 0.45 |
| Hex | 3 | E5 | 50 | 63 | 0 | 41 | A | 8C | 61 | 2D |
| Octal | 3 | 345 | 120 | 143 | 0 | 101 | 12 | 214 | 141 | 55 |
| Binary | 11 | 11100101 | 1010000 | 1100011 | 0 | 1000001 | 1010 | 10001100 | 1100001 | 101101 |
Color Harmonies of #03E550
Complementary color
Monochromatic Colors of #03E550
Black with #03E550
Text Example
Text Example
White with #03E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E550; }
p { color: rgb(3,229,80); }
H1.HeaderClassName
{
color: #03E550;
}
.AnyTagClassName
{
color: #03E550;
}
</style>
background-color css
<style>
a { background-color: #03E550; }
a { background-color: rgb(3,229,80); }
div.DivClassName
{
background-color: #03E550;
}
.BgClassName
{
background-color: #03E550;
}
</style>
border-color css
<style>
span { border-color: #03E550; }
span { border-color: rgb(3,229,80); }
td.TdClassName
{
border-color: #03E550;
}
.TagClassName
{
border-color: #03E550;
}
</style>