Shades of Mantis #7CB85E
Tints of Mantis #7CB85E
RGB
CMYK
RGB Variations
Color information
#7CB85E (or 0x7CB85E) is known color: Mantis. HEX triplet: 7C, B8 and 5E. RGB value is (124,184,94). Sum of RGB (Red+Green+Blue) = 124+184+94=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB85E is #8347A1. Grayscale: #9C9C9C. Windows color (decimal): -8603554 or 6207612. OLE color: 6207612.
HSL color Cylindrical-coordinate representation of color #7CB85E: hue angle of 100º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB85E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 94 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.28 |
| HSL | 100º | 0.39% | 0.55% | - |
| HSV(B) | 100º | 0.49% | 0.72% | - |
| XYZ | 27.47 | 39.37 | 16.74 | - |
| YUV | 155.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 94 | 0.33 | 0 | 0.49 | 0.28 | 100 | 0.39 | 0.55 |
| Hex | 7C | B8 | 5E | 21 | 0 | 31 | 1C | 64 | 27 | 37 |
| Octal | 174 | 270 | 136 | 41 | 0 | 61 | 34 | 144 | 47 | 67 |
| Binary | 1111100 | 10111000 | 1011110 | 100001 | 0 | 110001 | 11100 | 1100100 | 100111 | 110111 |
Color Harmonies of #7CB85E
Complementary color
Monochromatic Colors of #7CB85E
Black with #7CB85E
Text Example
Text Example
White with #7CB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB85E; }
p { color: rgb(124,184,94); }
H1.HeaderClassName
{
color: #7CB85E;
}
.AnyTagClassName
{
color: #7CB85E;
}
</style>
background-color css
<style>
a { background-color: #7CB85E; }
a { background-color: rgb(124,184,94); }
div.DivClassName
{
background-color: #7CB85E;
}
.BgClassName
{
background-color: #7CB85E;
}
</style>
border-color css
<style>
span { border-color: #7CB85E; }
span { border-color: rgb(124,184,94); }
td.TdClassName
{
border-color: #7CB85E;
}
.TagClassName
{
border-color: #7CB85E;
}
</style>