Shades of Mantis #7CB850
Tints of Mantis #7CB850
RGB
CMYK
RGB Variations
Color information
#7CB850 (or 0x7CB850) is known color: Mantis. HEX triplet: 7C, B8 and 50. RGB value is (124,184,80). Sum of RGB (Red+Green+Blue) = 124+184+80=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB850 is #8347AF. Grayscale: #9A9A9A. Windows color (decimal): -8603568 or 5290108. OLE color: 5290108.
HSL color Cylindrical-coordinate representation of color #7CB850: hue angle of 94.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CB850 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 80 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.28 |
| HSL | 94.62º | 0.42% | 0.52% | - |
| HSV(B) | 94.62º | 0.57% | 0.72% | - |
| XYZ | 26.9 | 39.15 | 13.73 | - |
| YUV | 154.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 80 | 0.33 | 0 | 0.57 | 0.28 | 94.62 | 0.42 | 0.52 |
| Hex | 7C | B8 | 50 | 21 | 0 | 39 | 1C | 5F | 2A | 34 |
| Octal | 174 | 270 | 120 | 41 | 0 | 71 | 34 | 137 | 52 | 64 |
| Binary | 1111100 | 10111000 | 1010000 | 100001 | 0 | 111001 | 11100 | 1011111 | 101010 | 110100 |
Color Harmonies of #7CB850
Complementary color
Monochromatic Colors of #7CB850
Black with #7CB850
Text Example
Text Example
White with #7CB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB850; }
p { color: rgb(124,184,80); }
H1.HeaderClassName
{
color: #7CB850;
}
.AnyTagClassName
{
color: #7CB850;
}
</style>
background-color css
<style>
a { background-color: #7CB850; }
a { background-color: rgb(124,184,80); }
div.DivClassName
{
background-color: #7CB850;
}
.BgClassName
{
background-color: #7CB850;
}
</style>
border-color css
<style>
span { border-color: #7CB850; }
span { border-color: rgb(124,184,80); }
td.TdClassName
{
border-color: #7CB850;
}
.TagClassName
{
border-color: #7CB850;
}
</style>