Shades of Malachite #03F15D
Tints of Malachite #03F15D
RGB
CMYK
RGB Variations
Color information
#03F15D (or 0x03F15D) is known color: Malachite. HEX triplet: 03, F1 and 5D. RGB value is (3,241,93). Sum of RGB (Red+Green+Blue) = 3+241+93=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #03F15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F15D is #FC0EA2. Grayscale: #999999. Windows color (decimal): -16518819 or 6156547. OLE color: 6156547.
HSL color Cylindrical-coordinate representation of color #03F15D: hue angle of 142.69º 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 #03F15D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 93 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.05 |
| HSL | 142.69º | 0.98% | 0.48% | - |
| HSV(B) | 142.69º | 0.99% | 0.95% | - |
| XYZ | 33.47 | 63.72 | 20.89 | - |
| YUV | 152.97 | 94.15 | 21.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 93 | 0.99 | 0 | 0.61 | 0.05 | 142.69 | 0.98 | 0.48 |
| Hex | 3 | F1 | 5D | 63 | 0 | 3D | 5 | 8F | 62 | 30 |
| Octal | 3 | 361 | 135 | 143 | 0 | 75 | 5 | 217 | 142 | 60 |
| Binary | 11 | 11110001 | 1011101 | 1100011 | 0 | 111101 | 101 | 10001111 | 1100010 | 110000 |
Color Harmonies of #03F15D
Complementary color
Monochromatic Colors of #03F15D
Black with #03F15D
Text Example
Text Example
White with #03F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F15D; }
p { color: rgb(3,241,93); }
H1.HeaderClassName
{
color: #03F15D;
}
.AnyTagClassName
{
color: #03F15D;
}
</style>
background-color css
<style>
a { background-color: #03F15D; }
a { background-color: rgb(3,241,93); }
div.DivClassName
{
background-color: #03F15D;
}
.BgClassName
{
background-color: #03F15D;
}
</style>
border-color css
<style>
span { border-color: #03F15D; }
span { border-color: rgb(3,241,93); }
td.TdClassName
{
border-color: #03F15D;
}
.TagClassName
{
border-color: #03F15D;
}
</style>