Shades of Malachite #03F154
Tints of Malachite #03F154
RGB
CMYK
RGB Variations
Color information
#03F154 (or 0x03F154) is known color: Malachite. HEX triplet: 03, F1 and 54. RGB value is (3,241,84). Sum of RGB (Red+Green+Blue) = 3+241+84=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #03F154 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F154 is #FC0EAB. Grayscale: #989898. Windows color (decimal): -16518828 or 5566723. OLE color: 5566723.
HSL color Cylindrical-coordinate representation of color #03F154: hue angle of 140.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F154 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 84 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.05 |
| HSL | 140.42º | 0.98% | 0.48% | - |
| HSV(B) | 140.42º | 0.99% | 0.95% | - |
| XYZ | 33.09 | 63.57 | 18.91 | - |
| YUV | 151.94 | 89.65 | 21.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 84 | 0.99 | 0 | 0.65 | 0.05 | 140.42 | 0.98 | 0.48 |
| Hex | 3 | F1 | 54 | 63 | 0 | 41 | 5 | 8C | 62 | 30 |
| Octal | 3 | 361 | 124 | 143 | 0 | 101 | 5 | 214 | 142 | 60 |
| Binary | 11 | 11110001 | 1010100 | 1100011 | 0 | 1000001 | 101 | 10001100 | 1100010 | 110000 |
Color Harmonies of #03F154
Complementary color
Monochromatic Colors of #03F154
Black with #03F154
Text Example
Text Example
White with #03F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F154; }
p { color: rgb(3,241,84); }
H1.HeaderClassName
{
color: #03F154;
}
.AnyTagClassName
{
color: #03F154;
}
</style>
background-color css
<style>
a { background-color: #03F154; }
a { background-color: rgb(3,241,84); }
div.DivClassName
{
background-color: #03F154;
}
.BgClassName
{
background-color: #03F154;
}
</style>
border-color css
<style>
span { border-color: #03F154; }
span { border-color: rgb(3,241,84); }
td.TdClassName
{
border-color: #03F154;
}
.TagClassName
{
border-color: #03F154;
}
</style>