Shades of Mantis #7ACF54
Tints of Mantis #7ACF54
RGB
CMYK
RGB Variations
Color information
#7ACF54 (or 0x7ACF54) is known color: Mantis. HEX triplet: 7A, CF and 54. RGB value is (122,207,84). Sum of RGB (Red+Green+Blue) = 122+207+84=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF54 is #8530AB. Grayscale: #A7A7A7. Windows color (decimal): -8728748 or 5558138. OLE color: 5558138.
HSL color Cylindrical-coordinate representation of color #7ACF54: hue angle of 101.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ACF54 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 84 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.19 |
| HSL | 101.46º | 0.56% | 0.57% | - |
| HSV(B) | 101.46º | 0.59% | 0.81% | - |
| XYZ | 31.94 | 49.4 | 16.24 | - |
| YUV | 167.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 84 | 0.41 | 0 | 0.59 | 0.19 | 101.46 | 0.56 | 0.57 |
| Hex | 7A | CF | 54 | 29 | 0 | 3B | 13 | 65 | 38 | 39 |
| Octal | 172 | 317 | 124 | 51 | 0 | 73 | 23 | 145 | 70 | 71 |
| Binary | 1111010 | 11001111 | 1010100 | 101001 | 0 | 111011 | 10011 | 1100101 | 111000 | 111001 |
Color Harmonies of #7ACF54
Complementary color
Monochromatic Colors of #7ACF54
Black with #7ACF54
Text Example
Text Example
White with #7ACF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF54; }
p { color: rgb(122,207,84); }
H1.HeaderClassName
{
color: #7ACF54;
}
.AnyTagClassName
{
color: #7ACF54;
}
</style>
background-color css
<style>
a { background-color: #7ACF54; }
a { background-color: rgb(122,207,84); }
div.DivClassName
{
background-color: #7ACF54;
}
.BgClassName
{
background-color: #7ACF54;
}
</style>
border-color css
<style>
span { border-color: #7ACF54; }
span { border-color: rgb(122,207,84); }
td.TdClassName
{
border-color: #7ACF54;
}
.TagClassName
{
border-color: #7ACF54;
}
</style>