Shades of Malachite #03F145
Tints of Malachite #03F145
RGB
CMYK
RGB Variations
Color information
#03F145 (or 0x03F145) is known color: Malachite. HEX triplet: 03, F1 and 45. RGB value is (3,241,69). Sum of RGB (Red+Green+Blue) = 3+241+69=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 241 (94.53% from 255 or 77.00% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 241 - color contains mainly: green. Hex color #03F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F145 is #FC0EBA. Grayscale: #969696. Windows color (decimal): -16518843 or 4583683. OLE color: 4583683.
HSL color Cylindrical-coordinate representation of color #03F145: hue angle of 136.64º 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 #03F145 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 69 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.05 |
| HSL | 136.64º | 0.98% | 0.48% | - |
| HSV(B) | 136.64º | 0.99% | 0.95% | - |
| XYZ | 32.57 | 63.36 | 16.14 | - |
| YUV | 150.23 | 82.15 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 69 | 0.99 | 0 | 0.71 | 0.05 | 136.64 | 0.98 | 0.48 |
| Hex | 3 | F1 | 45 | 63 | 0 | 47 | 5 | 89 | 62 | 30 |
| Octal | 3 | 361 | 105 | 143 | 0 | 107 | 5 | 211 | 142 | 60 |
| Binary | 11 | 11110001 | 1000101 | 1100011 | 0 | 1000111 | 101 | 10001001 | 1100010 | 110000 |
Color Harmonies of #03F145
Complementary color
Monochromatic Colors of #03F145
Black with #03F145
Text Example
Text Example
White with #03F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F145; }
p { color: rgb(3,241,69); }
H1.HeaderClassName
{
color: #03F145;
}
.AnyTagClassName
{
color: #03F145;
}
</style>
background-color css
<style>
a { background-color: #03F145; }
a { background-color: rgb(3,241,69); }
div.DivClassName
{
background-color: #03F145;
}
.BgClassName
{
background-color: #03F145;
}
</style>
border-color css
<style>
span { border-color: #03F145; }
span { border-color: rgb(3,241,69); }
td.TdClassName
{
border-color: #03F145;
}
.TagClassName
{
border-color: #03F145;
}
</style>