Shades of Malachite #03DB40
Tints of Malachite #03DB40
RGB
CMYK
RGB Variations
Color information
#03DB40 (or 0x03DB40) is known color: Malachite. HEX triplet: 03, DB and 40. RGB value is (3,219,64). Sum of RGB (Red+Green+Blue) = 3+219+64=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 219 (85.94% from 255 or 76.57% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB40 is #FC24BF. Grayscale: #898989. Windows color (decimal): -16524480 or 4250371. OLE color: 4250371.
HSL color Cylindrical-coordinate representation of color #03DB40: hue angle of 136.94º 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 #03DB40 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 64 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.14 |
| HSL | 136.94º | 0.97% | 0.44% | - |
| HSV(B) | 136.94º | 0.99% | 0.86% | - |
| XYZ | 26.29 | 51.05 | 13.32 | - |
| YUV | 136.75 | 86.94 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 64 | 0.99 | 0 | 0.71 | 0.14 | 136.94 | 0.97 | 0.44 |
| Hex | 3 | DB | 40 | 63 | 0 | 47 | E | 89 | 61 | 2C |
| Octal | 3 | 333 | 100 | 143 | 0 | 107 | 16 | 211 | 141 | 54 |
| Binary | 11 | 11011011 | 1000000 | 1100011 | 0 | 1000111 | 1110 | 10001001 | 1100001 | 101100 |
Color Harmonies of #03DB40
Complementary color
Monochromatic Colors of #03DB40
Black with #03DB40
Text Example
Text Example
White with #03DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB40; }
p { color: rgb(3,219,64); }
H1.HeaderClassName
{
color: #03DB40;
}
.AnyTagClassName
{
color: #03DB40;
}
</style>
background-color css
<style>
a { background-color: #03DB40; }
a { background-color: rgb(3,219,64); }
div.DivClassName
{
background-color: #03DB40;
}
.BgClassName
{
background-color: #03DB40;
}
</style>
border-color css
<style>
span { border-color: #03DB40; }
span { border-color: rgb(3,219,64); }
td.TdClassName
{
border-color: #03DB40;
}
.TagClassName
{
border-color: #03DB40;
}
</style>