Shades of Malachite #03D45E
Tints of Malachite #03D45E
RGB
CMYK
RGB Variations
Color information
#03D45E (or 0x03D45E) is known color: Malachite. HEX triplet: 03, D4 and 5E. RGB value is (3,212,94). Sum of RGB (Red+Green+Blue) = 3+212+94=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 212 (83.20% from 255 or 68.61% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 212 - color contains mainly: green. Hex color #03D45E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D45E is #FC2BA1. Grayscale: #888888. Windows color (decimal): -16526242 or 6214659. OLE color: 6214659.
HSL color Cylindrical-coordinate representation of color #03D45E: hue angle of 146.12º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D45E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 94 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.17 |
| HSL | 146.12º | 0.97% | 0.42% | - |
| HSV(B) | 146.12º | 0.99% | 0.83% | - |
| XYZ | 25.6 | 47.91 | 18.49 | - |
| YUV | 136.06 | 104.26 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 94 | 0.99 | 0 | 0.56 | 0.17 | 146.12 | 0.97 | 0.42 |
| Hex | 3 | D4 | 5E | 63 | 0 | 38 | 11 | 92 | 61 | 2A |
| Octal | 3 | 324 | 136 | 143 | 0 | 70 | 21 | 222 | 141 | 52 |
| Binary | 11 | 11010100 | 1011110 | 1100011 | 0 | 111000 | 10001 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D45E
Complementary color
Monochromatic Colors of #03D45E
Black with #03D45E
Text Example
Text Example
White with #03D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D45E; }
p { color: rgb(3,212,94); }
H1.HeaderClassName
{
color: #03D45E;
}
.AnyTagClassName
{
color: #03D45E;
}
</style>
background-color css
<style>
a { background-color: #03D45E; }
a { background-color: rgb(3,212,94); }
div.DivClassName
{
background-color: #03D45E;
}
.BgClassName
{
background-color: #03D45E;
}
</style>
border-color css
<style>
span { border-color: #03D45E; }
span { border-color: rgb(3,212,94); }
td.TdClassName
{
border-color: #03D45E;
}
.TagClassName
{
border-color: #03D45E;
}
</style>