Shades of Malachite #03F65E
Tints of Malachite #03F65E
RGB
CMYK
RGB Variations
Color information
#03F65E (or 0x03F65E) is known color: Malachite. HEX triplet: 03, F6 and 5E. RGB value is (3,246,94). Sum of RGB (Red+Green+Blue) = 3+246+94=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #03F65E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F65E is #FC09A1. Grayscale: #9C9C9C. Windows color (decimal): -16517538 or 6223363. OLE color: 6223363.
HSL color Cylindrical-coordinate representation of color #03F65E: hue angle of 142.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F65E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 246 | 94 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.04 |
| HSL | 142.47º | 0.98% | 0.49% | - |
| HSV(B) | 142.47º | 0.99% | 0.96% | - |
| XYZ | 35.01 | 66.74 | 21.63 | - |
| YUV | 156.02 | 92.99 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 246 | 94 | 0.99 | 0 | 0.62 | 0.04 | 142.47 | 0.98 | 0.49 |
| Hex | 3 | F6 | 5E | 63 | 0 | 3E | 4 | 8E | 62 | 31 |
| Octal | 3 | 366 | 136 | 143 | 0 | 76 | 4 | 216 | 142 | 61 |
| Binary | 11 | 11110110 | 1011110 | 1100011 | 0 | 111110 | 100 | 10001110 | 1100010 | 110001 |
Color Harmonies of #03F65E
Complementary color
Monochromatic Colors of #03F65E
Black with #03F65E
Text Example
Text Example
White with #03F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F65E; }
p { color: rgb(3,246,94); }
H1.HeaderClassName
{
color: #03F65E;
}
.AnyTagClassName
{
color: #03F65E;
}
</style>
background-color css
<style>
a { background-color: #03F65E; }
a { background-color: rgb(3,246,94); }
div.DivClassName
{
background-color: #03F65E;
}
.BgClassName
{
background-color: #03F65E;
}
</style>
border-color css
<style>
span { border-color: #03F65E; }
span { border-color: rgb(3,246,94); }
td.TdClassName
{
border-color: #03F65E;
}
.TagClassName
{
border-color: #03F65E;
}
</style>