Shades of Malachite #07E04A
Tints of Malachite #07E04A
RGB
CMYK
RGB Variations
Color information
#07E04A (or 0x07E04A) is known color: Malachite. HEX triplet: 07, E0 and 4A. RGB value is (7,224,74). Sum of RGB (Red+Green+Blue) = 7+224+74=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #07E04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E04A is #F81FB5. Grayscale: #8E8E8E. Windows color (decimal): -16261046 or 4907015. OLE color: 4907015.
HSL color Cylindrical-coordinate representation of color #07E04A: hue angle of 138.53º 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 #07E04A is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 74 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.12 |
| HSL | 138.53º | 0.94% | 0.45% | - |
| HSV(B) | 138.53º | 0.97% | 0.88% | - |
| XYZ | 27.98 | 53.85 | 15.4 | - |
| YUV | 142.02 | 89.61 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 74 | 0.97 | 0 | 0.67 | 0.12 | 138.53 | 0.94 | 0.45 |
| Hex | 7 | E0 | 4A | 61 | 0 | 43 | C | 8B | 5E | 2D |
| Octal | 7 | 340 | 112 | 141 | 0 | 103 | 14 | 213 | 136 | 55 |
| Binary | 111 | 11100000 | 1001010 | 1100001 | 0 | 1000011 | 1100 | 10001011 | 1011110 | 101101 |
Color Harmonies of #07E04A
Complementary color
Monochromatic Colors of #07E04A
Black with #07E04A
Text Example
Text Example
White with #07E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E04A; }
p { color: rgb(7,224,74); }
H1.HeaderClassName
{
color: #07E04A;
}
.AnyTagClassName
{
color: #07E04A;
}
</style>
background-color css
<style>
a { background-color: #07E04A; }
a { background-color: rgb(7,224,74); }
div.DivClassName
{
background-color: #07E04A;
}
.BgClassName
{
background-color: #07E04A;
}
</style>
border-color css
<style>
span { border-color: #07E04A; }
span { border-color: rgb(7,224,74); }
td.TdClassName
{
border-color: #07E04A;
}
.TagClassName
{
border-color: #07E04A;
}
</style>