Shades of Malachite #03D55C
Tints of Malachite #03D55C
RGB
CMYK
RGB Variations
Color information
#03D55C (or 0x03D55C) is known color: Malachite. HEX triplet: 03, D5 and 5C. RGB value is (3,213,92). Sum of RGB (Red+Green+Blue) = 3+213+92=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #03D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D55C is #FC2AA3. Grayscale: #888888. Windows color (decimal): -16525988 or 6083843. OLE color: 6083843.
HSL color Cylindrical-coordinate representation of color #03D55C: hue angle of 145.43º 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 #03D55C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 92 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.16 |
| HSL | 145.43º | 0.97% | 0.42% | - |
| HSV(B) | 145.43º | 0.99% | 0.84% | - |
| XYZ | 25.76 | 48.38 | 18.11 | - |
| YUV | 136.42 | 102.93 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 92 | 0.99 | 0 | 0.57 | 0.16 | 145.43 | 0.97 | 0.42 |
| Hex | 3 | D5 | 5C | 63 | 0 | 39 | 10 | 91 | 61 | 2A |
| Octal | 3 | 325 | 134 | 143 | 0 | 71 | 20 | 221 | 141 | 52 |
| Binary | 11 | 11010101 | 1011100 | 1100011 | 0 | 111001 | 10000 | 10010001 | 1100001 | 101010 |
Color Harmonies of #03D55C
Complementary color
Monochromatic Colors of #03D55C
Black with #03D55C
Text Example
Text Example
White with #03D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D55C; }
p { color: rgb(3,213,92); }
H1.HeaderClassName
{
color: #03D55C;
}
.AnyTagClassName
{
color: #03D55C;
}
</style>
background-color css
<style>
a { background-color: #03D55C; }
a { background-color: rgb(3,213,92); }
div.DivClassName
{
background-color: #03D55C;
}
.BgClassName
{
background-color: #03D55C;
}
</style>
border-color css
<style>
span { border-color: #03D55C; }
span { border-color: rgb(3,213,92); }
td.TdClassName
{
border-color: #03D55C;
}
.TagClassName
{
border-color: #03D55C;
}
</style>