Shades of Mantis #7AD14F
Tints of Mantis #7AD14F
RGB
CMYK
RGB Variations
Color information
#7AD14F (or 0x7AD14F) is known color: Mantis. HEX triplet: 7A, D1 and 4F. RGB value is (122,209,79). Sum of RGB (Red+Green+Blue) = 122+209+79=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD14F is #852EB0. Grayscale: #A8A8A8. Windows color (decimal): -8728241 or 5230970. OLE color: 5230970.
HSL color Cylindrical-coordinate representation of color #7AD14F: hue angle of 100.15º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AD14F is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 79 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.18 |
| HSL | 100.15º | 0.59% | 0.56% | - |
| HSV(B) | 100.15º | 0.62% | 0.82% | - |
| XYZ | 32.24 | 50.3 | 15.41 | - |
| YUV | 168.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 79 | 0.42 | 0 | 0.62 | 0.18 | 100.15 | 0.59 | 0.56 |
| Hex | 7A | D1 | 4F | 2A | 0 | 3E | 12 | 64 | 3B | 38 |
| Octal | 172 | 321 | 117 | 52 | 0 | 76 | 22 | 144 | 73 | 70 |
| Binary | 1111010 | 11010001 | 1001111 | 101010 | 0 | 111110 | 10010 | 1100100 | 111011 | 111000 |
Color Harmonies of #7AD14F
Complementary color
Monochromatic Colors of #7AD14F
Black with #7AD14F
Text Example
Text Example
White with #7AD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD14F; }
p { color: rgb(122,209,79); }
H1.HeaderClassName
{
color: #7AD14F;
}
.AnyTagClassName
{
color: #7AD14F;
}
</style>
background-color css
<style>
a { background-color: #7AD14F; }
a { background-color: rgb(122,209,79); }
div.DivClassName
{
background-color: #7AD14F;
}
.BgClassName
{
background-color: #7AD14F;
}
</style>
border-color css
<style>
span { border-color: #7AD14F; }
span { border-color: rgb(122,209,79); }
td.TdClassName
{
border-color: #7AD14F;
}
.TagClassName
{
border-color: #7AD14F;
}
</style>