Shades of Mantis #7ACF5B
Tints of Mantis #7ACF5B
RGB
CMYK
RGB Variations
Color information
#7ACF5B (or 0x7ACF5B) is known color: Mantis. HEX triplet: 7A, CF and 5B. RGB value is (122,207,91). Sum of RGB (Red+Green+Blue) = 122+207+91=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF5B is #8530A4. Grayscale: #A8A8A8. Windows color (decimal): -8728741 or 6016890. OLE color: 6016890.
HSL color Cylindrical-coordinate representation of color #7ACF5B: hue angle of 103.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ACF5B is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 91 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.19 |
| HSL | 103.97º | 0.55% | 0.58% | - |
| HSV(B) | 103.97º | 0.56% | 0.81% | - |
| XYZ | 32.23 | 49.52 | 17.76 | - |
| YUV | 168.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 91 | 0.41 | 0 | 0.56 | 0.19 | 103.97 | 0.55 | 0.58 |
| Hex | 7A | CF | 5B | 29 | 0 | 38 | 13 | 68 | 37 | 3A |
| Octal | 172 | 317 | 133 | 51 | 0 | 70 | 23 | 150 | 67 | 72 |
| Binary | 1111010 | 11001111 | 1011011 | 101001 | 0 | 111000 | 10011 | 1101000 | 110111 | 111010 |
Color Harmonies of #7ACF5B
Complementary color
Monochromatic Colors of #7ACF5B
Black with #7ACF5B
Text Example
Text Example
White with #7ACF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF5B; }
p { color: rgb(122,207,91); }
H1.HeaderClassName
{
color: #7ACF5B;
}
.AnyTagClassName
{
color: #7ACF5B;
}
</style>
background-color css
<style>
a { background-color: #7ACF5B; }
a { background-color: rgb(122,207,91); }
div.DivClassName
{
background-color: #7ACF5B;
}
.BgClassName
{
background-color: #7ACF5B;
}
</style>
border-color css
<style>
span { border-color: #7ACF5B; }
span { border-color: rgb(122,207,91); }
td.TdClassName
{
border-color: #7ACF5B;
}
.TagClassName
{
border-color: #7ACF5B;
}
</style>