Shades of Mantis #7CC761
Tints of Mantis #7CC761
RGB
CMYK
RGB Variations
Color information
#7CC761 (or 0x7CC761) is known color: Mantis. HEX triplet: 7C, C7 and 61. RGB value is (124,199,97). Sum of RGB (Red+Green+Blue) = 124+199+97=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC761 is #83389E. Grayscale: #A5A5A5. Windows color (decimal): -8599711 or 6408060. OLE color: 6408060.
HSL color Cylindrical-coordinate representation of color #7CC761: hue angle of 104.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CC761 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 97 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.22 |
| HSL | 104.12º | 0.48% | 0.58% | - |
| HSV(B) | 104.12º | 0.51% | 0.78% | - |
| XYZ | 30.89 | 46 | 18.56 | - |
| YUV | 164.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 97 | 0.38 | 0 | 0.51 | 0.22 | 104.12 | 0.48 | 0.58 |
| Hex | 7C | C7 | 61 | 26 | 0 | 33 | 16 | 68 | 30 | 3A |
| Octal | 174 | 307 | 141 | 46 | 0 | 63 | 26 | 150 | 60 | 72 |
| Binary | 1111100 | 11000111 | 1100001 | 100110 | 0 | 110011 | 10110 | 1101000 | 110000 | 111010 |
Color Harmonies of #7CC761
Complementary color
Monochromatic Colors of #7CC761
Black with #7CC761
Text Example
Text Example
White with #7CC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC761; }
p { color: rgb(124,199,97); }
H1.HeaderClassName
{
color: #7CC761;
}
.AnyTagClassName
{
color: #7CC761;
}
</style>
background-color css
<style>
a { background-color: #7CC761; }
a { background-color: rgb(124,199,97); }
div.DivClassName
{
background-color: #7CC761;
}
.BgClassName
{
background-color: #7CC761;
}
</style>
border-color css
<style>
span { border-color: #7CC761; }
span { border-color: rgb(124,199,97); }
td.TdClassName
{
border-color: #7CC761;
}
.TagClassName
{
border-color: #7CC761;
}
</style>