Shades of Mantis #7ACF51
Tints of Mantis #7ACF51
RGB
CMYK
RGB Variations
Color information
#7ACF51 (or 0x7ACF51) is known color: Mantis. HEX triplet: 7A, CF and 51. RGB value is (122,207,81). Sum of RGB (Red+Green+Blue) = 122+207+81=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF51 is #8530AE. Grayscale: #A7A7A7. Windows color (decimal): -8728751 or 5361530. OLE color: 5361530.
HSL color Cylindrical-coordinate representation of color #7ACF51: hue angle of 100.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ACF51 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 81 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.19 |
| HSL | 100.48º | 0.57% | 0.56% | - |
| HSV(B) | 100.48º | 0.61% | 0.81% | - |
| XYZ | 31.82 | 49.36 | 15.63 | - |
| YUV | 167.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 81 | 0.41 | 0 | 0.61 | 0.19 | 100.48 | 0.57 | 0.56 |
| Hex | 7A | CF | 51 | 29 | 0 | 3D | 13 | 64 | 39 | 38 |
| Octal | 172 | 317 | 121 | 51 | 0 | 75 | 23 | 144 | 71 | 70 |
| Binary | 1111010 | 11001111 | 1010001 | 101001 | 0 | 111101 | 10011 | 1100100 | 111001 | 111000 |
Color Harmonies of #7ACF51
Complementary color
Monochromatic Colors of #7ACF51
Black with #7ACF51
Text Example
Text Example
White with #7ACF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF51; }
p { color: rgb(122,207,81); }
H1.HeaderClassName
{
color: #7ACF51;
}
.AnyTagClassName
{
color: #7ACF51;
}
</style>
background-color css
<style>
a { background-color: #7ACF51; }
a { background-color: rgb(122,207,81); }
div.DivClassName
{
background-color: #7ACF51;
}
.BgClassName
{
background-color: #7ACF51;
}
</style>
border-color css
<style>
span { border-color: #7ACF51; }
span { border-color: rgb(122,207,81); }
td.TdClassName
{
border-color: #7ACF51;
}
.TagClassName
{
border-color: #7ACF51;
}
</style>