Shades of Malachite #03D558
Tints of Malachite #03D558
RGB
CMYK
RGB Variations
Color information
#03D558 (or 0x03D558) is known color: Malachite. HEX triplet: 03, D5 and 58. RGB value is (3,213,88). Sum of RGB (Red+Green+Blue) = 3+213+88=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #03D558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D558 is #FC2AA7. Grayscale: #888888. Windows color (decimal): -16525992 or 5821699. OLE color: 5821699.
HSL color Cylindrical-coordinate representation of color #03D558: hue angle of 144.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D558 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 88 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.16 |
| HSL | 144.29º | 0.97% | 0.42% | - |
| HSV(B) | 144.29º | 0.99% | 0.84% | - |
| XYZ | 25.59 | 48.31 | 17.21 | - |
| YUV | 135.96 | 100.93 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 88 | 0.99 | 0 | 0.59 | 0.16 | 144.29 | 0.97 | 0.42 |
| Hex | 3 | D5 | 58 | 63 | 0 | 3B | 10 | 90 | 61 | 2A |
| Octal | 3 | 325 | 130 | 143 | 0 | 73 | 20 | 220 | 141 | 52 |
| Binary | 11 | 11010101 | 1011000 | 1100011 | 0 | 111011 | 10000 | 10010000 | 1100001 | 101010 |
Color Harmonies of #03D558
Complementary color
Monochromatic Colors of #03D558
Black with #03D558
Text Example
Text Example
White with #03D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D558; }
p { color: rgb(3,213,88); }
H1.HeaderClassName
{
color: #03D558;
}
.AnyTagClassName
{
color: #03D558;
}
</style>
background-color css
<style>
a { background-color: #03D558; }
a { background-color: rgb(3,213,88); }
div.DivClassName
{
background-color: #03D558;
}
.BgClassName
{
background-color: #03D558;
}
</style>
border-color css
<style>
span { border-color: #03D558; }
span { border-color: rgb(3,213,88); }
td.TdClassName
{
border-color: #03D558;
}
.TagClassName
{
border-color: #03D558;
}
</style>