Shades of Malachite #03F94D
Tints of Malachite #03F94D
RGB
CMYK
RGB Variations
Color information
#03F94D (or 0x03F94D) is known color: Malachite. HEX triplet: 03, F9 and 4D. RGB value is (3,249,77). Sum of RGB (Red+Green+Blue) = 3+249+77=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #03F94D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F94D is #FC06B2. Grayscale: #9C9C9C. Windows color (decimal): -16516787 or 5110019. OLE color: 5110019.
HSL color Cylindrical-coordinate representation of color #03F94D: hue angle of 138.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F94D is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 77 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.02 |
| HSL | 138.05º | 0.98% | 0.49% | - |
| HSV(B) | 138.05º | 0.99% | 0.98% | - |
| XYZ | 35.25 | 68.31 | 18.35 | - |
| YUV | 155.84 | 83.5 | 18.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 77 | 0.99 | 0 | 0.69 | 0.02 | 138.05 | 0.98 | 0.49 |
| Hex | 3 | F9 | 4D | 63 | 0 | 45 | 2 | 8A | 62 | 31 |
| Octal | 3 | 371 | 115 | 143 | 0 | 105 | 2 | 212 | 142 | 61 |
| Binary | 11 | 11111001 | 1001101 | 1100011 | 0 | 1000101 | 10 | 10001010 | 1100010 | 110001 |
Color Harmonies of #03F94D
Complementary color
Monochromatic Colors of #03F94D
Black with #03F94D
Text Example
Text Example
White with #03F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F94D; }
p { color: rgb(3,249,77); }
H1.HeaderClassName
{
color: #03F94D;
}
.AnyTagClassName
{
color: #03F94D;
}
</style>
background-color css
<style>
a { background-color: #03F94D; }
a { background-color: rgb(3,249,77); }
div.DivClassName
{
background-color: #03F94D;
}
.BgClassName
{
background-color: #03F94D;
}
</style>
border-color css
<style>
span { border-color: #03F94D; }
span { border-color: rgb(3,249,77); }
td.TdClassName
{
border-color: #03F94D;
}
.TagClassName
{
border-color: #03F94D;
}
</style>