Shades of Malachite #07D054
Tints of Malachite #07D054
RGB
CMYK
RGB Variations
Color information
#07D054 (or 0x07D054) is known color: Malachite. HEX triplet: 07, D0 and 54. RGB value is (7,208,84). Sum of RGB (Red+Green+Blue) = 7+208+84=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #07D054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D054 is #F82FAB. Grayscale: #868686. Windows color (decimal): -16265132 or 5558279. OLE color: 5558279.
HSL color Cylindrical-coordinate representation of color #07D054: hue angle of 142.99º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D054 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 84 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.18 |
| HSL | 142.99º | 0.93% | 0.42% | - |
| HSV(B) | 142.99º | 0.97% | 0.82% | - |
| XYZ | 24.24 | 45.8 | 15.95 | - |
| YUV | 133.77 | 99.91 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 84 | 0.97 | 0 | 0.60 | 0.18 | 142.99 | 0.93 | 0.42 |
| Hex | 7 | D0 | 54 | 61 | 0 | 3C | 12 | 8F | 5D | 2A |
| Octal | 7 | 320 | 124 | 141 | 0 | 74 | 22 | 217 | 135 | 52 |
| Binary | 111 | 11010000 | 1010100 | 1100001 | 0 | 111100 | 10010 | 10001111 | 1011101 | 101010 |
Color Harmonies of #07D054
Complementary color
Monochromatic Colors of #07D054
Black with #07D054
Text Example
Text Example
White with #07D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D054; }
p { color: rgb(7,208,84); }
H1.HeaderClassName
{
color: #07D054;
}
.AnyTagClassName
{
color: #07D054;
}
</style>
background-color css
<style>
a { background-color: #07D054; }
a { background-color: rgb(7,208,84); }
div.DivClassName
{
background-color: #07D054;
}
.BgClassName
{
background-color: #07D054;
}
</style>
border-color css
<style>
span { border-color: #07D054; }
span { border-color: rgb(7,208,84); }
td.TdClassName
{
border-color: #07D054;
}
.TagClassName
{
border-color: #07D054;
}
</style>