Shades of Malachite #03DC67
Tints of Malachite #03DC67
RGB
CMYK
RGB Variations
Color information
#03DC67 (or 0x03DC67) is known color: Malachite. HEX triplet: 03, DC and 67. RGB value is (3,220,103). Sum of RGB (Red+Green+Blue) = 3+220+103=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC67 is #FC2398. Grayscale: #8E8E8E. Windows color (decimal): -16524185 or 6806531. OLE color: 6806531.
HSL color Cylindrical-coordinate representation of color #03DC67: hue angle of 147.65º 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 #03DC67 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 103 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.14 |
| HSL | 147.65º | 0.97% | 0.44% | - |
| HSV(B) | 147.65º | 0.99% | 0.86% | - |
| XYZ | 28.08 | 52.19 | 21.42 | - |
| YUV | 141.78 | 106.11 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 103 | 0.99 | 0 | 0.53 | 0.14 | 147.65 | 0.97 | 0.44 |
| Hex | 3 | DC | 67 | 63 | 0 | 35 | E | 94 | 61 | 2C |
| Octal | 3 | 334 | 147 | 143 | 0 | 65 | 16 | 224 | 141 | 54 |
| Binary | 11 | 11011100 | 1100111 | 1100011 | 0 | 110101 | 1110 | 10010100 | 1100001 | 101100 |
Color Harmonies of #03DC67
Complementary color
Monochromatic Colors of #03DC67
Black with #03DC67
Text Example
Text Example
White with #03DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC67; }
p { color: rgb(3,220,103); }
H1.HeaderClassName
{
color: #03DC67;
}
.AnyTagClassName
{
color: #03DC67;
}
</style>
background-color css
<style>
a { background-color: #03DC67; }
a { background-color: rgb(3,220,103); }
div.DivClassName
{
background-color: #03DC67;
}
.BgClassName
{
background-color: #03DC67;
}
</style>
border-color css
<style>
span { border-color: #03DC67; }
span { border-color: rgb(3,220,103); }
td.TdClassName
{
border-color: #03DC67;
}
.TagClassName
{
border-color: #03DC67;
}
</style>