Shades of Malachite #03F84A
Tints of Malachite #03F84A
RGB
CMYK
RGB Variations
Color information
#03F84A (or 0x03F84A) is known color: Malachite. HEX triplet: 03, F8 and 4A. RGB value is (3,248,74). Sum of RGB (Red+Green+Blue) = 3+248+74=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #03F84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F84A is #FC07B5. Grayscale: #9B9B9B. Windows color (decimal): -16517046 or 4913155. OLE color: 4913155.
HSL color Cylindrical-coordinate representation of color #03F84A: hue angle of 137.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F84A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 248 | 74 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.03 |
| HSL | 137.39º | 0.98% | 0.49% | - |
| HSV(B) | 137.39º | 0.99% | 0.97% | - |
| XYZ | 34.84 | 67.65 | 17.7 | - |
| YUV | 154.91 | 82.33 | 19.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 248 | 74 | 0.99 | 0 | 0.70 | 0.03 | 137.39 | 0.98 | 0.49 |
| Hex | 3 | F8 | 4A | 63 | 0 | 46 | 3 | 89 | 62 | 31 |
| Octal | 3 | 370 | 112 | 143 | 0 | 106 | 3 | 211 | 142 | 61 |
| Binary | 11 | 11111000 | 1001010 | 1100011 | 0 | 1000110 | 11 | 10001001 | 1100010 | 110001 |
Color Harmonies of #03F84A
Complementary color
Monochromatic Colors of #03F84A
Black with #03F84A
Text Example
Text Example
White with #03F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F84A; }
p { color: rgb(3,248,74); }
H1.HeaderClassName
{
color: #03F84A;
}
.AnyTagClassName
{
color: #03F84A;
}
</style>
background-color css
<style>
a { background-color: #03F84A; }
a { background-color: rgb(3,248,74); }
div.DivClassName
{
background-color: #03F84A;
}
.BgClassName
{
background-color: #03F84A;
}
</style>
border-color css
<style>
span { border-color: #03F84A; }
span { border-color: rgb(3,248,74); }
td.TdClassName
{
border-color: #03F84A;
}
.TagClassName
{
border-color: #03F84A;
}
</style>