Shades of Malachite #03DD5A
Tints of Malachite #03DD5A
RGB
CMYK
RGB Variations
Color information
#03DD5A (or 0x03DD5A) is known color: Malachite. HEX triplet: 03, DD and 5A. RGB value is (3,221,90). Sum of RGB (Red+Green+Blue) = 3+221+90=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD5A is #FC22A5. Grayscale: #8D8D8D. Windows color (decimal): -16523942 or 5954819. OLE color: 5954819.
HSL color Cylindrical-coordinate representation of color #03DD5A: hue angle of 143.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD5A is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 90 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.13 |
| HSL | 143.95º | 0.97% | 0.44% | - |
| HSV(B) | 143.95º | 0.99% | 0.87% | - |
| XYZ | 27.74 | 52.47 | 18.34 | - |
| YUV | 140.88 | 99.28 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 90 | 0.99 | 0 | 0.59 | 0.13 | 143.95 | 0.97 | 0.44 |
| Hex | 3 | DD | 5A | 63 | 0 | 3B | D | 90 | 61 | 2C |
| Octal | 3 | 335 | 132 | 143 | 0 | 73 | 15 | 220 | 141 | 54 |
| Binary | 11 | 11011101 | 1011010 | 1100011 | 0 | 111011 | 1101 | 10010000 | 1100001 | 101100 |
Color Harmonies of #03DD5A
Complementary color
Monochromatic Colors of #03DD5A
Black with #03DD5A
Text Example
Text Example
White with #03DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD5A; }
p { color: rgb(3,221,90); }
H1.HeaderClassName
{
color: #03DD5A;
}
.AnyTagClassName
{
color: #03DD5A;
}
</style>
background-color css
<style>
a { background-color: #03DD5A; }
a { background-color: rgb(3,221,90); }
div.DivClassName
{
background-color: #03DD5A;
}
.BgClassName
{
background-color: #03DD5A;
}
</style>
border-color css
<style>
span { border-color: #03DD5A; }
span { border-color: rgb(3,221,90); }
td.TdClassName
{
border-color: #03DD5A;
}
.TagClassName
{
border-color: #03DD5A;
}
</style>