Shades of Malachite #03D15C
Tints of Malachite #03D15C
RGB
CMYK
RGB Variations
Color information
#03D15C (or 0x03D15C) is known color: Malachite. HEX triplet: 03, D1 and 5C. RGB value is (3,209,92). Sum of RGB (Red+Green+Blue) = 3+209+92=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #03D15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D15C is #FC2EA3. Grayscale: #868686. Windows color (decimal): -16527012 or 6082819. OLE color: 6082819.
HSL color Cylindrical-coordinate representation of color #03D15C: hue angle of 145.92º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D15C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 92 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.18 |
| HSL | 145.92º | 0.97% | 0.42% | - |
| HSV(B) | 145.92º | 0.99% | 0.82% | - |
| XYZ | 24.77 | 46.39 | 17.77 | - |
| YUV | 134.07 | 104.25 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 92 | 0.99 | 0 | 0.56 | 0.18 | 145.92 | 0.97 | 0.42 |
| Hex | 3 | D1 | 5C | 63 | 0 | 38 | 12 | 92 | 61 | 2A |
| Octal | 3 | 321 | 134 | 143 | 0 | 70 | 22 | 222 | 141 | 52 |
| Binary | 11 | 11010001 | 1011100 | 1100011 | 0 | 111000 | 10010 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D15C
Complementary color
Monochromatic Colors of #03D15C
Black with #03D15C
Text Example
Text Example
White with #03D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D15C; }
p { color: rgb(3,209,92); }
H1.HeaderClassName
{
color: #03D15C;
}
.AnyTagClassName
{
color: #03D15C;
}
</style>
background-color css
<style>
a { background-color: #03D15C; }
a { background-color: rgb(3,209,92); }
div.DivClassName
{
background-color: #03D15C;
}
.BgClassName
{
background-color: #03D15C;
}
</style>
border-color css
<style>
span { border-color: #03D15C; }
span { border-color: rgb(3,209,92); }
td.TdClassName
{
border-color: #03D15C;
}
.TagClassName
{
border-color: #03D15C;
}
</style>