Shades of Malachite #03D75C
Tints of Malachite #03D75C
RGB
CMYK
RGB Variations
Color information
#03D75C (or 0x03D75C) is known color: Malachite. HEX triplet: 03, D7 and 5C. RGB value is (3,215,92). Sum of RGB (Red+Green+Blue) = 3+215+92=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #03D75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D75C is #FC28A3. Grayscale: #898989. Windows color (decimal): -16525476 or 6084355. OLE color: 6084355.
HSL color Cylindrical-coordinate representation of color #03D75C: hue angle of 145.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D75C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 92 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.16 |
| HSL | 145.19º | 0.97% | 0.43% | - |
| HSV(B) | 145.19º | 0.99% | 0.84% | - |
| XYZ | 26.27 | 49.39 | 18.27 | - |
| YUV | 137.59 | 102.26 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 92 | 0.99 | 0 | 0.57 | 0.16 | 145.19 | 0.97 | 0.43 |
| Hex | 3 | D7 | 5C | 63 | 0 | 39 | 10 | 91 | 61 | 2B |
| Octal | 3 | 327 | 134 | 143 | 0 | 71 | 20 | 221 | 141 | 53 |
| Binary | 11 | 11010111 | 1011100 | 1100011 | 0 | 111001 | 10000 | 10010001 | 1100001 | 101011 |
Color Harmonies of #03D75C
Complementary color
Monochromatic Colors of #03D75C
Black with #03D75C
Text Example
Text Example
White with #03D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D75C; }
p { color: rgb(3,215,92); }
H1.HeaderClassName
{
color: #03D75C;
}
.AnyTagClassName
{
color: #03D75C;
}
</style>
background-color css
<style>
a { background-color: #03D75C; }
a { background-color: rgb(3,215,92); }
div.DivClassName
{
background-color: #03D75C;
}
.BgClassName
{
background-color: #03D75C;
}
</style>
border-color css
<style>
span { border-color: #03D75C; }
span { border-color: rgb(3,215,92); }
td.TdClassName
{
border-color: #03D75C;
}
.TagClassName
{
border-color: #03D75C;
}
</style>