Shades of Malachite #07E152
Tints of Malachite #07E152
RGB
CMYK
RGB Variations
Color information
#07E152 (or 0x07E152) is known color: Malachite. HEX triplet: 07, E1 and 52. RGB value is (7,225,82). Sum of RGB (Red+Green+Blue) = 7+225+82=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #07E152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E152 is #F81EAD. Grayscale: #8F8F8F. Windows color (decimal): -16260782 or 5431559. OLE color: 5431559.
HSL color Cylindrical-coordinate representation of color #07E152: hue angle of 140.64º 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 #07E152 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 82 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.12 |
| HSL | 140.64º | 0.94% | 0.45% | - |
| HSV(B) | 140.64º | 0.97% | 0.88% | - |
| XYZ | 28.54 | 54.5 | 17 | - |
| YUV | 143.52 | 93.28 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 82 | 0.97 | 0 | 0.64 | 0.12 | 140.64 | 0.94 | 0.45 |
| Hex | 7 | E1 | 52 | 61 | 0 | 40 | C | 8D | 5E | 2D |
| Octal | 7 | 341 | 122 | 141 | 0 | 100 | 14 | 215 | 136 | 55 |
| Binary | 111 | 11100001 | 1010010 | 1100001 | 0 | 1000000 | 1100 | 10001101 | 1011110 | 101101 |
Color Harmonies of #07E152
Complementary color
Monochromatic Colors of #07E152
Black with #07E152
Text Example
Text Example
White with #07E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E152; }
p { color: rgb(7,225,82); }
H1.HeaderClassName
{
color: #07E152;
}
.AnyTagClassName
{
color: #07E152;
}
</style>
background-color css
<style>
a { background-color: #07E152; }
a { background-color: rgb(7,225,82); }
div.DivClassName
{
background-color: #07E152;
}
.BgClassName
{
background-color: #07E152;
}
</style>
border-color css
<style>
span { border-color: #07E152; }
span { border-color: rgb(7,225,82); }
td.TdClassName
{
border-color: #07E152;
}
.TagClassName
{
border-color: #07E152;
}
</style>