Shades of Mantis #7AB54B
Tints of Mantis #7AB54B
RGB
CMYK
RGB Variations
Color information
#7AB54B (or 0x7AB54B) is known color: Mantis. HEX triplet: 7A, B5 and 4B. RGB value is (122,181,75). Sum of RGB (Red+Green+Blue) = 122+181+75=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB54B is #854AB4. Grayscale: #979797. Windows color (decimal): -8735413 or 4961658. OLE color: 4961658.
HSL color Cylindrical-coordinate representation of color #7AB54B: hue angle of 93.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB54B is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 75 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.29 |
| HSL | 93.4º | 0.42% | 0.5% | - |
| HSV(B) | 93.4º | 0.59% | 0.71% | - |
| XYZ | 25.82 | 37.69 | 12.57 | - |
| YUV | 151.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 75 | 0.33 | 0 | 0.59 | 0.29 | 93.4 | 0.42 | 0.5 |
| Hex | 7A | B5 | 4B | 21 | 0 | 3B | 1D | 5D | 2A | 32 |
| Octal | 172 | 265 | 113 | 41 | 0 | 73 | 35 | 135 | 52 | 62 |
| Binary | 1111010 | 10110101 | 1001011 | 100001 | 0 | 111011 | 11101 | 1011101 | 101010 | 110010 |
Color Harmonies of #7AB54B
Complementary color
Monochromatic Colors of #7AB54B
Black with #7AB54B
Text Example
Text Example
White with #7AB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB54B; }
p { color: rgb(122,181,75); }
H1.HeaderClassName
{
color: #7AB54B;
}
.AnyTagClassName
{
color: #7AB54B;
}
</style>
background-color css
<style>
a { background-color: #7AB54B; }
a { background-color: rgb(122,181,75); }
div.DivClassName
{
background-color: #7AB54B;
}
.BgClassName
{
background-color: #7AB54B;
}
</style>
border-color css
<style>
span { border-color: #7AB54B; }
span { border-color: rgb(122,181,75); }
td.TdClassName
{
border-color: #7AB54B;
}
.TagClassName
{
border-color: #7AB54B;
}
</style>