Shades of Mantis #7AD85B
Tints of Mantis #7AD85B
RGB
CMYK
RGB Variations
Color information
#7AD85B (or 0x7AD85B) is known color: Mantis. HEX triplet: 7A, D8 and 5B. RGB value is (122,216,91). Sum of RGB (Red+Green+Blue) = 122+216+91=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD85B is #8527A4. Grayscale: #AEAEAE. Windows color (decimal): -8726437 or 6019194. OLE color: 6019194.
HSL color Cylindrical-coordinate representation of color #7AD85B: hue angle of 105.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AD85B is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 91 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.15 |
| HSL | 105.12º | 0.62% | 0.6% | - |
| HSV(B) | 105.12º | 0.58% | 0.85% | - |
| XYZ | 34.47 | 54 | 18.5 | - |
| YUV | 173.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 91 | 0.44 | 0 | 0.58 | 0.15 | 105.12 | 0.62 | 0.6 |
| Hex | 7A | D8 | 5B | 2C | 0 | 3A | F | 69 | 3E | 3C |
| Octal | 172 | 330 | 133 | 54 | 0 | 72 | 17 | 151 | 76 | 74 |
| Binary | 1111010 | 11011000 | 1011011 | 101100 | 0 | 111010 | 1111 | 1101001 | 111110 | 111100 |
Color Harmonies of #7AD85B
Complementary color
Monochromatic Colors of #7AD85B
Black with #7AD85B
Text Example
Text Example
White with #7AD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD85B; }
p { color: rgb(122,216,91); }
H1.HeaderClassName
{
color: #7AD85B;
}
.AnyTagClassName
{
color: #7AD85B;
}
</style>
background-color css
<style>
a { background-color: #7AD85B; }
a { background-color: rgb(122,216,91); }
div.DivClassName
{
background-color: #7AD85B;
}
.BgClassName
{
background-color: #7AD85B;
}
</style>
border-color css
<style>
span { border-color: #7AD85B; }
span { border-color: rgb(122,216,91); }
td.TdClassName
{
border-color: #7AD85B;
}
.TagClassName
{
border-color: #7AD85B;
}
</style>