Shades of Malachite #03D770
Tints of Malachite #03D770
RGB
CMYK
RGB Variations
Color information
#03D770 (or 0x03D770) is known color: Malachite. HEX triplet: 03, D7 and 70. RGB value is (3,215,112). Sum of RGB (Red+Green+Blue) = 3+215+112=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #03D770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D770 is #FC288F. Grayscale: #8C8C8C. Windows color (decimal): -16525456 or 7395075. OLE color: 7395075.
HSL color Cylindrical-coordinate representation of color #03D770: hue angle of 150.85º 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 #03D770 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 112 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.16 |
| HSL | 150.85º | 0.97% | 0.43% | - |
| HSV(B) | 150.85º | 0.99% | 0.84% | - |
| XYZ | 27.26 | 49.79 | 23.5 | - |
| YUV | 139.87 | 112.26 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 112 | 0.99 | 0 | 0.48 | 0.16 | 150.85 | 0.97 | 0.43 |
| Hex | 3 | D7 | 70 | 63 | 0 | 30 | 10 | 97 | 61 | 2B |
| Octal | 3 | 327 | 160 | 143 | 0 | 60 | 20 | 227 | 141 | 53 |
| Binary | 11 | 11010111 | 1110000 | 1100011 | 0 | 110000 | 10000 | 10010111 | 1100001 | 101011 |
Color Harmonies of #03D770
Complementary color
Monochromatic Colors of #03D770
Black with #03D770
Text Example
Text Example
White with #03D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D770; }
p { color: rgb(3,215,112); }
H1.HeaderClassName
{
color: #03D770;
}
.AnyTagClassName
{
color: #03D770;
}
</style>
background-color css
<style>
a { background-color: #03D770; }
a { background-color: rgb(3,215,112); }
div.DivClassName
{
background-color: #03D770;
}
.BgClassName
{
background-color: #03D770;
}
</style>
border-color css
<style>
span { border-color: #03D770; }
span { border-color: rgb(3,215,112); }
td.TdClassName
{
border-color: #03D770;
}
.TagClassName
{
border-color: #03D770;
}
</style>