Shades of Malachite #03D569
Tints of Malachite #03D569
RGB
CMYK
RGB Variations
Color information
#03D569 (or 0x03D569) is known color: Malachite. HEX triplet: 03, D5 and 69. RGB value is (3,213,105). Sum of RGB (Red+Green+Blue) = 3+213+105=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #03D569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D569 is #FC2A96. Grayscale: #8A8A8A. Windows color (decimal): -16525975 or 6935811. OLE color: 6935811.
HSL color Cylindrical-coordinate representation of color #03D569: hue angle of 149.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D569 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 105 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.16 |
| HSL | 149.14º | 0.97% | 0.42% | - |
| HSV(B) | 149.14º | 0.99% | 0.84% | - |
| XYZ | 26.38 | 48.63 | 21.36 | - |
| YUV | 137.9 | 109.43 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 105 | 0.99 | 0 | 0.51 | 0.16 | 149.14 | 0.97 | 0.42 |
| Hex | 3 | D5 | 69 | 63 | 0 | 33 | 10 | 95 | 61 | 2A |
| Octal | 3 | 325 | 151 | 143 | 0 | 63 | 20 | 225 | 141 | 52 |
| Binary | 11 | 11010101 | 1101001 | 1100011 | 0 | 110011 | 10000 | 10010101 | 1100001 | 101010 |
Color Harmonies of #03D569
Complementary color
Monochromatic Colors of #03D569
Black with #03D569
Text Example
Text Example
White with #03D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D569; }
p { color: rgb(3,213,105); }
H1.HeaderClassName
{
color: #03D569;
}
.AnyTagClassName
{
color: #03D569;
}
</style>
background-color css
<style>
a { background-color: #03D569; }
a { background-color: rgb(3,213,105); }
div.DivClassName
{
background-color: #03D569;
}
.BgClassName
{
background-color: #03D569;
}
</style>
border-color css
<style>
span { border-color: #03D569; }
span { border-color: rgb(3,213,105); }
td.TdClassName
{
border-color: #03D569;
}
.TagClassName
{
border-color: #03D569;
}
</style>