Shades of Mantis #7AD33F
Tints of Mantis #7AD33F
RGB
CMYK
RGB Variations
Color information
#7AD33F (or 0x7AD33F) is known color: Mantis. HEX triplet: 7A, D3 and 3F. RGB value is (122,211,63). Sum of RGB (Red+Green+Blue) = 122+211+63=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD33F is #852CC0. Grayscale: #A8A8A8. Windows color (decimal): -8727745 or 4182906. OLE color: 4182906.
HSL color Cylindrical-coordinate representation of color #7AD33F: hue angle of 96.08º 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 #7AD33F is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 63 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.17 |
| HSL | 96.08º | 0.63% | 0.54% | - |
| HSV(B) | 96.08º | 0.7% | 0.83% | - |
| XYZ | 32.22 | 51.08 | 12.86 | - |
| YUV | 167.52 | 69.01 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 63 | 0.42 | 0 | 0.70 | 0.17 | 96.08 | 0.63 | 0.54 |
| Hex | 7A | D3 | 3F | 2A | 0 | 46 | 11 | 60 | 3F | 36 |
| Octal | 172 | 323 | 77 | 52 | 0 | 106 | 21 | 140 | 77 | 66 |
| Binary | 1111010 | 11010011 | 111111 | 101010 | 0 | 1000110 | 10001 | 1100000 | 111111 | 110110 |
Color Harmonies of #7AD33F
Complementary color
Monochromatic Colors of #7AD33F
Black with #7AD33F
Text Example
Text Example
White with #7AD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD33F; }
p { color: rgb(122,211,63); }
H1.HeaderClassName
{
color: #7AD33F;
}
.AnyTagClassName
{
color: #7AD33F;
}
</style>
background-color css
<style>
a { background-color: #7AD33F; }
a { background-color: rgb(122,211,63); }
div.DivClassName
{
background-color: #7AD33F;
}
.BgClassName
{
background-color: #7AD33F;
}
</style>
border-color css
<style>
span { border-color: #7AD33F; }
span { border-color: rgb(122,211,63); }
td.TdClassName
{
border-color: #7AD33F;
}
.TagClassName
{
border-color: #7AD33F;
}
</style>