Shades of Malachite #03DC70
Tints of Malachite #03DC70
RGB
CMYK
RGB Variations
Color information
#03DC70 (or 0x03DC70) is known color: Malachite. HEX triplet: 03, DC and 70. RGB value is (3,220,112). Sum of RGB (Red+Green+Blue) = 3+220+112=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC70 is #FC238F. Grayscale: #8F8F8F. Windows color (decimal): -16524176 or 7396355. OLE color: 7396355.
HSL color Cylindrical-coordinate representation of color #03DC70: hue angle of 150.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC70 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 112 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.14 |
| HSL | 150.14º | 0.97% | 0.44% | - |
| HSV(B) | 150.14º | 0.99% | 0.86% | - |
| XYZ | 28.56 | 52.38 | 23.93 | - |
| YUV | 142.81 | 110.61 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 112 | 0.99 | 0 | 0.49 | 0.14 | 150.14 | 0.97 | 0.44 |
| Hex | 3 | DC | 70 | 63 | 0 | 31 | E | 96 | 61 | 2C |
| Octal | 3 | 334 | 160 | 143 | 0 | 61 | 16 | 226 | 141 | 54 |
| Binary | 11 | 11011100 | 1110000 | 1100011 | 0 | 110001 | 1110 | 10010110 | 1100001 | 101100 |
Color Harmonies of #03DC70
Complementary color
Monochromatic Colors of #03DC70
Black with #03DC70
Text Example
Text Example
White with #03DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC70; }
p { color: rgb(3,220,112); }
H1.HeaderClassName
{
color: #03DC70;
}
.AnyTagClassName
{
color: #03DC70;
}
</style>
background-color css
<style>
a { background-color: #03DC70; }
a { background-color: rgb(3,220,112); }
div.DivClassName
{
background-color: #03DC70;
}
.BgClassName
{
background-color: #03DC70;
}
</style>
border-color css
<style>
span { border-color: #03DC70; }
span { border-color: rgb(3,220,112); }
td.TdClassName
{
border-color: #03DC70;
}
.TagClassName
{
border-color: #03DC70;
}
</style>