Shades of Mantis #7AD843
Tints of Mantis #7AD843
RGB
CMYK
RGB Variations
Color information
#7AD843 (or 0x7AD843) is known color: Mantis. HEX triplet: 7A, D8 and 43. RGB value is (122,216,67). Sum of RGB (Red+Green+Blue) = 122+216+67=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD843 is #8527BC. Grayscale: #ABABAB. Windows color (decimal): -8726461 or 4446330. OLE color: 4446330.
HSL color Cylindrical-coordinate representation of color #7AD843: hue angle of 97.85º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AD843 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 67 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.15 |
| HSL | 97.85º | 0.66% | 0.55% | - |
| HSV(B) | 97.85º | 0.69% | 0.85% | - |
| XYZ | 33.6 | 53.65 | 13.9 | - |
| YUV | 170.91 | 69.36 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 67 | 0.44 | 0 | 0.69 | 0.15 | 97.85 | 0.66 | 0.55 |
| Hex | 7A | D8 | 43 | 2C | 0 | 45 | F | 62 | 42 | 37 |
| Octal | 172 | 330 | 103 | 54 | 0 | 105 | 17 | 142 | 102 | 67 |
| Binary | 1111010 | 11011000 | 1000011 | 101100 | 0 | 1000101 | 1111 | 1100010 | 1000010 | 110111 |
Color Harmonies of #7AD843
Complementary color
Monochromatic Colors of #7AD843
Black with #7AD843
Text Example
Text Example
White with #7AD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD843; }
p { color: rgb(122,216,67); }
H1.HeaderClassName
{
color: #7AD843;
}
.AnyTagClassName
{
color: #7AD843;
}
</style>
background-color css
<style>
a { background-color: #7AD843; }
a { background-color: rgb(122,216,67); }
div.DivClassName
{
background-color: #7AD843;
}
.BgClassName
{
background-color: #7AD843;
}
</style>
border-color css
<style>
span { border-color: #7AD843; }
span { border-color: rgb(122,216,67); }
td.TdClassName
{
border-color: #7AD843;
}
.TagClassName
{
border-color: #7AD843;
}
</style>