Shades of Malachite #07E750
Tints of Malachite #07E750
RGB
CMYK
RGB Variations
Color information
#07E750 (or 0x07E750) is known color: Malachite. HEX triplet: 07, E7 and 50. RGB value is (7,231,80). Sum of RGB (Red+Green+Blue) = 7+231+80=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 231 (90.62% from 255 or 72.64% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 231 - color contains mainly: green. Hex color #07E750 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E750 is #F818AF. Grayscale: #939393. Windows color (decimal): -16259248 or 5302023. OLE color: 5302023.
HSL color Cylindrical-coordinate representation of color #07E750: hue angle of 139.55º 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 #07E750 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 80 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.09 |
| HSL | 139.55º | 0.94% | 0.47% | - |
| HSV(B) | 139.55º | 0.97% | 0.91% | - |
| XYZ | 30.11 | 57.78 | 17.15 | - |
| YUV | 146.81 | 90.29 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 80 | 0.97 | 0 | 0.65 | 0.09 | 139.55 | 0.94 | 0.47 |
| Hex | 7 | E7 | 50 | 61 | 0 | 41 | 9 | 8C | 5E | 2F |
| Octal | 7 | 347 | 120 | 141 | 0 | 101 | 11 | 214 | 136 | 57 |
| Binary | 111 | 11100111 | 1010000 | 1100001 | 0 | 1000001 | 1001 | 10001100 | 1011110 | 101111 |
Color Harmonies of #07E750
Complementary color
Monochromatic Colors of #07E750
Black with #07E750
Text Example
Text Example
White with #07E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E750; }
p { color: rgb(7,231,80); }
H1.HeaderClassName
{
color: #07E750;
}
.AnyTagClassName
{
color: #07E750;
}
</style>
background-color css
<style>
a { background-color: #07E750; }
a { background-color: rgb(7,231,80); }
div.DivClassName
{
background-color: #07E750;
}
.BgClassName
{
background-color: #07E750;
}
</style>
border-color css
<style>
span { border-color: #07E750; }
span { border-color: rgb(7,231,80); }
td.TdClassName
{
border-color: #07E750;
}
.TagClassName
{
border-color: #07E750;
}
</style>