Shades of Mantis #7AD455
Tints of Mantis #7AD455
RGB
CMYK
RGB Variations
Color information
#7AD455 (or 0x7AD455) is known color: Mantis. HEX triplet: 7A, D4 and 55. RGB value is (122,212,85). Sum of RGB (Red+Green+Blue) = 122+212+85=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD455 is #852BAA. Grayscale: #ABABAB. Windows color (decimal): -8727467 or 5624954. OLE color: 5624954.
HSL color Cylindrical-coordinate representation of color #7AD455: hue angle of 102.52º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD455 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 85 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.17 |
| HSL | 102.52º | 0.6% | 0.58% | - |
| HSV(B) | 102.52º | 0.6% | 0.83% | - |
| XYZ | 33.21 | 51.88 | 16.86 | - |
| YUV | 170.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 85 | 0.42 | 0 | 0.60 | 0.17 | 102.52 | 0.6 | 0.58 |
| Hex | 7A | D4 | 55 | 2A | 0 | 3C | 11 | 67 | 3C | 3A |
| Octal | 172 | 324 | 125 | 52 | 0 | 74 | 21 | 147 | 74 | 72 |
| Binary | 1111010 | 11010100 | 1010101 | 101010 | 0 | 111100 | 10001 | 1100111 | 111100 | 111010 |
Color Harmonies of #7AD455
Complementary color
Monochromatic Colors of #7AD455
Black with #7AD455
Text Example
Text Example
White with #7AD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD455; }
p { color: rgb(122,212,85); }
H1.HeaderClassName
{
color: #7AD455;
}
.AnyTagClassName
{
color: #7AD455;
}
</style>
background-color css
<style>
a { background-color: #7AD455; }
a { background-color: rgb(122,212,85); }
div.DivClassName
{
background-color: #7AD455;
}
.BgClassName
{
background-color: #7AD455;
}
</style>
border-color css
<style>
span { border-color: #7AD455; }
span { border-color: rgb(122,212,85); }
td.TdClassName
{
border-color: #7AD455;
}
.TagClassName
{
border-color: #7AD455;
}
</style>