Shades of Malachite #03FF41
Tints of Malachite #03FF41
RGB
CMYK
RGB Variations
Color information
#03FF41 (or 0x03FF41) is known color: Malachite. HEX triplet: 03, FF and 41. RGB value is (3,255,65). Sum of RGB (Red+Green+Blue) = 3+255+65=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF41 is #FC00BE. Grayscale: #9E9E9E. Windows color (decimal): -16515263 or 4325123. OLE color: 4325123.
HSL color Cylindrical-coordinate representation of color #03FF41: hue angle of 134.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF41 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 65 | - |
| CMYK | 0.99 | 0 | 0.75 | 0 |
| HSL | 134.76º | 1% | 0.51% | - |
| HSV(B) | 134.76º | 0.99% | 1% | - |
| XYZ | 36.75 | 71.92 | 16.95 | - |
| YUV | 157.99 | 75.51 | 17.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 65 | 0.99 | 0 | 0.75 | 0 | 134.76 | 1 | 0.51 |
| Hex | 3 | FF | 41 | 63 | 0 | 4B | 0 | 87 | 64 | 33 |
| Octal | 3 | 377 | 101 | 143 | 0 | 113 | 0 | 207 | 144 | 63 |
| Binary | 11 | 11111111 | 1000001 | 1100011 | 0 | 1001011 | 0 | 10000111 | 1100100 | 110011 |
Color Harmonies of #03FF41
Complementary color
Monochromatic Colors of #03FF41
Black with #03FF41
Text Example
Text Example
White with #03FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF41; }
p { color: rgb(3,255,65); }
H1.HeaderClassName
{
color: #03FF41;
}
.AnyTagClassName
{
color: #03FF41;
}
</style>
background-color css
<style>
a { background-color: #03FF41; }
a { background-color: rgb(3,255,65); }
div.DivClassName
{
background-color: #03FF41;
}
.BgClassName
{
background-color: #03FF41;
}
</style>
border-color css
<style>
span { border-color: #03FF41; }
span { border-color: rgb(3,255,65); }
td.TdClassName
{
border-color: #03FF41;
}
.TagClassName
{
border-color: #03FF41;
}
</style>