Shades of Malachite #03E960
Tints of Malachite #03E960
RGB
CMYK
RGB Variations
Color information
#03E960 (or 0x03E960) is known color: Malachite. HEX triplet: 03, E9 and 60. RGB value is (3,233,96). Sum of RGB (Red+Green+Blue) = 3+233+96=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #03E960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E960 is #FC169F. Grayscale: #949494. Windows color (decimal): -16520864 or 6351107. OLE color: 6351107.
HSL color Cylindrical-coordinate representation of color #03E960: hue angle of 144.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E960 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 96 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.09 |
| HSL | 144.26º | 0.97% | 0.46% | - |
| HSV(B) | 144.26º | 0.99% | 0.91% | - |
| XYZ | 31.29 | 59.14 | 20.83 | - |
| YUV | 148.61 | 98.3 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 96 | 0.99 | 0 | 0.59 | 0.09 | 144.26 | 0.97 | 0.46 |
| Hex | 3 | E9 | 60 | 63 | 0 | 3B | 9 | 90 | 61 | 2E |
| Octal | 3 | 351 | 140 | 143 | 0 | 73 | 11 | 220 | 141 | 56 |
| Binary | 11 | 11101001 | 1100000 | 1100011 | 0 | 111011 | 1001 | 10010000 | 1100001 | 101110 |
Color Harmonies of #03E960
Complementary color
Monochromatic Colors of #03E960
Black with #03E960
Text Example
Text Example
White with #03E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E960; }
p { color: rgb(3,233,96); }
H1.HeaderClassName
{
color: #03E960;
}
.AnyTagClassName
{
color: #03E960;
}
</style>
background-color css
<style>
a { background-color: #03E960; }
a { background-color: rgb(3,233,96); }
div.DivClassName
{
background-color: #03E960;
}
.BgClassName
{
background-color: #03E960;
}
</style>
border-color css
<style>
span { border-color: #03E960; }
span { border-color: rgb(3,233,96); }
td.TdClassName
{
border-color: #03E960;
}
.TagClassName
{
border-color: #03E960;
}
</style>