Shades of Mantis #7CC565
Tints of Mantis #7CC565
RGB
CMYK
RGB Variations
Color information
#7CC565 (or 0x7CC565) is known color: Mantis. HEX triplet: 7C, C5 and 65. RGB value is (124,197,101). Sum of RGB (Red+Green+Blue) = 124+197+101=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC565 is #833A9A. Grayscale: #A4A4A4. Windows color (decimal): -8600219 or 6669692. OLE color: 6669692.
HSL color Cylindrical-coordinate representation of color #7CC565: hue angle of 105.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CC565 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 101 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.23 |
| HSL | 105.63º | 0.45% | 0.58% | - |
| HSV(B) | 105.63º | 0.49% | 0.77% | - |
| XYZ | 30.63 | 45.16 | 19.41 | - |
| YUV | 164.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 101 | 0.37 | 0 | 0.49 | 0.23 | 105.63 | 0.45 | 0.58 |
| Hex | 7C | C5 | 65 | 25 | 0 | 31 | 17 | 6A | 2D | 3A |
| Octal | 174 | 305 | 145 | 45 | 0 | 61 | 27 | 152 | 55 | 72 |
| Binary | 1111100 | 11000101 | 1100101 | 100101 | 0 | 110001 | 10111 | 1101010 | 101101 | 111010 |
Color Harmonies of #7CC565
Complementary color
Monochromatic Colors of #7CC565
Black with #7CC565
Text Example
Text Example
White with #7CC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC565; }
p { color: rgb(124,197,101); }
H1.HeaderClassName
{
color: #7CC565;
}
.AnyTagClassName
{
color: #7CC565;
}
</style>
background-color css
<style>
a { background-color: #7CC565; }
a { background-color: rgb(124,197,101); }
div.DivClassName
{
background-color: #7CC565;
}
.BgClassName
{
background-color: #7CC565;
}
</style>
border-color css
<style>
span { border-color: #7CC565; }
span { border-color: rgb(124,197,101); }
td.TdClassName
{
border-color: #7CC565;
}
.TagClassName
{
border-color: #7CC565;
}
</style>