Shades of Malachite #07E752
Tints of Malachite #07E752
RGB
CMYK
RGB Variations
Color information
#07E752 (or 0x07E752) is known color: Malachite. HEX triplet: 07, E7 and 52. RGB value is (7,231,82). Sum of RGB (Red+Green+Blue) = 7+231+82=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 231 (90.62% from 255 or 72.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 231 - color contains mainly: green. Hex color #07E752 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E752 is #F818AD. Grayscale: #939393. Windows color (decimal): -16259246 or 5433095. OLE color: 5433095.
HSL color Cylindrical-coordinate representation of color #07E752: hue angle of 140.09º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E752 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 82 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.09 |
| HSL | 140.09º | 0.94% | 0.47% | - |
| HSV(B) | 140.09º | 0.97% | 0.91% | - |
| XYZ | 30.19 | 57.81 | 17.55 | - |
| YUV | 147.04 | 91.29 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 82 | 0.97 | 0 | 0.65 | 0.09 | 140.09 | 0.94 | 0.47 |
| Hex | 7 | E7 | 52 | 61 | 0 | 41 | 9 | 8C | 5E | 2F |
| Octal | 7 | 347 | 122 | 141 | 0 | 101 | 11 | 214 | 136 | 57 |
| Binary | 111 | 11100111 | 1010010 | 1100001 | 0 | 1000001 | 1001 | 10001100 | 1011110 | 101111 |
Color Harmonies of #07E752
Complementary color
Monochromatic Colors of #07E752
Black with #07E752
Text Example
Text Example
White with #07E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E752; }
p { color: rgb(7,231,82); }
H1.HeaderClassName
{
color: #07E752;
}
.AnyTagClassName
{
color: #07E752;
}
</style>
background-color css
<style>
a { background-color: #07E752; }
a { background-color: rgb(7,231,82); }
div.DivClassName
{
background-color: #07E752;
}
.BgClassName
{
background-color: #07E752;
}
</style>
border-color css
<style>
span { border-color: #07E752; }
span { border-color: rgb(7,231,82); }
td.TdClassName
{
border-color: #07E752;
}
.TagClassName
{
border-color: #07E752;
}
</style>