Shades of Mantis #7AD65B
Tints of Mantis #7AD65B
RGB
CMYK
RGB Variations
Color information
#7AD65B (or 0x7AD65B) is known color: Mantis. HEX triplet: 7A, D6 and 5B. RGB value is (122,214,91). Sum of RGB (Red+Green+Blue) = 122+214+91=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD65B is #8529A4. Grayscale: #ACACAC. Windows color (decimal): -8726949 or 6018682. OLE color: 6018682.
HSL color Cylindrical-coordinate representation of color #7AD65B: hue angle of 104.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AD65B is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 91 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.16 |
| HSL | 104.88º | 0.6% | 0.6% | - |
| HSV(B) | 104.88º | 0.57% | 0.84% | - |
| XYZ | 33.96 | 52.99 | 18.33 | - |
| YUV | 172.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 91 | 0.43 | 0 | 0.57 | 0.16 | 104.88 | 0.6 | 0.6 |
| Hex | 7A | D6 | 5B | 2B | 0 | 39 | 10 | 69 | 3C | 3C |
| Octal | 172 | 326 | 133 | 53 | 0 | 71 | 20 | 151 | 74 | 74 |
| Binary | 1111010 | 11010110 | 1011011 | 101011 | 0 | 111001 | 10000 | 1101001 | 111100 | 111100 |
Color Harmonies of #7AD65B
Complementary color
Monochromatic Colors of #7AD65B
Black with #7AD65B
Text Example
Text Example
White with #7AD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD65B; }
p { color: rgb(122,214,91); }
H1.HeaderClassName
{
color: #7AD65B;
}
.AnyTagClassName
{
color: #7AD65B;
}
</style>
background-color css
<style>
a { background-color: #7AD65B; }
a { background-color: rgb(122,214,91); }
div.DivClassName
{
background-color: #7AD65B;
}
.BgClassName
{
background-color: #7AD65B;
}
</style>
border-color css
<style>
span { border-color: #7AD65B; }
span { border-color: rgb(122,214,91); }
td.TdClassName
{
border-color: #7AD65B;
}
.TagClassName
{
border-color: #7AD65B;
}
</style>