Shades of Mantis #7ACF61
Tints of Mantis #7ACF61
RGB
CMYK
RGB Variations
Color information
#7ACF61 (or 0x7ACF61) is known color: Mantis. HEX triplet: 7A, CF and 61. RGB value is (122,207,97). Sum of RGB (Red+Green+Blue) = 122+207+97=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF61 is #85309E. Grayscale: #A9A9A9. Windows color (decimal): -8728735 or 6410106. OLE color: 6410106.
HSL color Cylindrical-coordinate representation of color #7ACF61: hue angle of 106.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ACF61 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 97 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.19 |
| HSL | 106.36º | 0.53% | 0.6% | - |
| HSV(B) | 106.36º | 0.53% | 0.81% | - |
| XYZ | 32.5 | 49.63 | 19.18 | - |
| YUV | 169.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 97 | 0.41 | 0 | 0.53 | 0.19 | 106.36 | 0.53 | 0.6 |
| Hex | 7A | CF | 61 | 29 | 0 | 35 | 13 | 6A | 35 | 3C |
| Octal | 172 | 317 | 141 | 51 | 0 | 65 | 23 | 152 | 65 | 74 |
| Binary | 1111010 | 11001111 | 1100001 | 101001 | 0 | 110101 | 10011 | 1101010 | 110101 | 111100 |
Color Harmonies of #7ACF61
Complementary color
Monochromatic Colors of #7ACF61
Black with #7ACF61
Text Example
Text Example
White with #7ACF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF61; }
p { color: rgb(122,207,97); }
H1.HeaderClassName
{
color: #7ACF61;
}
.AnyTagClassName
{
color: #7ACF61;
}
</style>
background-color css
<style>
a { background-color: #7ACF61; }
a { background-color: rgb(122,207,97); }
div.DivClassName
{
background-color: #7ACF61;
}
.BgClassName
{
background-color: #7ACF61;
}
</style>
border-color css
<style>
span { border-color: #7ACF61; }
span { border-color: rgb(122,207,97); }
td.TdClassName
{
border-color: #7ACF61;
}
.TagClassName
{
border-color: #7ACF61;
}
</style>