Shades of Mantis #7AD04B
Tints of Mantis #7AD04B
RGB
CMYK
RGB Variations
Color information
#7AD04B (or 0x7AD04B) is known color: Mantis. HEX triplet: 7A, D0 and 4B. RGB value is (122,208,75). Sum of RGB (Red+Green+Blue) = 122+208+75=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD04B is #852FB4. Grayscale: #A7A7A7. Windows color (decimal): -8728501 or 4968570. OLE color: 4968570.
HSL color Cylindrical-coordinate representation of color #7AD04B: hue angle of 98.8º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AD04B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 75 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.18 |
| HSL | 98.8º | 0.59% | 0.55% | - |
| HSV(B) | 98.8º | 0.64% | 0.82% | - |
| XYZ | 31.85 | 49.76 | 14.58 | - |
| YUV | 167.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 75 | 0.41 | 0 | 0.64 | 0.18 | 98.8 | 0.59 | 0.55 |
| Hex | 7A | D0 | 4B | 29 | 0 | 40 | 12 | 63 | 3B | 37 |
| Octal | 172 | 320 | 113 | 51 | 0 | 100 | 22 | 143 | 73 | 67 |
| Binary | 1111010 | 11010000 | 1001011 | 101001 | 0 | 1000000 | 10010 | 1100011 | 111011 | 110111 |
Color Harmonies of #7AD04B
Complementary color
Monochromatic Colors of #7AD04B
Black with #7AD04B
Text Example
Text Example
White with #7AD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD04B; }
p { color: rgb(122,208,75); }
H1.HeaderClassName
{
color: #7AD04B;
}
.AnyTagClassName
{
color: #7AD04B;
}
</style>
background-color css
<style>
a { background-color: #7AD04B; }
a { background-color: rgb(122,208,75); }
div.DivClassName
{
background-color: #7AD04B;
}
.BgClassName
{
background-color: #7AD04B;
}
</style>
border-color css
<style>
span { border-color: #7AD04B; }
span { border-color: rgb(122,208,75); }
td.TdClassName
{
border-color: #7AD04B;
}
.TagClassName
{
border-color: #7AD04B;
}
</style>