Shades of Mantis #7AD93D
Tints of Mantis #7AD93D
RGB
CMYK
RGB Variations
Color information
#7AD93D (or 0x7AD93D) is known color: Mantis. HEX triplet: 7A, D9 and 3D. RGB value is (122,217,61). Sum of RGB (Red+Green+Blue) = 122+217+61=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD93D is #8526C2. Grayscale: #ABABAB. Windows color (decimal): -8726211 or 4053370. OLE color: 4053370.
HSL color Cylindrical-coordinate representation of color #7AD93D: hue angle of 96.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AD93D is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 61 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.15 |
| HSL | 96.54º | 0.67% | 0.55% | - |
| HSV(B) | 96.54º | 0.72% | 0.85% | - |
| XYZ | 33.68 | 54.1 | 13.08 | - |
| YUV | 170.81 | 66.03 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 61 | 0.44 | 0 | 0.72 | 0.15 | 96.54 | 0.67 | 0.55 |
| Hex | 7A | D9 | 3D | 2C | 0 | 48 | F | 61 | 43 | 37 |
| Octal | 172 | 331 | 75 | 54 | 0 | 110 | 17 | 141 | 103 | 67 |
| Binary | 1111010 | 11011001 | 111101 | 101100 | 0 | 1001000 | 1111 | 1100001 | 1000011 | 110111 |
Color Harmonies of #7AD93D
Complementary color
Monochromatic Colors of #7AD93D
Black with #7AD93D
Text Example
Text Example
White with #7AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD93D; }
p { color: rgb(122,217,61); }
H1.HeaderClassName
{
color: #7AD93D;
}
.AnyTagClassName
{
color: #7AD93D;
}
</style>
background-color css
<style>
a { background-color: #7AD93D; }
a { background-color: rgb(122,217,61); }
div.DivClassName
{
background-color: #7AD93D;
}
.BgClassName
{
background-color: #7AD93D;
}
</style>
border-color css
<style>
span { border-color: #7AD93D; }
span { border-color: rgb(122,217,61); }
td.TdClassName
{
border-color: #7AD93D;
}
.TagClassName
{
border-color: #7AD93D;
}
</style>