Shades of Mantis #7AD23D
Tints of Mantis #7AD23D
RGB
CMYK
RGB Variations
Color information
#7AD23D (or 0x7AD23D) is known color: Mantis. HEX triplet: 7A, D2 and 3D. RGB value is (122,210,61). Sum of RGB (Red+Green+Blue) = 122+210+61=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD23D is #852DC2. Grayscale: #A7A7A7. Windows color (decimal): -8728003 or 4051578. OLE color: 4051578.
HSL color Cylindrical-coordinate representation of color #7AD23D: hue angle of 95.44º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AD23D is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 61 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.18 |
| HSL | 95.44º | 0.62% | 0.53% | - |
| HSV(B) | 95.44º | 0.71% | 0.82% | - |
| XYZ | 31.91 | 50.57 | 12.49 | - |
| YUV | 166.7 | 68.35 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 61 | 0.42 | 0 | 0.71 | 0.18 | 95.44 | 0.62 | 0.53 |
| Hex | 7A | D2 | 3D | 2A | 0 | 47 | 12 | 5F | 3E | 35 |
| Octal | 172 | 322 | 75 | 52 | 0 | 107 | 22 | 137 | 76 | 65 |
| Binary | 1111010 | 11010010 | 111101 | 101010 | 0 | 1000111 | 10010 | 1011111 | 111110 | 110101 |
Color Harmonies of #7AD23D
Complementary color
Monochromatic Colors of #7AD23D
Black with #7AD23D
Text Example
Text Example
White with #7AD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD23D; }
p { color: rgb(122,210,61); }
H1.HeaderClassName
{
color: #7AD23D;
}
.AnyTagClassName
{
color: #7AD23D;
}
</style>
background-color css
<style>
a { background-color: #7AD23D; }
a { background-color: rgb(122,210,61); }
div.DivClassName
{
background-color: #7AD23D;
}
.BgClassName
{
background-color: #7AD23D;
}
</style>
border-color css
<style>
span { border-color: #7AD23D; }
span { border-color: rgb(122,210,61); }
td.TdClassName
{
border-color: #7AD23D;
}
.TagClassName
{
border-color: #7AD23D;
}
</style>