Shades of Malachite #07EE55
Tints of Malachite #07EE55
RGB
CMYK
RGB Variations
Color information
#07EE55 (or 0x07EE55) is known color: Malachite. HEX triplet: 07, EE and 55. RGB value is (7,238,85). Sum of RGB (Red+Green+Blue) = 7+238+85=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07EE55 is #F811AA. Grayscale: #979797. Windows color (decimal): -16257451 or 5631495. OLE color: 5631495.
HSL color Cylindrical-coordinate representation of color #07EE55: hue angle of 140.26º 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 #07EE55 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 85 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.07 |
| HSL | 140.26º | 0.94% | 0.48% | - |
| HSV(B) | 140.26º | 0.97% | 0.93% | - |
| XYZ | 32.3 | 61.85 | 18.83 | - |
| YUV | 151.49 | 90.47 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 85 | 0.97 | 0 | 0.64 | 0.07 | 140.26 | 0.94 | 0.48 |
| Hex | 7 | EE | 55 | 61 | 0 | 40 | 7 | 8C | 5E | 30 |
| Octal | 7 | 356 | 125 | 141 | 0 | 100 | 7 | 214 | 136 | 60 |
| Binary | 111 | 11101110 | 1010101 | 1100001 | 0 | 1000000 | 111 | 10001100 | 1011110 | 110000 |
Color Harmonies of #07EE55
Complementary color
Monochromatic Colors of #07EE55
Black with #07EE55
Text Example
Text Example
White with #07EE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE55; }
p { color: rgb(7,238,85); }
H1.HeaderClassName
{
color: #07EE55;
}
.AnyTagClassName
{
color: #07EE55;
}
</style>
background-color css
<style>
a { background-color: #07EE55; }
a { background-color: rgb(7,238,85); }
div.DivClassName
{
background-color: #07EE55;
}
.BgClassName
{
background-color: #07EE55;
}
</style>
border-color css
<style>
span { border-color: #07EE55; }
span { border-color: rgb(7,238,85); }
td.TdClassName
{
border-color: #07EE55;
}
.TagClassName
{
border-color: #07EE55;
}
</style>