Shades of Mantis #7CB953
Tints of Mantis #7CB953
RGB
CMYK
RGB Variations
Color information
#7CB953 (or 0x7CB953) is known color: Mantis. HEX triplet: 7C, B9 and 53. RGB value is (124,185,83). Sum of RGB (Red+Green+Blue) = 124+185+83=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB953 is #8346AC. Grayscale: #9B9B9B. Windows color (decimal): -8603309 or 5486972. OLE color: 5486972.
HSL color Cylindrical-coordinate representation of color #7CB953: hue angle of 95.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CB953 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 83 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.27 |
| HSL | 95.88º | 0.42% | 0.53% | - |
| HSV(B) | 95.88º | 0.55% | 0.73% | - |
| XYZ | 27.22 | 39.61 | 14.39 | - |
| YUV | 155.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 83 | 0.33 | 0 | 0.55 | 0.27 | 95.88 | 0.42 | 0.53 |
| Hex | 7C | B9 | 53 | 21 | 0 | 37 | 1B | 60 | 2A | 35 |
| Octal | 174 | 271 | 123 | 41 | 0 | 67 | 33 | 140 | 52 | 65 |
| Binary | 1111100 | 10111001 | 1010011 | 100001 | 0 | 110111 | 11011 | 1100000 | 101010 | 110101 |
Color Harmonies of #7CB953
Complementary color
Monochromatic Colors of #7CB953
Black with #7CB953
Text Example
Text Example
White with #7CB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB953; }
p { color: rgb(124,185,83); }
H1.HeaderClassName
{
color: #7CB953;
}
.AnyTagClassName
{
color: #7CB953;
}
</style>
background-color css
<style>
a { background-color: #7CB953; }
a { background-color: rgb(124,185,83); }
div.DivClassName
{
background-color: #7CB953;
}
.BgClassName
{
background-color: #7CB953;
}
</style>
border-color css
<style>
span { border-color: #7CB953; }
span { border-color: rgb(124,185,83); }
td.TdClassName
{
border-color: #7CB953;
}
.TagClassName
{
border-color: #7CB953;
}
</style>