Shades of Malachite #07EE4D
Tints of Malachite #07EE4D
RGB
CMYK
RGB Variations
Color information
#07EE4D (or 0x07EE4D) is known color: Malachite. HEX triplet: 07, EE and 4D. RGB value is (7,238,77). Sum of RGB (Red+Green+Blue) = 7+238+77=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07EE4D is #F811B2. Grayscale: #969696. Windows color (decimal): -16257459 or 5107207. OLE color: 5107207.
HSL color Cylindrical-coordinate representation of color #07EE4D: hue angle of 138.18º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EE4D is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 77 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.07 |
| HSL | 138.18º | 0.94% | 0.48% | - |
| HSV(B) | 138.18º | 0.97% | 0.93% | - |
| XYZ | 32 | 61.73 | 17.25 | - |
| YUV | 150.58 | 86.47 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 77 | 0.97 | 0 | 0.68 | 0.07 | 138.18 | 0.94 | 0.48 |
| Hex | 7 | EE | 4D | 61 | 0 | 44 | 7 | 8A | 5E | 30 |
| Octal | 7 | 356 | 115 | 141 | 0 | 104 | 7 | 212 | 136 | 60 |
| Binary | 111 | 11101110 | 1001101 | 1100001 | 0 | 1000100 | 111 | 10001010 | 1011110 | 110000 |
Color Harmonies of #07EE4D
Complementary color
Monochromatic Colors of #07EE4D
Black with #07EE4D
Text Example
Text Example
White with #07EE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE4D; }
p { color: rgb(7,238,77); }
H1.HeaderClassName
{
color: #07EE4D;
}
.AnyTagClassName
{
color: #07EE4D;
}
</style>
background-color css
<style>
a { background-color: #07EE4D; }
a { background-color: rgb(7,238,77); }
div.DivClassName
{
background-color: #07EE4D;
}
.BgClassName
{
background-color: #07EE4D;
}
</style>
border-color css
<style>
span { border-color: #07EE4D; }
span { border-color: rgb(7,238,77); }
td.TdClassName
{
border-color: #07EE4D;
}
.TagClassName
{
border-color: #07EE4D;
}
</style>