Shades of Mantis #7ACF50
Tints of Mantis #7ACF50
RGB
CMYK
RGB Variations
Color information
#7ACF50 (or 0x7ACF50) is known color: Mantis. HEX triplet: 7A, CF and 50. RGB value is (122,207,80). Sum of RGB (Red+Green+Blue) = 122+207+80=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF50 is #8530AF. Grayscale: #A7A7A7. Windows color (decimal): -8728752 or 5295994. OLE color: 5295994.
HSL color Cylindrical-coordinate representation of color #7ACF50: hue angle of 100.16º 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 #7ACF50 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 80 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.19 |
| HSL | 100.16º | 0.57% | 0.56% | - |
| HSV(B) | 100.16º | 0.61% | 0.81% | - |
| XYZ | 31.79 | 49.34 | 15.44 | - |
| YUV | 167.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 80 | 0.41 | 0 | 0.61 | 0.19 | 100.16 | 0.57 | 0.56 |
| Hex | 7A | CF | 50 | 29 | 0 | 3D | 13 | 64 | 39 | 38 |
| Octal | 172 | 317 | 120 | 51 | 0 | 75 | 23 | 144 | 71 | 70 |
| Binary | 1111010 | 11001111 | 1010000 | 101001 | 0 | 111101 | 10011 | 1100100 | 111001 | 111000 |
Color Harmonies of #7ACF50
Complementary color
Monochromatic Colors of #7ACF50
Black with #7ACF50
Text Example
Text Example
White with #7ACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF50; }
p { color: rgb(122,207,80); }
H1.HeaderClassName
{
color: #7ACF50;
}
.AnyTagClassName
{
color: #7ACF50;
}
</style>
background-color css
<style>
a { background-color: #7ACF50; }
a { background-color: rgb(122,207,80); }
div.DivClassName
{
background-color: #7ACF50;
}
.BgClassName
{
background-color: #7ACF50;
}
</style>
border-color css
<style>
span { border-color: #7ACF50; }
span { border-color: rgb(122,207,80); }
td.TdClassName
{
border-color: #7ACF50;
}
.TagClassName
{
border-color: #7ACF50;
}
</style>