Shades of Malachite #03E06B
Tints of Malachite #03E06B
RGB
CMYK
RGB Variations
Color information
#03E06B (or 0x03E06B) is known color: Malachite. HEX triplet: 03, E0 and 6B. RGB value is (3,224,107). Sum of RGB (Red+Green+Blue) = 3+224+107=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #03E06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E06B is #FC1F94. Grayscale: #909090. Windows color (decimal): -16523157 or 7069699. OLE color: 7069699.
HSL color Cylindrical-coordinate representation of color #03E06B: hue angle of 148.24º 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 #03E06B is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 107 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.12 |
| HSL | 148.24º | 0.97% | 0.45% | - |
| HSV(B) | 148.24º | 0.99% | 0.88% | - |
| XYZ | 29.35 | 54.39 | 22.86 | - |
| YUV | 144.58 | 106.78 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 107 | 0.99 | 0 | 0.52 | 0.12 | 148.24 | 0.97 | 0.45 |
| Hex | 3 | E0 | 6B | 63 | 0 | 34 | C | 94 | 61 | 2D |
| Octal | 3 | 340 | 153 | 143 | 0 | 64 | 14 | 224 | 141 | 55 |
| Binary | 11 | 11100000 | 1101011 | 1100011 | 0 | 110100 | 1100 | 10010100 | 1100001 | 101101 |
Color Harmonies of #03E06B
Complementary color
Monochromatic Colors of #03E06B
Black with #03E06B
Text Example
Text Example
White with #03E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E06B; }
p { color: rgb(3,224,107); }
H1.HeaderClassName
{
color: #03E06B;
}
.AnyTagClassName
{
color: #03E06B;
}
</style>
background-color css
<style>
a { background-color: #03E06B; }
a { background-color: rgb(3,224,107); }
div.DivClassName
{
background-color: #03E06B;
}
.BgClassName
{
background-color: #03E06B;
}
</style>
border-color css
<style>
span { border-color: #03E06B; }
span { border-color: rgb(3,224,107); }
td.TdClassName
{
border-color: #03E06B;
}
.TagClassName
{
border-color: #03E06B;
}
</style>