Shades of Malachite #03F358
Tints of Malachite #03F358
RGB
CMYK
RGB Variations
Color information
#03F358 (or 0x03F358) is known color: Malachite. HEX triplet: 03, F3 and 58. RGB value is (3,243,88). Sum of RGB (Red+Green+Blue) = 3+243+88=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #03F358 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F358 is #FC0CA7. Grayscale: #999999. Windows color (decimal): -16518312 or 5829379. OLE color: 5829379.
HSL color Cylindrical-coordinate representation of color #03F358: hue angle of 141.25º 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 #03F358 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 88 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.05 |
| HSL | 141.25º | 0.98% | 0.48% | - |
| HSV(B) | 141.25º | 0.99% | 0.95% | - |
| XYZ | 33.85 | 64.83 | 19.96 | - |
| YUV | 153.57 | 90.99 | 20.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 88 | 0.99 | 0 | 0.64 | 0.05 | 141.25 | 0.98 | 0.48 |
| Hex | 3 | F3 | 58 | 63 | 0 | 40 | 5 | 8D | 62 | 30 |
| Octal | 3 | 363 | 130 | 143 | 0 | 100 | 5 | 215 | 142 | 60 |
| Binary | 11 | 11110011 | 1011000 | 1100011 | 0 | 1000000 | 101 | 10001101 | 1100010 | 110000 |
Color Harmonies of #03F358
Complementary color
Monochromatic Colors of #03F358
Black with #03F358
Text Example
Text Example
White with #03F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F358; }
p { color: rgb(3,243,88); }
H1.HeaderClassName
{
color: #03F358;
}
.AnyTagClassName
{
color: #03F358;
}
</style>
background-color css
<style>
a { background-color: #03F358; }
a { background-color: rgb(3,243,88); }
div.DivClassName
{
background-color: #03F358;
}
.BgClassName
{
background-color: #03F358;
}
</style>
border-color css
<style>
span { border-color: #03F358; }
span { border-color: rgb(3,243,88); }
td.TdClassName
{
border-color: #03F358;
}
.TagClassName
{
border-color: #03F358;
}
</style>