Shades of Mantis #7ADF5B
Tints of Mantis #7ADF5B
RGB
CMYK
RGB Variations
Color information
#7ADF5B (or 0x7ADF5B) is known color: Mantis. HEX triplet: 7A, DF and 5B. RGB value is (122,223,91). Sum of RGB (Red+Green+Blue) = 122+223+91=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF5B is #8520A4. Grayscale: #B2B2B2. Windows color (decimal): -8724645 or 6020986. OLE color: 6020986.
HSL color Cylindrical-coordinate representation of color #7ADF5B: hue angle of 105.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ADF5B is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 91 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.13 |
| HSL | 105.91º | 0.67% | 0.62% | - |
| HSV(B) | 105.91º | 0.59% | 0.87% | - |
| XYZ | 36.3 | 57.67 | 19.12 | - |
| YUV | 177.75 | 79.04 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 91 | 0.45 | 0 | 0.59 | 0.13 | 105.91 | 0.67 | 0.62 |
| Hex | 7A | DF | 5B | 2D | 0 | 3B | D | 6A | 43 | 3E |
| Octal | 172 | 337 | 133 | 55 | 0 | 73 | 15 | 152 | 103 | 76 |
| Binary | 1111010 | 11011111 | 1011011 | 101101 | 0 | 111011 | 1101 | 1101010 | 1000011 | 111110 |
Color Harmonies of #7ADF5B
Complementary color
Monochromatic Colors of #7ADF5B
Black with #7ADF5B
Text Example
Text Example
White with #7ADF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF5B; }
p { color: rgb(122,223,91); }
H1.HeaderClassName
{
color: #7ADF5B;
}
.AnyTagClassName
{
color: #7ADF5B;
}
</style>
background-color css
<style>
a { background-color: #7ADF5B; }
a { background-color: rgb(122,223,91); }
div.DivClassName
{
background-color: #7ADF5B;
}
.BgClassName
{
background-color: #7ADF5B;
}
</style>
border-color css
<style>
span { border-color: #7ADF5B; }
span { border-color: rgb(122,223,91); }
td.TdClassName
{
border-color: #7ADF5B;
}
.TagClassName
{
border-color: #7ADF5B;
}
</style>