Shades of Malachite #03F353
Tints of Malachite #03F353
RGB
CMYK
RGB Variations
Color information
#03F353 (or 0x03F353) is known color: Malachite. HEX triplet: 03, F3 and 53. RGB value is (3,243,83). Sum of RGB (Red+Green+Blue) = 3+243+83=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #03F353 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F353 is #FC0CAC. Grayscale: #999999. Windows color (decimal): -16518317 or 5501699. OLE color: 5501699.
HSL color Cylindrical-coordinate representation of color #03F353: hue angle of 140º 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 #03F353 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 83 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.05 |
| HSL | 140º | 0.98% | 0.48% | - |
| HSV(B) | 140º | 0.99% | 0.95% | - |
| XYZ | 33.65 | 64.75 | 18.91 | - |
| YUV | 153 | 88.49 | 21.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 83 | 0.99 | 0 | 0.66 | 0.05 | 140 | 0.98 | 0.48 |
| Hex | 3 | F3 | 53 | 63 | 0 | 42 | 5 | 8C | 62 | 30 |
| Octal | 3 | 363 | 123 | 143 | 0 | 102 | 5 | 214 | 142 | 60 |
| Binary | 11 | 11110011 | 1010011 | 1100011 | 0 | 1000010 | 101 | 10001100 | 1100010 | 110000 |
Color Harmonies of #03F353
Complementary color
Monochromatic Colors of #03F353
Black with #03F353
Text Example
Text Example
White with #03F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F353; }
p { color: rgb(3,243,83); }
H1.HeaderClassName
{
color: #03F353;
}
.AnyTagClassName
{
color: #03F353;
}
</style>
background-color css
<style>
a { background-color: #03F353; }
a { background-color: rgb(3,243,83); }
div.DivClassName
{
background-color: #03F353;
}
.BgClassName
{
background-color: #03F353;
}
</style>
border-color css
<style>
span { border-color: #03F353; }
span { border-color: rgb(3,243,83); }
td.TdClassName
{
border-color: #03F353;
}
.TagClassName
{
border-color: #03F353;
}
</style>