Shades of Malachite #03F855
Tints of Malachite #03F855
RGB
CMYK
RGB Variations
Color information
#03F855 (or 0x03F855) is known color: Malachite. HEX triplet: 03, F8 and 55. RGB value is (3,248,85). Sum of RGB (Red+Green+Blue) = 3+248+85=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #03F855 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F855 is #FC07AA. Grayscale: #9C9C9C. Windows color (decimal): -16517035 or 5634051. OLE color: 5634051.
HSL color Cylindrical-coordinate representation of color #03F855: hue angle of 140.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F855 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 248 | 85 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.03 |
| HSL | 140.08º | 0.98% | 0.49% | - |
| HSV(B) | 140.08º | 0.99% | 0.97% | - |
| XYZ | 35.24 | 67.81 | 19.83 | - |
| YUV | 156.16 | 87.83 | 18.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 248 | 85 | 0.99 | 0 | 0.66 | 0.03 | 140.08 | 0.98 | 0.49 |
| Hex | 3 | F8 | 55 | 63 | 0 | 42 | 3 | 8C | 62 | 31 |
| Octal | 3 | 370 | 125 | 143 | 0 | 102 | 3 | 214 | 142 | 61 |
| Binary | 11 | 11111000 | 1010101 | 1100011 | 0 | 1000010 | 11 | 10001100 | 1100010 | 110001 |
Color Harmonies of #03F855
Complementary color
Monochromatic Colors of #03F855
Black with #03F855
Text Example
Text Example
White with #03F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F855; }
p { color: rgb(3,248,85); }
H1.HeaderClassName
{
color: #03F855;
}
.AnyTagClassName
{
color: #03F855;
}
</style>
background-color css
<style>
a { background-color: #03F855; }
a { background-color: rgb(3,248,85); }
div.DivClassName
{
background-color: #03F855;
}
.BgClassName
{
background-color: #03F855;
}
</style>
border-color css
<style>
span { border-color: #03F855; }
span { border-color: rgb(3,248,85); }
td.TdClassName
{
border-color: #03F855;
}
.TagClassName
{
border-color: #03F855;
}
</style>