Shades of Malachite #07E052
Tints of Malachite #07E052
RGB
CMYK
RGB Variations
Color information
#07E052 (or 0x07E052) is known color: Malachite. HEX triplet: 07, E0 and 52. RGB value is (7,224,82). Sum of RGB (Red+Green+Blue) = 7+224+82=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #07E052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E052 is #F81FAD. Grayscale: #8F8F8F. Windows color (decimal): -16261038 or 5431303. OLE color: 5431303.
HSL color Cylindrical-coordinate representation of color #07E052: hue angle of 140.74º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E052 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 82 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.12 |
| HSL | 140.74º | 0.94% | 0.45% | - |
| HSV(B) | 140.74º | 0.97% | 0.88% | - |
| XYZ | 28.27 | 53.97 | 16.91 | - |
| YUV | 142.93 | 93.61 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 82 | 0.97 | 0 | 0.63 | 0.12 | 140.74 | 0.94 | 0.45 |
| Hex | 7 | E0 | 52 | 61 | 0 | 3F | C | 8D | 5E | 2D |
| Octal | 7 | 340 | 122 | 141 | 0 | 77 | 14 | 215 | 136 | 55 |
| Binary | 111 | 11100000 | 1010010 | 1100001 | 0 | 111111 | 1100 | 10001101 | 1011110 | 101101 |
Color Harmonies of #07E052
Complementary color
Monochromatic Colors of #07E052
Black with #07E052
Text Example
Text Example
White with #07E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E052; }
p { color: rgb(7,224,82); }
H1.HeaderClassName
{
color: #07E052;
}
.AnyTagClassName
{
color: #07E052;
}
</style>
background-color css
<style>
a { background-color: #07E052; }
a { background-color: rgb(7,224,82); }
div.DivClassName
{
background-color: #07E052;
}
.BgClassName
{
background-color: #07E052;
}
</style>
border-color css
<style>
span { border-color: #07E052; }
span { border-color: rgb(7,224,82); }
td.TdClassName
{
border-color: #07E052;
}
.TagClassName
{
border-color: #07E052;
}
</style>