Shades of Mantis #7AD255
Tints of Mantis #7AD255
RGB
CMYK
RGB Variations
Color information
#7AD255 (or 0x7AD255) is known color: Mantis. HEX triplet: 7A, D2 and 55. RGB value is (122,210,85). Sum of RGB (Red+Green+Blue) = 122+210+85=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD255 is #852DAA. Grayscale: #A9A9A9. Windows color (decimal): -8727979 or 5624442. OLE color: 5624442.
HSL color Cylindrical-coordinate representation of color #7AD255: hue angle of 102.24º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD255 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 85 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.18 |
| HSL | 102.24º | 0.58% | 0.58% | - |
| HSV(B) | 102.24º | 0.6% | 0.82% | - |
| XYZ | 32.71 | 50.89 | 16.69 | - |
| YUV | 169.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 85 | 0.42 | 0 | 0.60 | 0.18 | 102.24 | 0.58 | 0.58 |
| Hex | 7A | D2 | 55 | 2A | 0 | 3C | 12 | 66 | 3A | 3A |
| Octal | 172 | 322 | 125 | 52 | 0 | 74 | 22 | 146 | 72 | 72 |
| Binary | 1111010 | 11010010 | 1010101 | 101010 | 0 | 111100 | 10010 | 1100110 | 111010 | 111010 |
Color Harmonies of #7AD255
Complementary color
Monochromatic Colors of #7AD255
Black with #7AD255
Text Example
Text Example
White with #7AD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD255; }
p { color: rgb(122,210,85); }
H1.HeaderClassName
{
color: #7AD255;
}
.AnyTagClassName
{
color: #7AD255;
}
</style>
background-color css
<style>
a { background-color: #7AD255; }
a { background-color: rgb(122,210,85); }
div.DivClassName
{
background-color: #7AD255;
}
.BgClassName
{
background-color: #7AD255;
}
</style>
border-color css
<style>
span { border-color: #7AD255; }
span { border-color: rgb(122,210,85); }
td.TdClassName
{
border-color: #7AD255;
}
.TagClassName
{
border-color: #7AD255;
}
</style>