Shades of Mantis #7ACF65
Tints of Mantis #7ACF65
RGB
CMYK
RGB Variations
Color information
#7ACF65 (or 0x7ACF65) is known color: Mantis. HEX triplet: 7A, CF and 65. RGB value is (122,207,101). Sum of RGB (Red+Green+Blue) = 122+207+101=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF65 is #85309A. Grayscale: #A9A9A9. Windows color (decimal): -8728731 or 6672250. OLE color: 6672250.
HSL color Cylindrical-coordinate representation of color #7ACF65: hue angle of 108.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ACF65 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 101 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.19 |
| HSL | 108.11º | 0.52% | 0.6% | - |
| HSV(B) | 108.11º | 0.51% | 0.81% | - |
| XYZ | 32.69 | 49.7 | 20.18 | - |
| YUV | 169.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 101 | 0.41 | 0 | 0.51 | 0.19 | 108.11 | 0.52 | 0.6 |
| Hex | 7A | CF | 65 | 29 | 0 | 33 | 13 | 6C | 34 | 3C |
| Octal | 172 | 317 | 145 | 51 | 0 | 63 | 23 | 154 | 64 | 74 |
| Binary | 1111010 | 11001111 | 1100101 | 101001 | 0 | 110011 | 10011 | 1101100 | 110100 | 111100 |
Color Harmonies of #7ACF65
Complementary color
Monochromatic Colors of #7ACF65
Black with #7ACF65
Text Example
Text Example
White with #7ACF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF65; }
p { color: rgb(122,207,101); }
H1.HeaderClassName
{
color: #7ACF65;
}
.AnyTagClassName
{
color: #7ACF65;
}
</style>
background-color css
<style>
a { background-color: #7ACF65; }
a { background-color: rgb(122,207,101); }
div.DivClassName
{
background-color: #7ACF65;
}
.BgClassName
{
background-color: #7ACF65;
}
</style>
border-color css
<style>
span { border-color: #7ACF65; }
span { border-color: rgb(122,207,101); }
td.TdClassName
{
border-color: #7ACF65;
}
.TagClassName
{
border-color: #7ACF65;
}
</style>