Shades of Mantis #7AD64B
Tints of Mantis #7AD64B
RGB
CMYK
RGB Variations
Color information
#7AD64B (or 0x7AD64B) is known color: Mantis. HEX triplet: 7A, D6 and 4B. RGB value is (122,214,75). Sum of RGB (Red+Green+Blue) = 122+214+75=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD64B is #8529B4. Grayscale: #ABABAB. Windows color (decimal): -8726965 or 4970106. OLE color: 4970106.
HSL color Cylindrical-coordinate representation of color #7AD64B: hue angle of 99.71º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AD64B is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 75 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.16 |
| HSL | 99.71º | 0.63% | 0.57% | - |
| HSV(B) | 99.71º | 0.65% | 0.84% | - |
| XYZ | 33.34 | 52.74 | 15.08 | - |
| YUV | 170.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 75 | 0.43 | 0 | 0.65 | 0.16 | 99.71 | 0.63 | 0.57 |
| Hex | 7A | D6 | 4B | 2B | 0 | 41 | 10 | 64 | 3F | 39 |
| Octal | 172 | 326 | 113 | 53 | 0 | 101 | 20 | 144 | 77 | 71 |
| Binary | 1111010 | 11010110 | 1001011 | 101011 | 0 | 1000001 | 10000 | 1100100 | 111111 | 111001 |
Color Harmonies of #7AD64B
Complementary color
Monochromatic Colors of #7AD64B
Black with #7AD64B
Text Example
Text Example
White with #7AD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD64B; }
p { color: rgb(122,214,75); }
H1.HeaderClassName
{
color: #7AD64B;
}
.AnyTagClassName
{
color: #7AD64B;
}
</style>
background-color css
<style>
a { background-color: #7AD64B; }
a { background-color: rgb(122,214,75); }
div.DivClassName
{
background-color: #7AD64B;
}
.BgClassName
{
background-color: #7AD64B;
}
</style>
border-color css
<style>
span { border-color: #7AD64B; }
span { border-color: rgb(122,214,75); }
td.TdClassName
{
border-color: #7AD64B;
}
.TagClassName
{
border-color: #7AD64B;
}
</style>