Shades of Malachite #07D852
Tints of Malachite #07D852
RGB
CMYK
RGB Variations
Color information
#07D852 (or 0x07D852) is known color: Malachite. HEX triplet: 07, D8 and 52. RGB value is (7,216,82). Sum of RGB (Red+Green+Blue) = 7+216+82=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #07D852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D852 is #F827AD. Grayscale: #8A8A8A. Windows color (decimal): -16263086 or 5429255. OLE color: 5429255.
HSL color Cylindrical-coordinate representation of color #07D852: hue angle of 141.53º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D852 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 82 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.15 |
| HSL | 141.53º | 0.94% | 0.44% | - |
| HSV(B) | 141.53º | 0.97% | 0.85% | - |
| XYZ | 26.17 | 49.77 | 16.21 | - |
| YUV | 138.23 | 96.26 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 82 | 0.97 | 0 | 0.62 | 0.15 | 141.53 | 0.94 | 0.44 |
| Hex | 7 | D8 | 52 | 61 | 0 | 3E | F | 8E | 5E | 2C |
| Octal | 7 | 330 | 122 | 141 | 0 | 76 | 17 | 216 | 136 | 54 |
| Binary | 111 | 11011000 | 1010010 | 1100001 | 0 | 111110 | 1111 | 10001110 | 1011110 | 101100 |
Color Harmonies of #07D852
Complementary color
Monochromatic Colors of #07D852
Black with #07D852
Text Example
Text Example
White with #07D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D852; }
p { color: rgb(7,216,82); }
H1.HeaderClassName
{
color: #07D852;
}
.AnyTagClassName
{
color: #07D852;
}
</style>
background-color css
<style>
a { background-color: #07D852; }
a { background-color: rgb(7,216,82); }
div.DivClassName
{
background-color: #07D852;
}
.BgClassName
{
background-color: #07D852;
}
</style>
border-color css
<style>
span { border-color: #07D852; }
span { border-color: rgb(7,216,82); }
td.TdClassName
{
border-color: #07D852;
}
.TagClassName
{
border-color: #07D852;
}
</style>