Shades of Mantis #7ACF52
Tints of Mantis #7ACF52
RGB
CMYK
RGB Variations
Color information
#7ACF52 (or 0x7ACF52) is known color: Mantis. HEX triplet: 7A, CF and 52. RGB value is (122,207,82). Sum of RGB (Red+Green+Blue) = 122+207+82=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF52 is #8530AD. Grayscale: #A7A7A7. Windows color (decimal): -8728750 or 5427066. OLE color: 5427066.
HSL color Cylindrical-coordinate representation of color #7ACF52: hue angle of 100.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ACF52 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 82 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.19 |
| HSL | 100.8º | 0.57% | 0.57% | - |
| HSV(B) | 100.8º | 0.6% | 0.81% | - |
| XYZ | 31.86 | 49.37 | 15.83 | - |
| YUV | 167.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 82 | 0.41 | 0 | 0.60 | 0.19 | 100.8 | 0.57 | 0.57 |
| Hex | 7A | CF | 52 | 29 | 0 | 3C | 13 | 65 | 39 | 39 |
| Octal | 172 | 317 | 122 | 51 | 0 | 74 | 23 | 145 | 71 | 71 |
| Binary | 1111010 | 11001111 | 1010010 | 101001 | 0 | 111100 | 10011 | 1100101 | 111001 | 111001 |
Color Harmonies of #7ACF52
Complementary color
Monochromatic Colors of #7ACF52
Black with #7ACF52
Text Example
Text Example
White with #7ACF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF52; }
p { color: rgb(122,207,82); }
H1.HeaderClassName
{
color: #7ACF52;
}
.AnyTagClassName
{
color: #7ACF52;
}
</style>
background-color css
<style>
a { background-color: #7ACF52; }
a { background-color: rgb(122,207,82); }
div.DivClassName
{
background-color: #7ACF52;
}
.BgClassName
{
background-color: #7ACF52;
}
</style>
border-color css
<style>
span { border-color: #7ACF52; }
span { border-color: rgb(122,207,82); }
td.TdClassName
{
border-color: #7ACF52;
}
.TagClassName
{
border-color: #7ACF52;
}
</style>