Shades of Malachite #03F053
Tints of Malachite #03F053
RGB
CMYK
RGB Variations
Color information
#03F053 (or 0x03F053) is known color: Malachite. HEX triplet: 03, F0 and 53. RGB value is (3,240,83). Sum of RGB (Red+Green+Blue) = 3+240+83=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #03F053 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F053 is #FC0FAC. Grayscale: #979797. Windows color (decimal): -16519085 or 5500931. OLE color: 5500931.
HSL color Cylindrical-coordinate representation of color #03F053: hue angle of 140.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F053 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 240 | 83 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.06 |
| HSL | 140.25º | 0.98% | 0.48% | - |
| HSV(B) | 140.25º | 0.99% | 0.94% | - |
| XYZ | 32.76 | 62.96 | 18.61 | - |
| YUV | 151.24 | 89.48 | 22.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 83 | 0.99 | 0 | 0.65 | 0.06 | 140.25 | 0.98 | 0.48 |
| Hex | 3 | F0 | 53 | 63 | 0 | 41 | 6 | 8C | 62 | 30 |
| Octal | 3 | 360 | 123 | 143 | 0 | 101 | 6 | 214 | 142 | 60 |
| Binary | 11 | 11110000 | 1010011 | 1100011 | 0 | 1000001 | 110 | 10001100 | 1100010 | 110000 |
Color Harmonies of #03F053
Complementary color
Monochromatic Colors of #03F053
Black with #03F053
Text Example
Text Example
White with #03F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F053; }
p { color: rgb(3,240,83); }
H1.HeaderClassName
{
color: #03F053;
}
.AnyTagClassName
{
color: #03F053;
}
</style>
background-color css
<style>
a { background-color: #03F053; }
a { background-color: rgb(3,240,83); }
div.DivClassName
{
background-color: #03F053;
}
.BgClassName
{
background-color: #03F053;
}
</style>
border-color css
<style>
span { border-color: #03F053; }
span { border-color: rgb(3,240,83); }
td.TdClassName
{
border-color: #03F053;
}
.TagClassName
{
border-color: #03F053;
}
</style>