Shades of Malachite #03D45D
Tints of Malachite #03D45D
RGB
CMYK
RGB Variations
Color information
#03D45D (or 0x03D45D) is known color: Malachite. HEX triplet: 03, D4 and 5D. RGB value is (3,212,93). Sum of RGB (Red+Green+Blue) = 3+212+93=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #03D45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D45D is #FC2BA2. Grayscale: #888888. Windows color (decimal): -16526243 or 6149123. OLE color: 6149123.
HSL color Cylindrical-coordinate representation of color #03D45D: hue angle of 145.84º 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 #03D45D is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 93 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.17 |
| HSL | 145.84º | 0.97% | 0.42% | - |
| HSV(B) | 145.84º | 0.99% | 0.83% | - |
| XYZ | 25.56 | 47.9 | 18.25 | - |
| YUV | 135.94 | 103.76 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 93 | 0.99 | 0 | 0.56 | 0.17 | 145.84 | 0.97 | 0.42 |
| Hex | 3 | D4 | 5D | 63 | 0 | 38 | 11 | 92 | 61 | 2A |
| Octal | 3 | 324 | 135 | 143 | 0 | 70 | 21 | 222 | 141 | 52 |
| Binary | 11 | 11010100 | 1011101 | 1100011 | 0 | 111000 | 10001 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D45D
Complementary color
Monochromatic Colors of #03D45D
Black with #03D45D
Text Example
Text Example
White with #03D45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D45D; }
p { color: rgb(3,212,93); }
H1.HeaderClassName
{
color: #03D45D;
}
.AnyTagClassName
{
color: #03D45D;
}
</style>
background-color css
<style>
a { background-color: #03D45D; }
a { background-color: rgb(3,212,93); }
div.DivClassName
{
background-color: #03D45D;
}
.BgClassName
{
background-color: #03D45D;
}
</style>
border-color css
<style>
span { border-color: #03D45D; }
span { border-color: rgb(3,212,93); }
td.TdClassName
{
border-color: #03D45D;
}
.TagClassName
{
border-color: #03D45D;
}
</style>