Shades of Mantis #7ADE3F
Tints of Mantis #7ADE3F
RGB
CMYK
RGB Variations
Color information
#7ADE3F (or 0x7ADE3F) is known color: Mantis. HEX triplet: 7A, DE and 3F. RGB value is (122,222,63). Sum of RGB (Red+Green+Blue) = 122+222+63=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE3F is #8521C0. Grayscale: #AEAEAE. Windows color (decimal): -8724929 or 4185722. OLE color: 4185722.
HSL color Cylindrical-coordinate representation of color #7ADE3F: hue angle of 97.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ADE3F is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 63 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.13 |
| HSL | 97.74º | 0.71% | 0.56% | - |
| HSV(B) | 97.74º | 0.72% | 0.87% | - |
| XYZ | 35.04 | 56.74 | 13.81 | - |
| YUV | 173.97 | 65.37 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 63 | 0.45 | 0 | 0.72 | 0.13 | 97.74 | 0.71 | 0.56 |
| Hex | 7A | DE | 3F | 2D | 0 | 48 | D | 62 | 47 | 38 |
| Octal | 172 | 336 | 77 | 55 | 0 | 110 | 15 | 142 | 107 | 70 |
| Binary | 1111010 | 11011110 | 111111 | 101101 | 0 | 1001000 | 1101 | 1100010 | 1000111 | 111000 |
Color Harmonies of #7ADE3F
Complementary color
Monochromatic Colors of #7ADE3F
Black with #7ADE3F
Text Example
Text Example
White with #7ADE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE3F; }
p { color: rgb(122,222,63); }
H1.HeaderClassName
{
color: #7ADE3F;
}
.AnyTagClassName
{
color: #7ADE3F;
}
</style>
background-color css
<style>
a { background-color: #7ADE3F; }
a { background-color: rgb(122,222,63); }
div.DivClassName
{
background-color: #7ADE3F;
}
.BgClassName
{
background-color: #7ADE3F;
}
</style>
border-color css
<style>
span { border-color: #7ADE3F; }
span { border-color: rgb(122,222,63); }
td.TdClassName
{
border-color: #7ADE3F;
}
.TagClassName
{
border-color: #7ADE3F;
}
</style>