Shades of Mantis #7AD43F
Tints of Mantis #7AD43F
RGB
CMYK
RGB Variations
Color information
#7AD43F (or 0x7AD43F) is known color: Mantis. HEX triplet: 7A, D4 and 3F. RGB value is (122,212,63). Sum of RGB (Red+Green+Blue) = 122+212+63=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD43F is #852BC0. Grayscale: #A8A8A8. Windows color (decimal): -8727489 or 4183162. OLE color: 4183162.
HSL color Cylindrical-coordinate representation of color #7AD43F: hue angle of 96.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AD43F is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 63 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.17 |
| HSL | 96.24º | 0.63% | 0.54% | - |
| HSV(B) | 96.24º | 0.7% | 0.83% | - |
| XYZ | 32.47 | 51.58 | 12.95 | - |
| YUV | 168.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 63 | 0.42 | 0 | 0.70 | 0.17 | 96.24 | 0.63 | 0.54 |
| Hex | 7A | D4 | 3F | 2A | 0 | 46 | 11 | 60 | 3F | 36 |
| Octal | 172 | 324 | 77 | 52 | 0 | 106 | 21 | 140 | 77 | 66 |
| Binary | 1111010 | 11010100 | 111111 | 101010 | 0 | 1000110 | 10001 | 1100000 | 111111 | 110110 |
Color Harmonies of #7AD43F
Complementary color
Monochromatic Colors of #7AD43F
Black with #7AD43F
Text Example
Text Example
White with #7AD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD43F; }
p { color: rgb(122,212,63); }
H1.HeaderClassName
{
color: #7AD43F;
}
.AnyTagClassName
{
color: #7AD43F;
}
</style>
background-color css
<style>
a { background-color: #7AD43F; }
a { background-color: rgb(122,212,63); }
div.DivClassName
{
background-color: #7AD43F;
}
.BgClassName
{
background-color: #7AD43F;
}
</style>
border-color css
<style>
span { border-color: #7AD43F; }
span { border-color: rgb(122,212,63); }
td.TdClassName
{
border-color: #7AD43F;
}
.TagClassName
{
border-color: #7AD43F;
}
</style>