Shades of Malachite #03E950
Tints of Malachite #03E950
RGB
CMYK
RGB Variations
Color information
#03E950 (or 0x03E950) is known color: Malachite. HEX triplet: 03, E9 and 50. RGB value is (3,233,80). Sum of RGB (Red+Green+Blue) = 3+233+80=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 233 (91.41% from 255 or 73.73% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 233 - color contains mainly: green. Hex color #03E950 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E950 is #FC16AF. Grayscale: #939393. Windows color (decimal): -16520880 or 5302531. OLE color: 5302531.
HSL color Cylindrical-coordinate representation of color #03E950: hue angle of 140.09º 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 #03E950 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 80 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.09 |
| HSL | 140.09º | 0.97% | 0.46% | - |
| HSV(B) | 140.09º | 0.99% | 0.91% | - |
| XYZ | 30.62 | 58.88 | 17.34 | - |
| YUV | 146.79 | 90.3 | 25.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 80 | 0.99 | 0 | 0.66 | 0.09 | 140.09 | 0.97 | 0.46 |
| Hex | 3 | E9 | 50 | 63 | 0 | 42 | 9 | 8C | 61 | 2E |
| Octal | 3 | 351 | 120 | 143 | 0 | 102 | 11 | 214 | 141 | 56 |
| Binary | 11 | 11101001 | 1010000 | 1100011 | 0 | 1000010 | 1001 | 10001100 | 1100001 | 101110 |
Color Harmonies of #03E950
Complementary color
Monochromatic Colors of #03E950
Black with #03E950
Text Example
Text Example
White with #03E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E950; }
p { color: rgb(3,233,80); }
H1.HeaderClassName
{
color: #03E950;
}
.AnyTagClassName
{
color: #03E950;
}
</style>
background-color css
<style>
a { background-color: #03E950; }
a { background-color: rgb(3,233,80); }
div.DivClassName
{
background-color: #03E950;
}
.BgClassName
{
background-color: #03E950;
}
</style>
border-color css
<style>
span { border-color: #03E950; }
span { border-color: rgb(3,233,80); }
td.TdClassName
{
border-color: #03E950;
}
.TagClassName
{
border-color: #03E950;
}
</style>