Shades of Mantis #7AD04A
Tints of Mantis #7AD04A
RGB
CMYK
RGB Variations
Color information
#7AD04A (or 0x7AD04A) is known color: Mantis. HEX triplet: 7A, D0 and 4A. RGB value is (122,208,74). Sum of RGB (Red+Green+Blue) = 122+208+74=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD04A is #852FB5. Grayscale: #A7A7A7. Windows color (decimal): -8728502 or 4903034. OLE color: 4903034.
HSL color Cylindrical-coordinate representation of color #7AD04A: hue angle of 98.51º 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 #7AD04A is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 74 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.18 |
| HSL | 98.51º | 0.59% | 0.55% | - |
| HSV(B) | 98.51º | 0.64% | 0.82% | - |
| XYZ | 31.82 | 49.74 | 14.4 | - |
| YUV | 167.01 | 75.51 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 74 | 0.41 | 0 | 0.64 | 0.18 | 98.51 | 0.59 | 0.55 |
| Hex | 7A | D0 | 4A | 29 | 0 | 40 | 12 | 63 | 3B | 37 |
| Octal | 172 | 320 | 112 | 51 | 0 | 100 | 22 | 143 | 73 | 67 |
| Binary | 1111010 | 11010000 | 1001010 | 101001 | 0 | 1000000 | 10010 | 1100011 | 111011 | 110111 |
Color Harmonies of #7AD04A
Complementary color
Monochromatic Colors of #7AD04A
Black with #7AD04A
Text Example
Text Example
White with #7AD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD04A; }
p { color: rgb(122,208,74); }
H1.HeaderClassName
{
color: #7AD04A;
}
.AnyTagClassName
{
color: #7AD04A;
}
</style>
background-color css
<style>
a { background-color: #7AD04A; }
a { background-color: rgb(122,208,74); }
div.DivClassName
{
background-color: #7AD04A;
}
.BgClassName
{
background-color: #7AD04A;
}
</style>
border-color css
<style>
span { border-color: #7AD04A; }
span { border-color: rgb(122,208,74); }
td.TdClassName
{
border-color: #7AD04A;
}
.TagClassName
{
border-color: #7AD04A;
}
</style>