Shades of Malachite #03EA4D
Tints of Malachite #03EA4D
RGB
CMYK
RGB Variations
Color information
#03EA4D (or 0x03EA4D) is known color: Malachite. HEX triplet: 03, EA and 4D. RGB value is (3,234,77). Sum of RGB (Red+Green+Blue) = 3+234+77=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #03EA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03EA4D is #FC15B2. Grayscale: #939393. Windows color (decimal): -16520627 or 5106179. OLE color: 5106179.
HSL color Cylindrical-coordinate representation of color #03EA4D: hue angle of 139.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EA4D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 234 | 77 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.08 |
| HSL | 139.22º | 0.97% | 0.46% | - |
| HSV(B) | 139.22º | 0.99% | 0.92% | - |
| XYZ | 30.8 | 59.4 | 16.86 | - |
| YUV | 147.03 | 88.47 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 234 | 77 | 0.99 | 0 | 0.67 | 0.08 | 139.22 | 0.97 | 0.46 |
| Hex | 3 | EA | 4D | 63 | 0 | 43 | 8 | 8B | 61 | 2E |
| Octal | 3 | 352 | 115 | 143 | 0 | 103 | 10 | 213 | 141 | 56 |
| Binary | 11 | 11101010 | 1001101 | 1100011 | 0 | 1000011 | 1000 | 10001011 | 1100001 | 101110 |
Color Harmonies of #03EA4D
Complementary color
Monochromatic Colors of #03EA4D
Black with #03EA4D
Text Example
Text Example
White with #03EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EA4D; }
p { color: rgb(3,234,77); }
H1.HeaderClassName
{
color: #03EA4D;
}
.AnyTagClassName
{
color: #03EA4D;
}
</style>
background-color css
<style>
a { background-color: #03EA4D; }
a { background-color: rgb(3,234,77); }
div.DivClassName
{
background-color: #03EA4D;
}
.BgClassName
{
background-color: #03EA4D;
}
</style>
border-color css
<style>
span { border-color: #03EA4D; }
span { border-color: rgb(3,234,77); }
td.TdClassName
{
border-color: #03EA4D;
}
.TagClassName
{
border-color: #03EA4D;
}
</style>