Shades of Malachite #03D55A
Tints of Malachite #03D55A
RGB
CMYK
RGB Variations
Color information
#03D55A (or 0x03D55A) is known color: Malachite. HEX triplet: 03, D5 and 5A. RGB value is (3,213,90). Sum of RGB (Red+Green+Blue) = 3+213+90=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #03D55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D55A is #FC2AA5. Grayscale: #888888. Windows color (decimal): -16525990 or 5952771. OLE color: 5952771.
HSL color Cylindrical-coordinate representation of color #03D55A: hue angle of 144.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D55A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 90 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.16 |
| HSL | 144.86º | 0.97% | 0.42% | - |
| HSV(B) | 144.86º | 0.99% | 0.84% | - |
| XYZ | 25.68 | 48.35 | 17.65 | - |
| YUV | 136.19 | 101.93 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 90 | 0.99 | 0 | 0.58 | 0.16 | 144.86 | 0.97 | 0.42 |
| Hex | 3 | D5 | 5A | 63 | 0 | 3A | 10 | 91 | 61 | 2A |
| Octal | 3 | 325 | 132 | 143 | 0 | 72 | 20 | 221 | 141 | 52 |
| Binary | 11 | 11010101 | 1011010 | 1100011 | 0 | 111010 | 10000 | 10010001 | 1100001 | 101010 |
Color Harmonies of #03D55A
Complementary color
Monochromatic Colors of #03D55A
Black with #03D55A
Text Example
Text Example
White with #03D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D55A; }
p { color: rgb(3,213,90); }
H1.HeaderClassName
{
color: #03D55A;
}
.AnyTagClassName
{
color: #03D55A;
}
</style>
background-color css
<style>
a { background-color: #03D55A; }
a { background-color: rgb(3,213,90); }
div.DivClassName
{
background-color: #03D55A;
}
.BgClassName
{
background-color: #03D55A;
}
</style>
border-color css
<style>
span { border-color: #03D55A; }
span { border-color: rgb(3,213,90); }
td.TdClassName
{
border-color: #03D55A;
}
.TagClassName
{
border-color: #03D55A;
}
</style>