Shades of Mantis #7AD65E
Tints of Mantis #7AD65E
RGB
CMYK
RGB Variations
Color information
#7AD65E (or 0x7AD65E) is known color: Mantis. HEX triplet: 7A, D6 and 5E. RGB value is (122,214,94). Sum of RGB (Red+Green+Blue) = 122+214+94=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD65E is #8529A1. Grayscale: #ADADAD. Windows color (decimal): -8726946 or 6215290. OLE color: 6215290.
HSL color Cylindrical-coordinate representation of color #7AD65E: hue angle of 106º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AD65E is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 94 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.16 |
| HSL | 106º | 0.59% | 0.6% | - |
| HSV(B) | 106º | 0.56% | 0.84% | - |
| XYZ | 34.09 | 53.04 | 19.03 | - |
| YUV | 172.81 | 83.52 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 94 | 0.43 | 0 | 0.56 | 0.16 | 106 | 0.59 | 0.6 |
| Hex | 7A | D6 | 5E | 2B | 0 | 38 | 10 | 6A | 3B | 3C |
| Octal | 172 | 326 | 136 | 53 | 0 | 70 | 20 | 152 | 73 | 74 |
| Binary | 1111010 | 11010110 | 1011110 | 101011 | 0 | 111000 | 10000 | 1101010 | 111011 | 111100 |
Color Harmonies of #7AD65E
Complementary color
Monochromatic Colors of #7AD65E
Black with #7AD65E
Text Example
Text Example
White with #7AD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD65E; }
p { color: rgb(122,214,94); }
H1.HeaderClassName
{
color: #7AD65E;
}
.AnyTagClassName
{
color: #7AD65E;
}
</style>
background-color css
<style>
a { background-color: #7AD65E; }
a { background-color: rgb(122,214,94); }
div.DivClassName
{
background-color: #7AD65E;
}
.BgClassName
{
background-color: #7AD65E;
}
</style>
border-color css
<style>
span { border-color: #7AD65E; }
span { border-color: rgb(122,214,94); }
td.TdClassName
{
border-color: #7AD65E;
}
.TagClassName
{
border-color: #7AD65E;
}
</style>