Shades of Malachite #07E334
Tints of Malachite #07E334
RGB
CMYK
RGB Variations
Color information
#07E334 (or 0x07E334) is known color: Malachite. HEX triplet: 07, E3 and 34. RGB value is (7,227,52). Sum of RGB (Red+Green+Blue) = 7+227+52=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 227 (89.06% from 255 or 79.37% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 227 - color contains mainly: green. Hex color #07E334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E334 is #F81CCB. Grayscale: #8D8D8D. Windows color (decimal): -16260300 or 3465991. OLE color: 3465991.
HSL color Cylindrical-coordinate representation of color #07E334: hue angle of 132.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E334 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 52 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.11 |
| HSL | 132.27º | 0.94% | 0.46% | - |
| HSV(B) | 132.27º | 0.97% | 0.89% | - |
| XYZ | 28.18 | 55.23 | 12.42 | - |
| YUV | 141.27 | 77.61 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 52 | 0.97 | 0 | 0.77 | 0.11 | 132.27 | 0.94 | 0.46 |
| Hex | 7 | E3 | 34 | 61 | 0 | 4D | B | 84 | 5E | 2E |
| Octal | 7 | 343 | 64 | 141 | 0 | 115 | 13 | 204 | 136 | 56 |
| Binary | 111 | 11100011 | 110100 | 1100001 | 0 | 1001101 | 1011 | 10000100 | 1011110 | 101110 |
Color Harmonies of #07E334
Complementary color
Monochromatic Colors of #07E334
Black with #07E334
Text Example
Text Example
White with #07E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E334; }
p { color: rgb(7,227,52); }
H1.HeaderClassName
{
color: #07E334;
}
.AnyTagClassName
{
color: #07E334;
}
</style>
background-color css
<style>
a { background-color: #07E334; }
a { background-color: rgb(7,227,52); }
div.DivClassName
{
background-color: #07E334;
}
.BgClassName
{
background-color: #07E334;
}
</style>
border-color css
<style>
span { border-color: #07E334; }
span { border-color: rgb(7,227,52); }
td.TdClassName
{
border-color: #07E334;
}
.TagClassName
{
border-color: #07E334;
}
</style>