Shades of Malachite #03DD63
Tints of Malachite #03DD63
RGB
CMYK
RGB Variations
Color information
#03DD63 (or 0x03DD63) is known color: Malachite. HEX triplet: 03, DD and 63. RGB value is (3,221,99). Sum of RGB (Red+Green+Blue) = 3+221+99=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD63 is #FC229C. Grayscale: #8E8E8E. Windows color (decimal): -16523933 or 6544643. OLE color: 6544643.
HSL color Cylindrical-coordinate representation of color #03DD63: hue angle of 146.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD63 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 99 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.13 |
| HSL | 146.42º | 0.97% | 0.44% | - |
| HSV(B) | 146.42º | 0.99% | 0.87% | - |
| XYZ | 28.15 | 52.63 | 20.48 | - |
| YUV | 141.91 | 103.78 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 99 | 0.99 | 0 | 0.55 | 0.13 | 146.42 | 0.97 | 0.44 |
| Hex | 3 | DD | 63 | 63 | 0 | 37 | D | 92 | 61 | 2C |
| Octal | 3 | 335 | 143 | 143 | 0 | 67 | 15 | 222 | 141 | 54 |
| Binary | 11 | 11011101 | 1100011 | 1100011 | 0 | 110111 | 1101 | 10010010 | 1100001 | 101100 |
Color Harmonies of #03DD63
Complementary color
Monochromatic Colors of #03DD63
Black with #03DD63
Text Example
Text Example
White with #03DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD63; }
p { color: rgb(3,221,99); }
H1.HeaderClassName
{
color: #03DD63;
}
.AnyTagClassName
{
color: #03DD63;
}
</style>
background-color css
<style>
a { background-color: #03DD63; }
a { background-color: rgb(3,221,99); }
div.DivClassName
{
background-color: #03DD63;
}
.BgClassName
{
background-color: #03DD63;
}
</style>
border-color css
<style>
span { border-color: #03DD63; }
span { border-color: rgb(3,221,99); }
td.TdClassName
{
border-color: #03DD63;
}
.TagClassName
{
border-color: #03DD63;
}
</style>