Shades of Mantis #7AD266
Tints of Mantis #7AD266
RGB
CMYK
RGB Variations
Color information
#7AD266 (or 0x7AD266) is known color: Mantis. HEX triplet: 7A, D2 and 66. RGB value is (122,210,102). Sum of RGB (Red+Green+Blue) = 122+210+102=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD266 is #852D99. Grayscale: #ABABAB. Windows color (decimal): -8727962 or 6738554. OLE color: 6738554.
HSL color Cylindrical-coordinate representation of color #7AD266: hue angle of 108.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD266 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 102 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.18 |
| HSL | 108.89º | 0.55% | 0.61% | - |
| HSV(B) | 108.89º | 0.51% | 0.82% | - |
| XYZ | 33.47 | 51.19 | 20.69 | - |
| YUV | 171.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 102 | 0.42 | 0 | 0.51 | 0.18 | 108.89 | 0.55 | 0.61 |
| Hex | 7A | D2 | 66 | 2A | 0 | 33 | 12 | 6D | 37 | 3D |
| Octal | 172 | 322 | 146 | 52 | 0 | 63 | 22 | 155 | 67 | 75 |
| Binary | 1111010 | 11010010 | 1100110 | 101010 | 0 | 110011 | 10010 | 1101101 | 110111 | 111101 |
Color Harmonies of #7AD266
Complementary color
Monochromatic Colors of #7AD266
Black with #7AD266
Text Example
Text Example
White with #7AD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD266; }
p { color: rgb(122,210,102); }
H1.HeaderClassName
{
color: #7AD266;
}
.AnyTagClassName
{
color: #7AD266;
}
</style>
background-color css
<style>
a { background-color: #7AD266; }
a { background-color: rgb(122,210,102); }
div.DivClassName
{
background-color: #7AD266;
}
.BgClassName
{
background-color: #7AD266;
}
</style>
border-color css
<style>
span { border-color: #7AD266; }
span { border-color: rgb(122,210,102); }
td.TdClassName
{
border-color: #7AD266;
}
.TagClassName
{
border-color: #7AD266;
}
</style>