Shades of Mantis #7CBE5B
Tints of Mantis #7CBE5B
RGB
CMYK
RGB Variations
Color information
#7CBE5B (or 0x7CBE5B) is known color: Mantis. HEX triplet: 7C, BE and 5B. RGB value is (124,190,91). Sum of RGB (Red+Green+Blue) = 124+190+91=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE5B is #8341A4. Grayscale: #9F9F9F. Windows color (decimal): -8602021 or 6012540. OLE color: 6012540.
HSL color Cylindrical-coordinate representation of color #7CBE5B: hue angle of 100º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CBE5B is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 91 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.25 |
| HSL | 100º | 0.43% | 0.55% | - |
| HSV(B) | 100º | 0.52% | 0.75% | - |
| XYZ | 28.61 | 41.87 | 16.47 | - |
| YUV | 158.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 91 | 0.35 | 0 | 0.52 | 0.25 | 100 | 0.43 | 0.55 |
| Hex | 7C | BE | 5B | 23 | 0 | 34 | 19 | 64 | 2B | 37 |
| Octal | 174 | 276 | 133 | 43 | 0 | 64 | 31 | 144 | 53 | 67 |
| Binary | 1111100 | 10111110 | 1011011 | 100011 | 0 | 110100 | 11001 | 1100100 | 101011 | 110111 |
Color Harmonies of #7CBE5B
Complementary color
Monochromatic Colors of #7CBE5B
Black with #7CBE5B
Text Example
Text Example
White with #7CBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE5B; }
p { color: rgb(124,190,91); }
H1.HeaderClassName
{
color: #7CBE5B;
}
.AnyTagClassName
{
color: #7CBE5B;
}
</style>
background-color css
<style>
a { background-color: #7CBE5B; }
a { background-color: rgb(124,190,91); }
div.DivClassName
{
background-color: #7CBE5B;
}
.BgClassName
{
background-color: #7CBE5B;
}
</style>
border-color css
<style>
span { border-color: #7CBE5B; }
span { border-color: rgb(124,190,91); }
td.TdClassName
{
border-color: #7CBE5B;
}
.TagClassName
{
border-color: #7CBE5B;
}
</style>