Shades of Malachite #03DC44
Tints of Malachite #03DC44
RGB
CMYK
RGB Variations
Color information
#03DC44 (or 0x03DC44) is known color: Malachite. HEX triplet: 03, DC and 44. RGB value is (3,220,68). Sum of RGB (Red+Green+Blue) = 3+220+68=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC44 is #FC23BB. Grayscale: #8A8A8A. Windows color (decimal): -16524220 or 4512771. OLE color: 4512771.
HSL color Cylindrical-coordinate representation of color #03DC44: hue angle of 137.97º 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 #03DC44 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 68 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.14 |
| HSL | 137.97º | 0.97% | 0.44% | - |
| HSV(B) | 137.97º | 0.99% | 0.86% | - |
| XYZ | 26.67 | 51.62 | 14.03 | - |
| YUV | 137.79 | 88.61 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 68 | 0.99 | 0 | 0.69 | 0.14 | 137.97 | 0.97 | 0.44 |
| Hex | 3 | DC | 44 | 63 | 0 | 45 | E | 8A | 61 | 2C |
| Octal | 3 | 334 | 104 | 143 | 0 | 105 | 16 | 212 | 141 | 54 |
| Binary | 11 | 11011100 | 1000100 | 1100011 | 0 | 1000101 | 1110 | 10001010 | 1100001 | 101100 |
Color Harmonies of #03DC44
Complementary color
Monochromatic Colors of #03DC44
Black with #03DC44
Text Example
Text Example
White with #03DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC44; }
p { color: rgb(3,220,68); }
H1.HeaderClassName
{
color: #03DC44;
}
.AnyTagClassName
{
color: #03DC44;
}
</style>
background-color css
<style>
a { background-color: #03DC44; }
a { background-color: rgb(3,220,68); }
div.DivClassName
{
background-color: #03DC44;
}
.BgClassName
{
background-color: #03DC44;
}
</style>
border-color css
<style>
span { border-color: #03DC44; }
span { border-color: rgb(3,220,68); }
td.TdClassName
{
border-color: #03DC44;
}
.TagClassName
{
border-color: #03DC44;
}
</style>