Shades of Malachite #03C85E
Tints of Malachite #03C85E
RGB
CMYK
RGB Variations
Color information
#03C85E (or 0x03C85E) is known color: Malachite. HEX triplet: 03, C8 and 5E. RGB value is (3,200,94). Sum of RGB (Red+Green+Blue) = 3+200+94=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #03C85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C85E is #FC37A1. Grayscale: #818181. Windows color (decimal): -16529314 or 6211587. OLE color: 6211587.
HSL color Cylindrical-coordinate representation of color #03C85E: hue angle of 147.72º 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 #03C85E is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 94 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.22 |
| HSL | 147.72º | 0.97% | 0.4% | - |
| HSV(B) | 147.72º | 0.99% | 0.78% | - |
| XYZ | 22.71 | 42.14 | 17.53 | - |
| YUV | 129.01 | 108.23 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 94 | 0.98 | 0 | 0.53 | 0.22 | 147.72 | 0.97 | 0.4 |
| Hex | 3 | C8 | 5E | 62 | 0 | 35 | 16 | 94 | 61 | 28 |
| Octal | 3 | 310 | 136 | 142 | 0 | 65 | 26 | 224 | 141 | 50 |
| Binary | 11 | 11001000 | 1011110 | 1100010 | 0 | 110101 | 10110 | 10010100 | 1100001 | 101000 |
Color Harmonies of #03C85E
Complementary color
Monochromatic Colors of #03C85E
Black with #03C85E
Text Example
Text Example
White with #03C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C85E; }
p { color: rgb(3,200,94); }
H1.HeaderClassName
{
color: #03C85E;
}
.AnyTagClassName
{
color: #03C85E;
}
</style>
background-color css
<style>
a { background-color: #03C85E; }
a { background-color: rgb(3,200,94); }
div.DivClassName
{
background-color: #03C85E;
}
.BgClassName
{
background-color: #03C85E;
}
</style>
border-color css
<style>
span { border-color: #03C85E; }
span { border-color: rgb(3,200,94); }
td.TdClassName
{
border-color: #03C85E;
}
.TagClassName
{
border-color: #03C85E;
}
</style>