Shades of Mantis #7CC95E
Tints of Mantis #7CC95E
RGB
CMYK
RGB Variations
Color information
#7CC95E (or 0x7CC95E) is known color: Mantis. HEX triplet: 7C, C9 and 5E. RGB value is (124,201,94). Sum of RGB (Red+Green+Blue) = 124+201+94=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC95E is #8336A1. Grayscale: #A6A6A6. Windows color (decimal): -8599202 or 6211964. OLE color: 6211964.
HSL color Cylindrical-coordinate representation of color #7CC95E: hue angle of 103.18º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CC95E is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 94 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.21 |
| HSL | 103.18º | 0.5% | 0.58% | - |
| HSV(B) | 103.18º | 0.53% | 0.79% | - |
| XYZ | 31.22 | 46.87 | 17.99 | - |
| YUV | 165.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 94 | 0.38 | 0 | 0.53 | 0.21 | 103.18 | 0.5 | 0.58 |
| Hex | 7C | C9 | 5E | 26 | 0 | 35 | 15 | 67 | 32 | 3A |
| Octal | 174 | 311 | 136 | 46 | 0 | 65 | 25 | 147 | 62 | 72 |
| Binary | 1111100 | 11001001 | 1011110 | 100110 | 0 | 110101 | 10101 | 1100111 | 110010 | 111010 |
Color Harmonies of #7CC95E
Complementary color
Monochromatic Colors of #7CC95E
Black with #7CC95E
Text Example
Text Example
White with #7CC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC95E; }
p { color: rgb(124,201,94); }
H1.HeaderClassName
{
color: #7CC95E;
}
.AnyTagClassName
{
color: #7CC95E;
}
</style>
background-color css
<style>
a { background-color: #7CC95E; }
a { background-color: rgb(124,201,94); }
div.DivClassName
{
background-color: #7CC95E;
}
.BgClassName
{
background-color: #7CC95E;
}
</style>
border-color css
<style>
span { border-color: #7CC95E; }
span { border-color: rgb(124,201,94); }
td.TdClassName
{
border-color: #7CC95E;
}
.TagClassName
{
border-color: #7CC95E;
}
</style>