Shades of Mantis #7AD33D
Tints of Mantis #7AD33D
RGB
CMYK
RGB Variations
Color information
#7AD33D (or 0x7AD33D) is known color: Mantis. HEX triplet: 7A, D3 and 3D. RGB value is (122,211,61). Sum of RGB (Red+Green+Blue) = 122+211+61=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD33D is #852CC2. Grayscale: #A7A7A7. Windows color (decimal): -8727747 or 4051834. OLE color: 4051834.
HSL color Cylindrical-coordinate representation of color #7AD33D: hue angle of 95.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AD33D is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 61 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.17 |
| HSL | 95.6º | 0.63% | 0.53% | - |
| HSV(B) | 95.6º | 0.71% | 0.83% | - |
| XYZ | 32.16 | 51.06 | 12.58 | - |
| YUV | 167.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 61 | 0.42 | 0 | 0.71 | 0.17 | 95.6 | 0.63 | 0.53 |
| Hex | 7A | D3 | 3D | 2A | 0 | 47 | 11 | 60 | 3F | 35 |
| Octal | 172 | 323 | 75 | 52 | 0 | 107 | 21 | 140 | 77 | 65 |
| Binary | 1111010 | 11010011 | 111101 | 101010 | 0 | 1000111 | 10001 | 1100000 | 111111 | 110101 |
Color Harmonies of #7AD33D
Complementary color
Monochromatic Colors of #7AD33D
Black with #7AD33D
Text Example
Text Example
White with #7AD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD33D; }
p { color: rgb(122,211,61); }
H1.HeaderClassName
{
color: #7AD33D;
}
.AnyTagClassName
{
color: #7AD33D;
}
</style>
background-color css
<style>
a { background-color: #7AD33D; }
a { background-color: rgb(122,211,61); }
div.DivClassName
{
background-color: #7AD33D;
}
.BgClassName
{
background-color: #7AD33D;
}
</style>
border-color css
<style>
span { border-color: #7AD33D; }
span { border-color: rgb(122,211,61); }
td.TdClassName
{
border-color: #7AD33D;
}
.TagClassName
{
border-color: #7AD33D;
}
</style>