Shades of Malachite #03E063
Tints of Malachite #03E063
RGB
CMYK
RGB Variations
Color information
#03E063 (or 0x03E063) is known color: Malachite. HEX triplet: 03, E0 and 63. RGB value is (3,224,99). Sum of RGB (Red+Green+Blue) = 3+224+99=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #03E063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E063 is #FC1F9C. Grayscale: #8F8F8F. Windows color (decimal): -16523165 or 6545411. OLE color: 6545411.
HSL color Cylindrical-coordinate representation of color #03E063: hue angle of 146.06º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E063 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 99 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.12 |
| HSL | 146.06º | 0.97% | 0.45% | - |
| HSV(B) | 146.06º | 0.99% | 0.88% | - |
| XYZ | 28.95 | 54.23 | 20.75 | - |
| YUV | 143.67 | 102.78 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 99 | 0.99 | 0 | 0.56 | 0.12 | 146.06 | 0.97 | 0.45 |
| Hex | 3 | E0 | 63 | 63 | 0 | 38 | C | 92 | 61 | 2D |
| Octal | 3 | 340 | 143 | 143 | 0 | 70 | 14 | 222 | 141 | 55 |
| Binary | 11 | 11100000 | 1100011 | 1100011 | 0 | 111000 | 1100 | 10010010 | 1100001 | 101101 |
Color Harmonies of #03E063
Complementary color
Monochromatic Colors of #03E063
Black with #03E063
Text Example
Text Example
White with #03E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E063; }
p { color: rgb(3,224,99); }
H1.HeaderClassName
{
color: #03E063;
}
.AnyTagClassName
{
color: #03E063;
}
</style>
background-color css
<style>
a { background-color: #03E063; }
a { background-color: rgb(3,224,99); }
div.DivClassName
{
background-color: #03E063;
}
.BgClassName
{
background-color: #03E063;
}
</style>
border-color css
<style>
span { border-color: #03E063; }
span { border-color: rgb(3,224,99); }
td.TdClassName
{
border-color: #03E063;
}
.TagClassName
{
border-color: #03E063;
}
</style>