Shades of Malachite #03C963
Tints of Malachite #03C963
RGB
CMYK
RGB Variations
Color information
#03C963 (or 0x03C963) is known color: Malachite. HEX triplet: 03, C9 and 63. RGB value is (3,201,99). Sum of RGB (Red+Green+Blue) = 3+201+99=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #03C963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C963 is #FC369C. Grayscale: #828282. Windows color (decimal): -16529053 or 6539523. OLE color: 6539523.
HSL color Cylindrical-coordinate representation of color #03C963: hue angle of 149.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C963 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 99 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.21 |
| HSL | 149.09º | 0.97% | 0.4% | - |
| HSV(B) | 149.09º | 0.99% | 0.79% | - |
| XYZ | 23.18 | 42.69 | 18.82 | - |
| YUV | 130.17 | 110.4 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 99 | 0.99 | 0 | 0.51 | 0.21 | 149.09 | 0.97 | 0.4 |
| Hex | 3 | C9 | 63 | 63 | 0 | 33 | 15 | 95 | 61 | 28 |
| Octal | 3 | 311 | 143 | 143 | 0 | 63 | 25 | 225 | 141 | 50 |
| Binary | 11 | 11001001 | 1100011 | 1100011 | 0 | 110011 | 10101 | 10010101 | 1100001 | 101000 |
Color Harmonies of #03C963
Complementary color
Monochromatic Colors of #03C963
Black with #03C963
Text Example
Text Example
White with #03C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C963; }
p { color: rgb(3,201,99); }
H1.HeaderClassName
{
color: #03C963;
}
.AnyTagClassName
{
color: #03C963;
}
</style>
background-color css
<style>
a { background-color: #03C963; }
a { background-color: rgb(3,201,99); }
div.DivClassName
{
background-color: #03C963;
}
.BgClassName
{
background-color: #03C963;
}
</style>
border-color css
<style>
span { border-color: #03C963; }
span { border-color: rgb(3,201,99); }
td.TdClassName
{
border-color: #03C963;
}
.TagClassName
{
border-color: #03C963;
}
</style>