Shades of Malachite #03CA5E
Tints of Malachite #03CA5E
RGB
CMYK
RGB Variations
Color information
#03CA5E (or 0x03CA5E) is known color: Malachite. HEX triplet: 03, CA and 5E. RGB value is (3,202,94). Sum of RGB (Red+Green+Blue) = 3+202+94=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA5E is #FC35A1. Grayscale: #828282. Windows color (decimal): -16528802 or 6212099. OLE color: 6212099.
HSL color Cylindrical-coordinate representation of color #03CA5E: hue angle of 147.44º 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 #03CA5E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 94 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.21 |
| HSL | 147.44º | 0.97% | 0.4% | - |
| HSV(B) | 147.44º | 0.99% | 0.79% | - |
| XYZ | 23.18 | 43.07 | 17.68 | - |
| YUV | 130.19 | 107.57 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 94 | 0.99 | 0 | 0.53 | 0.21 | 147.44 | 0.97 | 0.4 |
| Hex | 3 | CA | 5E | 63 | 0 | 35 | 15 | 93 | 61 | 28 |
| Octal | 3 | 312 | 136 | 143 | 0 | 65 | 25 | 223 | 141 | 50 |
| Binary | 11 | 11001010 | 1011110 | 1100011 | 0 | 110101 | 10101 | 10010011 | 1100001 | 101000 |
Color Harmonies of #03CA5E
Complementary color
Monochromatic Colors of #03CA5E
Black with #03CA5E
Text Example
Text Example
White with #03CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA5E; }
p { color: rgb(3,202,94); }
H1.HeaderClassName
{
color: #03CA5E;
}
.AnyTagClassName
{
color: #03CA5E;
}
</style>
background-color css
<style>
a { background-color: #03CA5E; }
a { background-color: rgb(3,202,94); }
div.DivClassName
{
background-color: #03CA5E;
}
.BgClassName
{
background-color: #03CA5E;
}
</style>
border-color css
<style>
span { border-color: #03CA5E; }
span { border-color: rgb(3,202,94); }
td.TdClassName
{
border-color: #03CA5E;
}
.TagClassName
{
border-color: #03CA5E;
}
</style>