Shades of Malachite #07E532
Tints of Malachite #07E532
RGB
CMYK
RGB Variations
Color information
#07E532 (or 0x07E532) is known color: Malachite. HEX triplet: 07, E5 and 32. RGB value is (7,229,50). Sum of RGB (Red+Green+Blue) = 7+229+50=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 229 (89.84% from 255 or 80.07% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 229 - color contains mainly: green. Hex color #07E532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E532 is #F81ACD. Grayscale: #8E8E8E. Windows color (decimal): -16259790 or 3335431. OLE color: 3335431.
HSL color Cylindrical-coordinate representation of color #07E532: hue angle of 131.62º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E532 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 229 | 50 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.10 |
| HSL | 131.62º | 0.94% | 0.46% | - |
| HSV(B) | 131.62º | 0.97% | 0.9% | - |
| XYZ | 28.68 | 56.31 | 12.38 | - |
| YUV | 142.22 | 75.95 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 229 | 50 | 0.97 | 0 | 0.78 | 0.10 | 131.62 | 0.94 | 0.46 |
| Hex | 7 | E5 | 32 | 61 | 0 | 4E | A | 84 | 5E | 2E |
| Octal | 7 | 345 | 62 | 141 | 0 | 116 | 12 | 204 | 136 | 56 |
| Binary | 111 | 11100101 | 110010 | 1100001 | 0 | 1001110 | 1010 | 10000100 | 1011110 | 101110 |
Color Harmonies of #07E532
Complementary color
Monochromatic Colors of #07E532
Black with #07E532
Text Example
Text Example
White with #07E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E532; }
p { color: rgb(7,229,50); }
H1.HeaderClassName
{
color: #07E532;
}
.AnyTagClassName
{
color: #07E532;
}
</style>
background-color css
<style>
a { background-color: #07E532; }
a { background-color: rgb(7,229,50); }
div.DivClassName
{
background-color: #07E532;
}
.BgClassName
{
background-color: #07E532;
}
</style>
border-color css
<style>
span { border-color: #07E532; }
span { border-color: rgb(7,229,50); }
td.TdClassName
{
border-color: #07E532;
}
.TagClassName
{
border-color: #07E532;
}
</style>