Shades of Mantis #7ADB60
Tints of Mantis #7ADB60
RGB
CMYK
RGB Variations
Color information
#7ADB60 (or 0x7ADB60) is known color: Mantis. HEX triplet: 7A, DB and 60. RGB value is (122,219,96). Sum of RGB (Red+Green+Blue) = 122+219+96=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADB60 is #85249F. Grayscale: #B0B0B0. Windows color (decimal): -8725664 or 6347642. OLE color: 6347642.
HSL color Cylindrical-coordinate representation of color #7ADB60: hue angle of 107.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ADB60 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 96 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.14 |
| HSL | 107.32º | 0.63% | 0.62% | - |
| HSV(B) | 107.32º | 0.56% | 0.86% | - |
| XYZ | 35.47 | 55.65 | 19.94 | - |
| YUV | 175.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 96 | 0.44 | 0 | 0.56 | 0.14 | 107.32 | 0.63 | 0.62 |
| Hex | 7A | DB | 60 | 2C | 0 | 38 | E | 6B | 3F | 3E |
| Octal | 172 | 333 | 140 | 54 | 0 | 70 | 16 | 153 | 77 | 76 |
| Binary | 1111010 | 11011011 | 1100000 | 101100 | 0 | 111000 | 1110 | 1101011 | 111111 | 111110 |
Color Harmonies of #7ADB60
Complementary color
Monochromatic Colors of #7ADB60
Black with #7ADB60
Text Example
Text Example
White with #7ADB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB60; }
p { color: rgb(122,219,96); }
H1.HeaderClassName
{
color: #7ADB60;
}
.AnyTagClassName
{
color: #7ADB60;
}
</style>
background-color css
<style>
a { background-color: #7ADB60; }
a { background-color: rgb(122,219,96); }
div.DivClassName
{
background-color: #7ADB60;
}
.BgClassName
{
background-color: #7ADB60;
}
</style>
border-color css
<style>
span { border-color: #7ADB60; }
span { border-color: rgb(122,219,96); }
td.TdClassName
{
border-color: #7ADB60;
}
.TagClassName
{
border-color: #7ADB60;
}
</style>