Shades of Mantis #7AD554
Tints of Mantis #7AD554
RGB
CMYK
RGB Variations
Color information
#7AD554 (or 0x7AD554) is known color: Mantis. HEX triplet: 7A, D5 and 54. RGB value is (122,213,84). Sum of RGB (Red+Green+Blue) = 122+213+84=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD554 is #852AAB. Grayscale: #ABABAB. Windows color (decimal): -8727212 or 5559674. OLE color: 5559674.
HSL color Cylindrical-coordinate representation of color #7AD554: hue angle of 102.33º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AD554 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 84 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.16 |
| HSL | 102.33º | 0.61% | 0.58% | - |
| HSV(B) | 102.33º | 0.61% | 0.84% | - |
| XYZ | 33.42 | 52.37 | 16.73 | - |
| YUV | 171.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 84 | 0.43 | 0 | 0.61 | 0.16 | 102.33 | 0.61 | 0.58 |
| Hex | 7A | D5 | 54 | 2B | 0 | 3D | 10 | 66 | 3D | 3A |
| Octal | 172 | 325 | 124 | 53 | 0 | 75 | 20 | 146 | 75 | 72 |
| Binary | 1111010 | 11010101 | 1010100 | 101011 | 0 | 111101 | 10000 | 1100110 | 111101 | 111010 |
Color Harmonies of #7AD554
Complementary color
Monochromatic Colors of #7AD554
Black with #7AD554
Text Example
Text Example
White with #7AD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD554; }
p { color: rgb(122,213,84); }
H1.HeaderClassName
{
color: #7AD554;
}
.AnyTagClassName
{
color: #7AD554;
}
</style>
background-color css
<style>
a { background-color: #7AD554; }
a { background-color: rgb(122,213,84); }
div.DivClassName
{
background-color: #7AD554;
}
.BgClassName
{
background-color: #7AD554;
}
</style>
border-color css
<style>
span { border-color: #7AD554; }
span { border-color: rgb(122,213,84); }
td.TdClassName
{
border-color: #7AD554;
}
.TagClassName
{
border-color: #7AD554;
}
</style>