Shades of Malachite #03D35C
Tints of Malachite #03D35C
RGB
CMYK
RGB Variations
Color information
#03D35C (or 0x03D35C) is known color: Malachite. HEX triplet: 03, D3 and 5C. RGB value is (3,211,92). Sum of RGB (Red+Green+Blue) = 3+211+92=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #03D35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D35C is #FC2CA3. Grayscale: #878787. Windows color (decimal): -16526500 or 6083331. OLE color: 6083331.
HSL color Cylindrical-coordinate representation of color #03D35C: hue angle of 145.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D35C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 92 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.17 |
| HSL | 145.67º | 0.97% | 0.42% | - |
| HSV(B) | 145.67º | 0.99% | 0.83% | - |
| XYZ | 25.26 | 47.38 | 17.94 | - |
| YUV | 135.24 | 103.59 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 92 | 0.99 | 0 | 0.56 | 0.17 | 145.67 | 0.97 | 0.42 |
| Hex | 3 | D3 | 5C | 63 | 0 | 38 | 11 | 92 | 61 | 2A |
| Octal | 3 | 323 | 134 | 143 | 0 | 70 | 21 | 222 | 141 | 52 |
| Binary | 11 | 11010011 | 1011100 | 1100011 | 0 | 111000 | 10001 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D35C
Complementary color
Monochromatic Colors of #03D35C
Black with #03D35C
Text Example
Text Example
White with #03D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D35C; }
p { color: rgb(3,211,92); }
H1.HeaderClassName
{
color: #03D35C;
}
.AnyTagClassName
{
color: #03D35C;
}
</style>
background-color css
<style>
a { background-color: #03D35C; }
a { background-color: rgb(3,211,92); }
div.DivClassName
{
background-color: #03D35C;
}
.BgClassName
{
background-color: #03D35C;
}
</style>
border-color css
<style>
span { border-color: #03D35C; }
span { border-color: rgb(3,211,92); }
td.TdClassName
{
border-color: #03D35C;
}
.TagClassName
{
border-color: #03D35C;
}
</style>