Shades of Malachite #03FE3F
Tints of Malachite #03FE3F
RGB
CMYK
RGB Variations
Color information
#03FE3F (or 0x03FE3F) is known color: Malachite. HEX triplet: 03, FE and 3F. RGB value is (3,254,63). Sum of RGB (Red+Green+Blue) = 3+254+63=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 254 (99.61% from 255 or 79.38% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE3F is #FC01C0. Grayscale: #9D9D9D. Windows color (decimal): -16515521 or 4193795. OLE color: 4193795.
HSL color Cylindrical-coordinate representation of color #03FE3F: hue angle of 134.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE3F is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 63 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.00 |
| HSL | 134.34º | 0.99% | 0.5% | - |
| HSV(B) | 134.34º | 0.99% | 1% | - |
| XYZ | 36.38 | 71.26 | 16.54 | - |
| YUV | 157.18 | 74.84 | 18.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 63 | 0.99 | 0 | 0.75 | 0.00 | 134.34 | 0.99 | 0.5 |
| Hex | 3 | FE | 3F | 63 | 0 | 4B | 0 | 86 | 63 | 32 |
| Octal | 3 | 376 | 77 | 143 | 0 | 113 | 0 | 206 | 143 | 62 |
| Binary | 11 | 11111110 | 111111 | 1100011 | 0 | 1001011 | 0 | 10000110 | 1100011 | 110010 |
Color Harmonies of #03FE3F
Complementary color
Monochromatic Colors of #03FE3F
Black with #03FE3F
Text Example
Text Example
White with #03FE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE3F; }
p { color: rgb(3,254,63); }
H1.HeaderClassName
{
color: #03FE3F;
}
.AnyTagClassName
{
color: #03FE3F;
}
</style>
background-color css
<style>
a { background-color: #03FE3F; }
a { background-color: rgb(3,254,63); }
div.DivClassName
{
background-color: #03FE3F;
}
.BgClassName
{
background-color: #03FE3F;
}
</style>
border-color css
<style>
span { border-color: #03FE3F; }
span { border-color: rgb(3,254,63); }
td.TdClassName
{
border-color: #03FE3F;
}
.TagClassName
{
border-color: #03FE3F;
}
</style>