Shades of Mantis #7ACF49
Tints of Mantis #7ACF49
RGB
CMYK
RGB Variations
Color information
#7ACF49 (or 0x7ACF49) is known color: Mantis. HEX triplet: 7A, CF and 49. RGB value is (122,207,73). Sum of RGB (Red+Green+Blue) = 122+207+73=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF49 is #8530B6. Grayscale: #A6A6A6. Windows color (decimal): -8728759 or 4837242. OLE color: 4837242.
HSL color Cylindrical-coordinate representation of color #7ACF49: hue angle of 98.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ACF49 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 73 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.19 |
| HSL | 98.06º | 0.58% | 0.55% | - |
| HSV(B) | 98.06º | 0.65% | 0.81% | - |
| XYZ | 31.54 | 49.24 | 14.15 | - |
| YUV | 166.31 | 75.34 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 73 | 0.41 | 0 | 0.65 | 0.19 | 98.06 | 0.58 | 0.55 |
| Hex | 7A | CF | 49 | 29 | 0 | 41 | 13 | 62 | 3A | 37 |
| Octal | 172 | 317 | 111 | 51 | 0 | 101 | 23 | 142 | 72 | 67 |
| Binary | 1111010 | 11001111 | 1001001 | 101001 | 0 | 1000001 | 10011 | 1100010 | 111010 | 110111 |
Color Harmonies of #7ACF49
Complementary color
Monochromatic Colors of #7ACF49
Black with #7ACF49
Text Example
Text Example
White with #7ACF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF49; }
p { color: rgb(122,207,73); }
H1.HeaderClassName
{
color: #7ACF49;
}
.AnyTagClassName
{
color: #7ACF49;
}
</style>
background-color css
<style>
a { background-color: #7ACF49; }
a { background-color: rgb(122,207,73); }
div.DivClassName
{
background-color: #7ACF49;
}
.BgClassName
{
background-color: #7ACF49;
}
</style>
border-color css
<style>
span { border-color: #7ACF49; }
span { border-color: rgb(122,207,73); }
td.TdClassName
{
border-color: #7ACF49;
}
.TagClassName
{
border-color: #7ACF49;
}
</style>