Shades of Malachite #07EC52
Tints of Malachite #07EC52
RGB
CMYK
RGB Variations
Color information
#07EC52 (or 0x07EC52) is known color: Malachite. HEX triplet: 07, EC and 52. RGB value is (7,236,82). Sum of RGB (Red+Green+Blue) = 7+236+82=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #07EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07EC52 is #F813AD. Grayscale: #969696. Windows color (decimal): -16257966 or 5434375. OLE color: 5434375.
HSL color Cylindrical-coordinate representation of color #07EC52: hue angle of 139.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EC52 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 82 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.07 |
| HSL | 139.65º | 0.94% | 0.48% | - |
| HSV(B) | 139.65º | 0.97% | 0.93% | - |
| XYZ | 31.61 | 60.65 | 18.02 | - |
| YUV | 149.97 | 89.63 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 82 | 0.97 | 0 | 0.65 | 0.07 | 139.65 | 0.94 | 0.48 |
| Hex | 7 | EC | 52 | 61 | 0 | 41 | 7 | 8C | 5E | 30 |
| Octal | 7 | 354 | 122 | 141 | 0 | 101 | 7 | 214 | 136 | 60 |
| Binary | 111 | 11101100 | 1010010 | 1100001 | 0 | 1000001 | 111 | 10001100 | 1011110 | 110000 |
Color Harmonies of #07EC52
Complementary color
Monochromatic Colors of #07EC52
Black with #07EC52
Text Example
Text Example
White with #07EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EC52; }
p { color: rgb(7,236,82); }
H1.HeaderClassName
{
color: #07EC52;
}
.AnyTagClassName
{
color: #07EC52;
}
</style>
background-color css
<style>
a { background-color: #07EC52; }
a { background-color: rgb(7,236,82); }
div.DivClassName
{
background-color: #07EC52;
}
.BgClassName
{
background-color: #07EC52;
}
</style>
border-color css
<style>
span { border-color: #07EC52; }
span { border-color: rgb(7,236,82); }
td.TdClassName
{
border-color: #07EC52;
}
.TagClassName
{
border-color: #07EC52;
}
</style>