Shades of Malachite #03DB5B
Tints of Malachite #03DB5B
RGB
CMYK
RGB Variations
Color information
#03DB5B (or 0x03DB5B) is known color: Malachite. HEX triplet: 03, DB and 5B. RGB value is (3,219,91). Sum of RGB (Red+Green+Blue) = 3+219+91=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB5B is #FC24A4. Grayscale: #8C8C8C. Windows color (decimal): -16524453 or 6019843. OLE color: 6019843.
HSL color Cylindrical-coordinate representation of color #03DB5B: hue angle of 144.44º 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 #03DB5B is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 91 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.14 |
| HSL | 144.44º | 0.97% | 0.44% | - |
| HSV(B) | 144.44º | 0.99% | 0.86% | - |
| XYZ | 27.26 | 51.44 | 18.39 | - |
| YUV | 139.82 | 100.44 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 91 | 0.99 | 0 | 0.58 | 0.14 | 144.44 | 0.97 | 0.44 |
| Hex | 3 | DB | 5B | 63 | 0 | 3A | E | 90 | 61 | 2C |
| Octal | 3 | 333 | 133 | 143 | 0 | 72 | 16 | 220 | 141 | 54 |
| Binary | 11 | 11011011 | 1011011 | 1100011 | 0 | 111010 | 1110 | 10010000 | 1100001 | 101100 |
Color Harmonies of #03DB5B
Complementary color
Monochromatic Colors of #03DB5B
Black with #03DB5B
Text Example
Text Example
White with #03DB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB5B; }
p { color: rgb(3,219,91); }
H1.HeaderClassName
{
color: #03DB5B;
}
.AnyTagClassName
{
color: #03DB5B;
}
</style>
background-color css
<style>
a { background-color: #03DB5B; }
a { background-color: rgb(3,219,91); }
div.DivClassName
{
background-color: #03DB5B;
}
.BgClassName
{
background-color: #03DB5B;
}
</style>
border-color css
<style>
span { border-color: #03DB5B; }
span { border-color: rgb(3,219,91); }
td.TdClassName
{
border-color: #03DB5B;
}
.TagClassName
{
border-color: #03DB5B;
}
</style>