Shades of Malachite #03DB6C
Tints of Malachite #03DB6C
RGB
CMYK
RGB Variations
Color information
#03DB6C (or 0x03DB6C) is known color: Malachite. HEX triplet: 03, DB and 6C. RGB value is (3,219,108). Sum of RGB (Red+Green+Blue) = 3+219+108=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB6C is #FC2493. Grayscale: #8D8D8D. Windows color (decimal): -16524436 or 7133955. OLE color: 7133955.
HSL color Cylindrical-coordinate representation of color #03DB6C: hue angle of 149.17º 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 #03DB6C is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 108 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.14 |
| HSL | 149.17º | 0.97% | 0.44% | - |
| HSV(B) | 149.17º | 0.99% | 0.86% | - |
| XYZ | 28.08 | 51.77 | 22.7 | - |
| YUV | 141.76 | 108.94 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 108 | 0.99 | 0 | 0.51 | 0.14 | 149.17 | 0.97 | 0.44 |
| Hex | 3 | DB | 6C | 63 | 0 | 33 | E | 95 | 61 | 2C |
| Octal | 3 | 333 | 154 | 143 | 0 | 63 | 16 | 225 | 141 | 54 |
| Binary | 11 | 11011011 | 1101100 | 1100011 | 0 | 110011 | 1110 | 10010101 | 1100001 | 101100 |
Color Harmonies of #03DB6C
Complementary color
Monochromatic Colors of #03DB6C
Black with #03DB6C
Text Example
Text Example
White with #03DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB6C; }
p { color: rgb(3,219,108); }
H1.HeaderClassName
{
color: #03DB6C;
}
.AnyTagClassName
{
color: #03DB6C;
}
</style>
background-color css
<style>
a { background-color: #03DB6C; }
a { background-color: rgb(3,219,108); }
div.DivClassName
{
background-color: #03DB6C;
}
.BgClassName
{
background-color: #03DB6C;
}
</style>
border-color css
<style>
span { border-color: #03DB6C; }
span { border-color: rgb(3,219,108); }
td.TdClassName
{
border-color: #03DB6C;
}
.TagClassName
{
border-color: #03DB6C;
}
</style>