Shades of Mantis #7AD75D
Tints of Mantis #7AD75D
RGB
CMYK
RGB Variations
Color information
#7AD75D (or 0x7AD75D) is known color: Mantis. HEX triplet: 7A, D7 and 5D. RGB value is (122,215,93). Sum of RGB (Red+Green+Blue) = 122+215+93=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD75D is #8528A2. Grayscale: #ADADAD. Windows color (decimal): -8726691 or 6150010. OLE color: 6150010.
HSL color Cylindrical-coordinate representation of color #7AD75D: hue angle of 105.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AD75D is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 93 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.16 |
| HSL | 105.74º | 0.6% | 0.6% | - |
| HSV(B) | 105.74º | 0.57% | 0.84% | - |
| XYZ | 34.3 | 53.53 | 18.88 | - |
| YUV | 173.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 93 | 0.43 | 0 | 0.57 | 0.16 | 105.74 | 0.6 | 0.6 |
| Hex | 7A | D7 | 5D | 2B | 0 | 39 | 10 | 6A | 3C | 3C |
| Octal | 172 | 327 | 135 | 53 | 0 | 71 | 20 | 152 | 74 | 74 |
| Binary | 1111010 | 11010111 | 1011101 | 101011 | 0 | 111001 | 10000 | 1101010 | 111100 | 111100 |
Color Harmonies of #7AD75D
Complementary color
Monochromatic Colors of #7AD75D
Black with #7AD75D
Text Example
Text Example
White with #7AD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD75D; }
p { color: rgb(122,215,93); }
H1.HeaderClassName
{
color: #7AD75D;
}
.AnyTagClassName
{
color: #7AD75D;
}
</style>
background-color css
<style>
a { background-color: #7AD75D; }
a { background-color: rgb(122,215,93); }
div.DivClassName
{
background-color: #7AD75D;
}
.BgClassName
{
background-color: #7AD75D;
}
</style>
border-color css
<style>
span { border-color: #7AD75D; }
span { border-color: rgb(122,215,93); }
td.TdClassName
{
border-color: #7AD75D;
}
.TagClassName
{
border-color: #7AD75D;
}
</style>