Shades of Malachite #03C955
Tints of Malachite #03C955
RGB
CMYK
RGB Variations
Color information
#03C955 (or 0x03C955) is known color: Malachite. HEX triplet: 03, C9 and 55. RGB value is (3,201,85). Sum of RGB (Red+Green+Blue) = 3+201+85=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #03C955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C955 is #FC36AA. Grayscale: #808080. Windows color (decimal): -16529067 or 5622019. OLE color: 5622019.
HSL color Cylindrical-coordinate representation of color #03C955: hue angle of 144.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C955 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 85 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.21 |
| HSL | 144.85º | 0.97% | 0.4% | - |
| HSV(B) | 144.85º | 0.99% | 0.79% | - |
| XYZ | 22.56 | 42.45 | 15.6 | - |
| YUV | 128.57 | 103.4 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 85 | 0.99 | 0 | 0.58 | 0.21 | 144.85 | 0.97 | 0.4 |
| Hex | 3 | C9 | 55 | 63 | 0 | 3A | 15 | 91 | 61 | 28 |
| Octal | 3 | 311 | 125 | 143 | 0 | 72 | 25 | 221 | 141 | 50 |
| Binary | 11 | 11001001 | 1010101 | 1100011 | 0 | 111010 | 10101 | 10010001 | 1100001 | 101000 |
Color Harmonies of #03C955
Complementary color
Monochromatic Colors of #03C955
Black with #03C955
Text Example
Text Example
White with #03C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C955; }
p { color: rgb(3,201,85); }
H1.HeaderClassName
{
color: #03C955;
}
.AnyTagClassName
{
color: #03C955;
}
</style>
background-color css
<style>
a { background-color: #03C955; }
a { background-color: rgb(3,201,85); }
div.DivClassName
{
background-color: #03C955;
}
.BgClassName
{
background-color: #03C955;
}
</style>
border-color css
<style>
span { border-color: #03C955; }
span { border-color: rgb(3,201,85); }
td.TdClassName
{
border-color: #03C955;
}
.TagClassName
{
border-color: #03C955;
}
</style>