Shades of Malachite #03F356
Tints of Malachite #03F356
RGB
CMYK
RGB Variations
Color information
#03F356 (or 0x03F356) is known color: Malachite. HEX triplet: 03, F3 and 56. RGB value is (3,243,86). Sum of RGB (Red+Green+Blue) = 3+243+86=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #03F356 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F356 is #FC0CA9. Grayscale: #999999. Windows color (decimal): -16518314 or 5698307. OLE color: 5698307.
HSL color Cylindrical-coordinate representation of color #03F356: hue angle of 140.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F356 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 86 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.05 |
| HSL | 140.75º | 0.98% | 0.48% | - |
| HSV(B) | 140.75º | 0.99% | 0.95% | - |
| XYZ | 33.77 | 64.79 | 19.53 | - |
| YUV | 153.34 | 89.99 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 86 | 0.99 | 0 | 0.65 | 0.05 | 140.75 | 0.98 | 0.48 |
| Hex | 3 | F3 | 56 | 63 | 0 | 41 | 5 | 8D | 62 | 30 |
| Octal | 3 | 363 | 126 | 143 | 0 | 101 | 5 | 215 | 142 | 60 |
| Binary | 11 | 11110011 | 1010110 | 1100011 | 0 | 1000001 | 101 | 10001101 | 1100010 | 110000 |
Color Harmonies of #03F356
Complementary color
Monochromatic Colors of #03F356
Black with #03F356
Text Example
Text Example
White with #03F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F356; }
p { color: rgb(3,243,86); }
H1.HeaderClassName
{
color: #03F356;
}
.AnyTagClassName
{
color: #03F356;
}
</style>
background-color css
<style>
a { background-color: #03F356; }
a { background-color: rgb(3,243,86); }
div.DivClassName
{
background-color: #03F356;
}
.BgClassName
{
background-color: #03F356;
}
</style>
border-color css
<style>
span { border-color: #03F356; }
span { border-color: rgb(3,243,86); }
td.TdClassName
{
border-color: #03F356;
}
.TagClassName
{
border-color: #03F356;
}
</style>