Shades of Mantis #7ACF5D
Tints of Mantis #7ACF5D
RGB
CMYK
RGB Variations
Color information
#7ACF5D (or 0x7ACF5D) is known color: Mantis. HEX triplet: 7A, CF and 5D. RGB value is (122,207,93). Sum of RGB (Red+Green+Blue) = 122+207+93=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF5D is #8530A2. Grayscale: #A8A8A8. Windows color (decimal): -8728739 or 6147962. OLE color: 6147962.
HSL color Cylindrical-coordinate representation of color #7ACF5D: hue angle of 104.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACF5D is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 93 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.19 |
| HSL | 104.74º | 0.54% | 0.59% | - |
| HSV(B) | 104.74º | 0.55% | 0.81% | - |
| XYZ | 32.31 | 49.55 | 18.22 | - |
| YUV | 168.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 93 | 0.41 | 0 | 0.55 | 0.19 | 104.74 | 0.54 | 0.59 |
| Hex | 7A | CF | 5D | 29 | 0 | 37 | 13 | 69 | 36 | 3B |
| Octal | 172 | 317 | 135 | 51 | 0 | 67 | 23 | 151 | 66 | 73 |
| Binary | 1111010 | 11001111 | 1011101 | 101001 | 0 | 110111 | 10011 | 1101001 | 110110 | 111011 |
Color Harmonies of #7ACF5D
Complementary color
Monochromatic Colors of #7ACF5D
Black with #7ACF5D
Text Example
Text Example
White with #7ACF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF5D; }
p { color: rgb(122,207,93); }
H1.HeaderClassName
{
color: #7ACF5D;
}
.AnyTagClassName
{
color: #7ACF5D;
}
</style>
background-color css
<style>
a { background-color: #7ACF5D; }
a { background-color: rgb(122,207,93); }
div.DivClassName
{
background-color: #7ACF5D;
}
.BgClassName
{
background-color: #7ACF5D;
}
</style>
border-color css
<style>
span { border-color: #7ACF5D; }
span { border-color: rgb(122,207,93); }
td.TdClassName
{
border-color: #7ACF5D;
}
.TagClassName
{
border-color: #7ACF5D;
}
</style>