Shades of Mantis #7AD35B
Tints of Mantis #7AD35B
RGB
CMYK
RGB Variations
Color information
#7AD35B (or 0x7AD35B) is known color: Mantis. HEX triplet: 7A, D3 and 5B. RGB value is (122,211,91). Sum of RGB (Red+Green+Blue) = 122+211+91=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD35B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD35B is #852CA4. Grayscale: #ABABAB. Windows color (decimal): -8727717 or 6017914. OLE color: 6017914.
HSL color Cylindrical-coordinate representation of color #7AD35B: hue angle of 104.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AD35B is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 91 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.17 |
| HSL | 104.5º | 0.58% | 0.59% | - |
| HSV(B) | 104.5º | 0.57% | 0.83% | - |
| XYZ | 33.21 | 51.48 | 18.08 | - |
| YUV | 170.71 | 83.01 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 91 | 0.42 | 0 | 0.57 | 0.17 | 104.5 | 0.58 | 0.59 |
| Hex | 7A | D3 | 5B | 2A | 0 | 39 | 11 | 68 | 3A | 3B |
| Octal | 172 | 323 | 133 | 52 | 0 | 71 | 21 | 150 | 72 | 73 |
| Binary | 1111010 | 11010011 | 1011011 | 101010 | 0 | 111001 | 10001 | 1101000 | 111010 | 111011 |
Color Harmonies of #7AD35B
Complementary color
Monochromatic Colors of #7AD35B
Black with #7AD35B
Text Example
Text Example
White with #7AD35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD35B; }
p { color: rgb(122,211,91); }
H1.HeaderClassName
{
color: #7AD35B;
}
.AnyTagClassName
{
color: #7AD35B;
}
</style>
background-color css
<style>
a { background-color: #7AD35B; }
a { background-color: rgb(122,211,91); }
div.DivClassName
{
background-color: #7AD35B;
}
.BgClassName
{
background-color: #7AD35B;
}
</style>
border-color css
<style>
span { border-color: #7AD35B; }
span { border-color: rgb(122,211,91); }
td.TdClassName
{
border-color: #7AD35B;
}
.TagClassName
{
border-color: #7AD35B;
}
</style>