Shades of Malachite #03E06F
Tints of Malachite #03E06F
RGB
CMYK
RGB Variations
Color information
#03E06F (or 0x03E06F) is known color: Malachite. HEX triplet: 03, E0 and 6F. RGB value is (3,224,111). Sum of RGB (Red+Green+Blue) = 3+224+111=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #03E06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E06F is #FC1F90. Grayscale: #919191. Windows color (decimal): -16523153 or 7331843. OLE color: 7331843.
HSL color Cylindrical-coordinate representation of color #03E06F: hue angle of 149.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E06F is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 111 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.12 |
| HSL | 149.32º | 0.97% | 0.45% | - |
| HSV(B) | 149.32º | 0.99% | 0.88% | - |
| XYZ | 29.56 | 54.48 | 24 | - |
| YUV | 145.04 | 108.78 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 111 | 0.99 | 0 | 0.50 | 0.12 | 149.32 | 0.97 | 0.45 |
| Hex | 3 | E0 | 6F | 63 | 0 | 32 | C | 95 | 61 | 2D |
| Octal | 3 | 340 | 157 | 143 | 0 | 62 | 14 | 225 | 141 | 55 |
| Binary | 11 | 11100000 | 1101111 | 1100011 | 0 | 110010 | 1100 | 10010101 | 1100001 | 101101 |
Color Harmonies of #03E06F
Complementary color
Monochromatic Colors of #03E06F
Black with #03E06F
Text Example
Text Example
White with #03E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E06F; }
p { color: rgb(3,224,111); }
H1.HeaderClassName
{
color: #03E06F;
}
.AnyTagClassName
{
color: #03E06F;
}
</style>
background-color css
<style>
a { background-color: #03E06F; }
a { background-color: rgb(3,224,111); }
div.DivClassName
{
background-color: #03E06F;
}
.BgClassName
{
background-color: #03E06F;
}
</style>
border-color css
<style>
span { border-color: #03E06F; }
span { border-color: rgb(3,224,111); }
td.TdClassName
{
border-color: #03E06F;
}
.TagClassName
{
border-color: #03E06F;
}
</style>