Shades of Mantis #7ACF58
Tints of Mantis #7ACF58
RGB
CMYK
RGB Variations
Color information
#7ACF58 (or 0x7ACF58) is known color: Mantis. HEX triplet: 7A, CF and 58. RGB value is (122,207,88). Sum of RGB (Red+Green+Blue) = 122+207+88=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF58 is #8530A7. Grayscale: #A8A8A8. Windows color (decimal): -8728744 or 5820282. OLE color: 5820282.
HSL color Cylindrical-coordinate representation of color #7ACF58: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ACF58 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 88 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.19 |
| HSL | 102.86º | 0.55% | 0.58% | - |
| HSV(B) | 102.86º | 0.57% | 0.81% | - |
| XYZ | 32.1 | 49.47 | 17.09 | - |
| YUV | 168.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 88 | 0.41 | 0 | 0.57 | 0.19 | 102.86 | 0.55 | 0.58 |
| Hex | 7A | CF | 58 | 29 | 0 | 39 | 13 | 67 | 37 | 3A |
| Octal | 172 | 317 | 130 | 51 | 0 | 71 | 23 | 147 | 67 | 72 |
| Binary | 1111010 | 11001111 | 1011000 | 101001 | 0 | 111001 | 10011 | 1100111 | 110111 | 111010 |
Color Harmonies of #7ACF58
Complementary color
Monochromatic Colors of #7ACF58
Black with #7ACF58
Text Example
Text Example
White with #7ACF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF58; }
p { color: rgb(122,207,88); }
H1.HeaderClassName
{
color: #7ACF58;
}
.AnyTagClassName
{
color: #7ACF58;
}
</style>
background-color css
<style>
a { background-color: #7ACF58; }
a { background-color: rgb(122,207,88); }
div.DivClassName
{
background-color: #7ACF58;
}
.BgClassName
{
background-color: #7ACF58;
}
</style>
border-color css
<style>
span { border-color: #7ACF58; }
span { border-color: rgb(122,207,88); }
td.TdClassName
{
border-color: #7ACF58;
}
.TagClassName
{
border-color: #7ACF58;
}
</style>