Shades of Malachite #07D655
Tints of Malachite #07D655
RGB
CMYK
RGB Variations
Color information
#07D655 (or 0x07D655) is known color: Malachite. HEX triplet: 07, D6 and 55. RGB value is (7,214,85). Sum of RGB (Red+Green+Blue) = 7+214+85=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #07D655 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D655 is #F829AA. Grayscale: #898989. Windows color (decimal): -16263595 or 5625351. OLE color: 5625351.
HSL color Cylindrical-coordinate representation of color #07D655: hue angle of 142.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D655 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 85 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.16 |
| HSL | 142.61º | 0.94% | 0.43% | - |
| HSV(B) | 142.61º | 0.97% | 0.84% | - |
| XYZ | 25.77 | 48.79 | 16.65 | - |
| YUV | 137.4 | 98.42 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 85 | 0.97 | 0 | 0.60 | 0.16 | 142.61 | 0.94 | 0.43 |
| Hex | 7 | D6 | 55 | 61 | 0 | 3C | 10 | 8F | 5E | 2B |
| Octal | 7 | 326 | 125 | 141 | 0 | 74 | 20 | 217 | 136 | 53 |
| Binary | 111 | 11010110 | 1010101 | 1100001 | 0 | 111100 | 10000 | 10001111 | 1011110 | 101011 |
Color Harmonies of #07D655
Complementary color
Monochromatic Colors of #07D655
Black with #07D655
Text Example
Text Example
White with #07D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D655; }
p { color: rgb(7,214,85); }
H1.HeaderClassName
{
color: #07D655;
}
.AnyTagClassName
{
color: #07D655;
}
</style>
background-color css
<style>
a { background-color: #07D655; }
a { background-color: rgb(7,214,85); }
div.DivClassName
{
background-color: #07D655;
}
.BgClassName
{
background-color: #07D655;
}
</style>
border-color css
<style>
span { border-color: #07D655; }
span { border-color: rgb(7,214,85); }
td.TdClassName
{
border-color: #07D655;
}
.TagClassName
{
border-color: #07D655;
}
</style>