Shades of Mantis #7ADE4F
Tints of Mantis #7ADE4F
RGB
CMYK
RGB Variations
Color information
#7ADE4F (or 0x7ADE4F) is known color: Mantis. HEX triplet: 7A, DE and 4F. RGB value is (122,222,79). Sum of RGB (Red+Green+Blue) = 122+222+79=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADE4F is #8521B0. Grayscale: #B0B0B0. Windows color (decimal): -8724913 or 5234298. OLE color: 5234298.
HSL color Cylindrical-coordinate representation of color #7ADE4F: hue angle of 101.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ADE4F is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 79 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.13 |
| HSL | 101.96º | 0.68% | 0.59% | - |
| HSV(B) | 101.96º | 0.64% | 0.87% | - |
| XYZ | 35.56 | 56.94 | 16.51 | - |
| YUV | 175.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 79 | 0.45 | 0 | 0.64 | 0.13 | 101.96 | 0.68 | 0.59 |
| Hex | 7A | DE | 4F | 2D | 0 | 40 | D | 66 | 44 | 3B |
| Octal | 172 | 336 | 117 | 55 | 0 | 100 | 15 | 146 | 104 | 73 |
| Binary | 1111010 | 11011110 | 1001111 | 101101 | 0 | 1000000 | 1101 | 1100110 | 1000100 | 111011 |
Color Harmonies of #7ADE4F
Complementary color
Monochromatic Colors of #7ADE4F
Black with #7ADE4F
Text Example
Text Example
White with #7ADE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE4F; }
p { color: rgb(122,222,79); }
H1.HeaderClassName
{
color: #7ADE4F;
}
.AnyTagClassName
{
color: #7ADE4F;
}
</style>
background-color css
<style>
a { background-color: #7ADE4F; }
a { background-color: rgb(122,222,79); }
div.DivClassName
{
background-color: #7ADE4F;
}
.BgClassName
{
background-color: #7ADE4F;
}
</style>
border-color css
<style>
span { border-color: #7ADE4F; }
span { border-color: rgb(122,222,79); }
td.TdClassName
{
border-color: #7ADE4F;
}
.TagClassName
{
border-color: #7ADE4F;
}
</style>