Shades of Mantis #7ACF46
Tints of Mantis #7ACF46
RGB
CMYK
RGB Variations
Color information
#7ACF46 (or 0x7ACF46) is known color: Mantis. HEX triplet: 7A, CF and 46. RGB value is (122,207,70). Sum of RGB (Red+Green+Blue) = 122+207+70=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF46 is #8530B9. Grayscale: #A6A6A6. Windows color (decimal): -8728762 or 4640634. OLE color: 4640634.
HSL color Cylindrical-coordinate representation of color #7ACF46: hue angle of 97.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ACF46 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 70 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.19 |
| HSL | 97.23º | 0.59% | 0.54% | - |
| HSV(B) | 97.23º | 0.66% | 0.81% | - |
| XYZ | 31.44 | 49.21 | 13.63 | - |
| YUV | 165.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 70 | 0.41 | 0 | 0.66 | 0.19 | 97.23 | 0.59 | 0.54 |
| Hex | 7A | CF | 46 | 29 | 0 | 42 | 13 | 61 | 3B | 36 |
| Octal | 172 | 317 | 106 | 51 | 0 | 102 | 23 | 141 | 73 | 66 |
| Binary | 1111010 | 11001111 | 1000110 | 101001 | 0 | 1000010 | 10011 | 1100001 | 111011 | 110110 |
Color Harmonies of #7ACF46
Complementary color
Monochromatic Colors of #7ACF46
Black with #7ACF46
Text Example
Text Example
White with #7ACF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF46; }
p { color: rgb(122,207,70); }
H1.HeaderClassName
{
color: #7ACF46;
}
.AnyTagClassName
{
color: #7ACF46;
}
</style>
background-color css
<style>
a { background-color: #7ACF46; }
a { background-color: rgb(122,207,70); }
div.DivClassName
{
background-color: #7ACF46;
}
.BgClassName
{
background-color: #7ACF46;
}
</style>
border-color css
<style>
span { border-color: #7ACF46; }
span { border-color: rgb(122,207,70); }
td.TdClassName
{
border-color: #7ACF46;
}
.TagClassName
{
border-color: #7ACF46;
}
</style>