Shades of Malachite #03DD55
Tints of Malachite #03DD55
RGB
CMYK
RGB Variations
Color information
#03DD55 (or 0x03DD55) is known color: Malachite. HEX triplet: 03, DD and 55. RGB value is (3,221,85). Sum of RGB (Red+Green+Blue) = 3+221+85=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD55 is #FC22AA. Grayscale: #8C8C8C. Windows color (decimal): -16523947 or 5627139. OLE color: 5627139.
HSL color Cylindrical-coordinate representation of color #03DD55: hue angle of 142.57º 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 #03DD55 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 85 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.13 |
| HSL | 142.57º | 0.97% | 0.44% | - |
| HSV(B) | 142.57º | 0.99% | 0.87% | - |
| XYZ | 27.53 | 52.39 | 17.26 | - |
| YUV | 140.31 | 96.78 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 85 | 0.99 | 0 | 0.62 | 0.13 | 142.57 | 0.97 | 0.44 |
| Hex | 3 | DD | 55 | 63 | 0 | 3E | D | 8F | 61 | 2C |
| Octal | 3 | 335 | 125 | 143 | 0 | 76 | 15 | 217 | 141 | 54 |
| Binary | 11 | 11011101 | 1010101 | 1100011 | 0 | 111110 | 1101 | 10001111 | 1100001 | 101100 |
Color Harmonies of #03DD55
Complementary color
Monochromatic Colors of #03DD55
Black with #03DD55
Text Example
Text Example
White with #03DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD55; }
p { color: rgb(3,221,85); }
H1.HeaderClassName
{
color: #03DD55;
}
.AnyTagClassName
{
color: #03DD55;
}
</style>
background-color css
<style>
a { background-color: #03DD55; }
a { background-color: rgb(3,221,85); }
div.DivClassName
{
background-color: #03DD55;
}
.BgClassName
{
background-color: #03DD55;
}
</style>
border-color css
<style>
span { border-color: #03DD55; }
span { border-color: rgb(3,221,85); }
td.TdClassName
{
border-color: #03DD55;
}
.TagClassName
{
border-color: #03DD55;
}
</style>