Shades of Malachite #03C850
Tints of Malachite #03C850
RGB
CMYK
RGB Variations
Color information
#03C850 (or 0x03C850) is known color: Malachite. HEX triplet: 03, C8 and 50. RGB value is (3,200,80). Sum of RGB (Red+Green+Blue) = 3+200+80=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #03C850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C850 is #FC37AF. Grayscale: #7F7F7F. Windows color (decimal): -16529328 or 5294083. OLE color: 5294083.
HSL color Cylindrical-coordinate representation of color #03C850: hue angle of 143.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C850 is Cyan = 0.98, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 80 | - |
| CMYK | 0.98 | 0 | 0.6 | 0.22 |
| HSL | 143.45º | 0.97% | 0.4% | - |
| HSV(B) | 143.45º | 0.99% | 0.78% | - |
| XYZ | 22.14 | 41.91 | 14.51 | - |
| YUV | 127.42 | 101.23 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 80 | 0.98 | 0 | 0.6 | 0.22 | 143.45 | 0.97 | 0.4 |
| Hex | 3 | C8 | 50 | 62 | 0 | 3C | 16 | 8F | 61 | 28 |
| Octal | 3 | 310 | 120 | 142 | 0 | 74 | 26 | 217 | 141 | 50 |
| Binary | 11 | 11001000 | 1010000 | 1100010 | 0 | 111100 | 10110 | 10001111 | 1100001 | 101000 |
Color Harmonies of #03C850
Complementary color
Monochromatic Colors of #03C850
Black with #03C850
Text Example
Text Example
White with #03C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C850; }
p { color: rgb(3,200,80); }
H1.HeaderClassName
{
color: #03C850;
}
.AnyTagClassName
{
color: #03C850;
}
</style>
background-color css
<style>
a { background-color: #03C850; }
a { background-color: rgb(3,200,80); }
div.DivClassName
{
background-color: #03C850;
}
.BgClassName
{
background-color: #03C850;
}
</style>
border-color css
<style>
span { border-color: #03C850; }
span { border-color: rgb(3,200,80); }
td.TdClassName
{
border-color: #03C850;
}
.TagClassName
{
border-color: #03C850;
}
</style>