Shades of Malachite #07E032
Tints of Malachite #07E032
RGB
CMYK
RGB Variations
Color information
#07E032 (or 0x07E032) is known color: Malachite. HEX triplet: 07, E0 and 32. RGB value is (7,224,50). Sum of RGB (Red+Green+Blue) = 7+224+50=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 224 (87.89% from 255 or 79.72% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 224 - color contains mainly: green. Hex color #07E032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E032 is #F81FCD. Grayscale: #8B8B8B. Windows color (decimal): -16261070 or 3334151. OLE color: 3334151.
HSL color Cylindrical-coordinate representation of color #07E032: hue angle of 131.89º 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 #07E032 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 50 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.12 |
| HSL | 131.89º | 0.94% | 0.45% | - |
| HSV(B) | 131.89º | 0.97% | 0.88% | - |
| XYZ | 27.32 | 53.59 | 11.92 | - |
| YUV | 139.28 | 77.61 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 50 | 0.97 | 0 | 0.78 | 0.12 | 131.89 | 0.94 | 0.45 |
| Hex | 7 | E0 | 32 | 61 | 0 | 4E | C | 84 | 5E | 2D |
| Octal | 7 | 340 | 62 | 141 | 0 | 116 | 14 | 204 | 136 | 55 |
| Binary | 111 | 11100000 | 110010 | 1100001 | 0 | 1001110 | 1100 | 10000100 | 1011110 | 101101 |
Color Harmonies of #07E032
Complementary color
Monochromatic Colors of #07E032
Black with #07E032
Text Example
Text Example
White with #07E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E032; }
p { color: rgb(7,224,50); }
H1.HeaderClassName
{
color: #07E032;
}
.AnyTagClassName
{
color: #07E032;
}
</style>
background-color css
<style>
a { background-color: #07E032; }
a { background-color: rgb(7,224,50); }
div.DivClassName
{
background-color: #07E032;
}
.BgClassName
{
background-color: #07E032;
}
</style>
border-color css
<style>
span { border-color: #07E032; }
span { border-color: rgb(7,224,50); }
td.TdClassName
{
border-color: #07E032;
}
.TagClassName
{
border-color: #07E032;
}
</style>