Shades of Mantis #7AD655
Tints of Mantis #7AD655
RGB
CMYK
RGB Variations
Color information
#7AD655 (or 0x7AD655) is known color: Mantis. HEX triplet: 7A, D6 and 55. RGB value is (122,214,85). Sum of RGB (Red+Green+Blue) = 122+214+85=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD655 is #8529AA. Grayscale: #ACACAC. Windows color (decimal): -8726955 or 5625466. OLE color: 5625466.
HSL color Cylindrical-coordinate representation of color #7AD655: hue angle of 102.79º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD655 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 85 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.16 |
| HSL | 102.79º | 0.61% | 0.59% | - |
| HSV(B) | 102.79º | 0.6% | 0.84% | - |
| XYZ | 33.71 | 52.89 | 17.03 | - |
| YUV | 171.79 | 79.02 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 85 | 0.43 | 0 | 0.60 | 0.16 | 102.79 | 0.61 | 0.59 |
| Hex | 7A | D6 | 55 | 2B | 0 | 3C | 10 | 67 | 3D | 3B |
| Octal | 172 | 326 | 125 | 53 | 0 | 74 | 20 | 147 | 75 | 73 |
| Binary | 1111010 | 11010110 | 1010101 | 101011 | 0 | 111100 | 10000 | 1100111 | 111101 | 111011 |
Color Harmonies of #7AD655
Complementary color
Monochromatic Colors of #7AD655
Black with #7AD655
Text Example
Text Example
White with #7AD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD655; }
p { color: rgb(122,214,85); }
H1.HeaderClassName
{
color: #7AD655;
}
.AnyTagClassName
{
color: #7AD655;
}
</style>
background-color css
<style>
a { background-color: #7AD655; }
a { background-color: rgb(122,214,85); }
div.DivClassName
{
background-color: #7AD655;
}
.BgClassName
{
background-color: #7AD655;
}
</style>
border-color css
<style>
span { border-color: #7AD655; }
span { border-color: rgb(122,214,85); }
td.TdClassName
{
border-color: #7AD655;
}
.TagClassName
{
border-color: #7AD655;
}
</style>