Shades of Malachite #03F441
Tints of Malachite #03F441
RGB
CMYK
RGB Variations
Color information
#03F441 (or 0x03F441) is known color: Malachite. HEX triplet: 03, F4 and 41. RGB value is (3,244,65). Sum of RGB (Red+Green+Blue) = 3+244+65=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 244 (95.70% from 255 or 78.21% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 244 - color contains mainly: green. Hex color #03F441 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F441 is #FC0BBE. Grayscale: #989898. Windows color (decimal): -16518079 or 4322307. OLE color: 4322307.
HSL color Cylindrical-coordinate representation of color #03F441: hue angle of 135.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F441 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 244 | 65 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.04 |
| HSL | 135.44º | 0.98% | 0.48% | - |
| HSV(B) | 135.44º | 0.99% | 0.96% | - |
| XYZ | 33.34 | 65.1 | 15.81 | - |
| YUV | 151.54 | 79.16 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 244 | 65 | 0.99 | 0 | 0.73 | 0.04 | 135.44 | 0.98 | 0.48 |
| Hex | 3 | F4 | 41 | 63 | 0 | 49 | 4 | 87 | 62 | 30 |
| Octal | 3 | 364 | 101 | 143 | 0 | 111 | 4 | 207 | 142 | 60 |
| Binary | 11 | 11110100 | 1000001 | 1100011 | 0 | 1001001 | 100 | 10000111 | 1100010 | 110000 |
Color Harmonies of #03F441
Complementary color
Monochromatic Colors of #03F441
Black with #03F441
Text Example
Text Example
White with #03F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F441; }
p { color: rgb(3,244,65); }
H1.HeaderClassName
{
color: #03F441;
}
.AnyTagClassName
{
color: #03F441;
}
</style>
background-color css
<style>
a { background-color: #03F441; }
a { background-color: rgb(3,244,65); }
div.DivClassName
{
background-color: #03F441;
}
.BgClassName
{
background-color: #03F441;
}
</style>
border-color css
<style>
span { border-color: #03F441; }
span { border-color: rgb(3,244,65); }
td.TdClassName
{
border-color: #03F441;
}
.TagClassName
{
border-color: #03F441;
}
</style>