Shades of Malachite #07E138
Tints of Malachite #07E138
RGB
CMYK
RGB Variations
Color information
#07E138 (or 0x07E138) is known color: Malachite. HEX triplet: 07, E1 and 38. RGB value is (7,225,56). Sum of RGB (Red+Green+Blue) = 7+225+56=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #07E138 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E138 is #F81EC7. Grayscale: #8D8D8D. Windows color (decimal): -16260808 or 3727623. OLE color: 3727623.
HSL color Cylindrical-coordinate representation of color #07E138: hue angle of 133.49º 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 #07E138 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 56 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.12 |
| HSL | 133.49º | 0.94% | 0.45% | - |
| HSV(B) | 133.49º | 0.97% | 0.88% | - |
| XYZ | 27.73 | 54.18 | 12.74 | - |
| YUV | 140.55 | 80.28 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 56 | 0.97 | 0 | 0.75 | 0.12 | 133.49 | 0.94 | 0.45 |
| Hex | 7 | E1 | 38 | 61 | 0 | 4B | C | 85 | 5E | 2D |
| Octal | 7 | 341 | 70 | 141 | 0 | 113 | 14 | 205 | 136 | 55 |
| Binary | 111 | 11100001 | 111000 | 1100001 | 0 | 1001011 | 1100 | 10000101 | 1011110 | 101101 |
Color Harmonies of #07E138
Complementary color
Monochromatic Colors of #07E138
Black with #07E138
Text Example
Text Example
White with #07E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E138; }
p { color: rgb(7,225,56); }
H1.HeaderClassName
{
color: #07E138;
}
.AnyTagClassName
{
color: #07E138;
}
</style>
background-color css
<style>
a { background-color: #07E138; }
a { background-color: rgb(7,225,56); }
div.DivClassName
{
background-color: #07E138;
}
.BgClassName
{
background-color: #07E138;
}
</style>
border-color css
<style>
span { border-color: #07E138; }
span { border-color: rgb(7,225,56); }
td.TdClassName
{
border-color: #07E138;
}
.TagClassName
{
border-color: #07E138;
}
</style>