Shades of Malachite #07E64A
Tints of Malachite #07E64A
RGB
CMYK
RGB Variations
Color information
#07E64A (or 0x07E64A) is known color: Malachite. HEX triplet: 07, E6 and 4A. RGB value is (7,230,74). Sum of RGB (Red+Green+Blue) = 7+230+74=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 230 (90.23% from 255 or 73.95% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 230 - color contains mainly: green. Hex color #07E64A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07E64A is #F819B5. Grayscale: #919191. Windows color (decimal): -16259510 or 4908551. OLE color: 4908551.
HSL color Cylindrical-coordinate representation of color #07E64A: hue angle of 138.03º 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 #07E64A is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 230 | 74 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.10 |
| HSL | 138.03º | 0.94% | 0.46% | - |
| HSV(B) | 138.03º | 0.97% | 0.9% | - |
| XYZ | 29.62 | 57.13 | 15.95 | - |
| YUV | 145.54 | 87.62 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 74 | 0.97 | 0 | 0.68 | 0.10 | 138.03 | 0.94 | 0.46 |
| Hex | 7 | E6 | 4A | 61 | 0 | 44 | A | 8A | 5E | 2E |
| Octal | 7 | 346 | 112 | 141 | 0 | 104 | 12 | 212 | 136 | 56 |
| Binary | 111 | 11100110 | 1001010 | 1100001 | 0 | 1000100 | 1010 | 10001010 | 1011110 | 101110 |
Color Harmonies of #07E64A
Complementary color
Monochromatic Colors of #07E64A
Black with #07E64A
Text Example
Text Example
White with #07E64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E64A; }
p { color: rgb(7,230,74); }
H1.HeaderClassName
{
color: #07E64A;
}
.AnyTagClassName
{
color: #07E64A;
}
</style>
background-color css
<style>
a { background-color: #07E64A; }
a { background-color: rgb(7,230,74); }
div.DivClassName
{
background-color: #07E64A;
}
.BgClassName
{
background-color: #07E64A;
}
</style>
border-color css
<style>
span { border-color: #07E64A; }
span { border-color: rgb(7,230,74); }
td.TdClassName
{
border-color: #07E64A;
}
.TagClassName
{
border-color: #07E64A;
}
</style>