Shades of Malachite #03F655
Tints of Malachite #03F655
RGB
CMYK
RGB Variations
Color information
#03F655 (or 0x03F655) is known color: Malachite. HEX triplet: 03, F6 and 55. RGB value is (3,246,85). Sum of RGB (Red+Green+Blue) = 3+246+85=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #03F655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F655 is #FC09AA. Grayscale: #9B9B9B. Windows color (decimal): -16517547 or 5633539. OLE color: 5633539.
HSL color Cylindrical-coordinate representation of color #03F655: hue angle of 140.25º 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 #03F655 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 246 | 85 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.04 |
| HSL | 140.25º | 0.98% | 0.49% | - |
| HSV(B) | 140.25º | 0.99% | 0.96% | - |
| XYZ | 34.63 | 66.59 | 19.62 | - |
| YUV | 154.99 | 88.49 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 246 | 85 | 0.99 | 0 | 0.65 | 0.04 | 140.25 | 0.98 | 0.49 |
| Hex | 3 | F6 | 55 | 63 | 0 | 41 | 4 | 8C | 62 | 31 |
| Octal | 3 | 366 | 125 | 143 | 0 | 101 | 4 | 214 | 142 | 61 |
| Binary | 11 | 11110110 | 1010101 | 1100011 | 0 | 1000001 | 100 | 10001100 | 1100010 | 110001 |
Color Harmonies of #03F655
Complementary color
Monochromatic Colors of #03F655
Black with #03F655
Text Example
Text Example
White with #03F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F655; }
p { color: rgb(3,246,85); }
H1.HeaderClassName
{
color: #03F655;
}
.AnyTagClassName
{
color: #03F655;
}
</style>
background-color css
<style>
a { background-color: #03F655; }
a { background-color: rgb(3,246,85); }
div.DivClassName
{
background-color: #03F655;
}
.BgClassName
{
background-color: #03F655;
}
</style>
border-color css
<style>
span { border-color: #03F655; }
span { border-color: rgb(3,246,85); }
td.TdClassName
{
border-color: #03F655;
}
.TagClassName
{
border-color: #03F655;
}
</style>