Shades of Malachite #03F955
Tints of Malachite #03F955
RGB
CMYK
RGB Variations
Color information
#03F955 (or 0x03F955) is known color: Malachite. HEX triplet: 03, F9 and 55. RGB value is (3,249,85). Sum of RGB (Red+Green+Blue) = 3+249+85=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #03F955 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F955 is #FC06AA. Grayscale: #9D9D9D. Windows color (decimal): -16516779 or 5634307. OLE color: 5634307.
HSL color Cylindrical-coordinate representation of color #03F955: hue angle of 140º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F955 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 85 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.02 |
| HSL | 140º | 0.98% | 0.49% | - |
| HSV(B) | 140º | 0.99% | 0.98% | - |
| XYZ | 35.55 | 68.43 | 19.93 | - |
| YUV | 156.75 | 87.5 | 18.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 85 | 0.99 | 0 | 0.66 | 0.02 | 140 | 0.98 | 0.49 |
| Hex | 3 | F9 | 55 | 63 | 0 | 42 | 2 | 8C | 62 | 31 |
| Octal | 3 | 371 | 125 | 143 | 0 | 102 | 2 | 214 | 142 | 61 |
| Binary | 11 | 11111001 | 1010101 | 1100011 | 0 | 1000010 | 10 | 10001100 | 1100010 | 110001 |
Color Harmonies of #03F955
Complementary color
Monochromatic Colors of #03F955
Black with #03F955
Text Example
Text Example
White with #03F955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F955; }
p { color: rgb(3,249,85); }
H1.HeaderClassName
{
color: #03F955;
}
.AnyTagClassName
{
color: #03F955;
}
</style>
background-color css
<style>
a { background-color: #03F955; }
a { background-color: rgb(3,249,85); }
div.DivClassName
{
background-color: #03F955;
}
.BgClassName
{
background-color: #03F955;
}
</style>
border-color css
<style>
span { border-color: #03F955; }
span { border-color: rgb(3,249,85); }
td.TdClassName
{
border-color: #03F955;
}
.TagClassName
{
border-color: #03F955;
}
</style>