Shades of Mantis #7CBD55
Tints of Mantis #7CBD55
RGB
CMYK
RGB Variations
Color information
#7CBD55 (or 0x7CBD55) is known color: Mantis. HEX triplet: 7C, BD and 55. RGB value is (124,189,85). Sum of RGB (Red+Green+Blue) = 124+189+85=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD55 is #8342AA. Grayscale: #9E9E9E. Windows color (decimal): -8602283 or 5619068. OLE color: 5619068.
HSL color Cylindrical-coordinate representation of color #7CBD55: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CBD55 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 85 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.26 |
| HSL | 97.5º | 0.44% | 0.54% | - |
| HSV(B) | 97.5º | 0.55% | 0.74% | - |
| XYZ | 28.15 | 41.34 | 15.09 | - |
| YUV | 157.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 85 | 0.34 | 0 | 0.55 | 0.26 | 97.5 | 0.44 | 0.54 |
| Hex | 7C | BD | 55 | 22 | 0 | 37 | 1A | 62 | 2C | 36 |
| Octal | 174 | 275 | 125 | 42 | 0 | 67 | 32 | 142 | 54 | 66 |
| Binary | 1111100 | 10111101 | 1010101 | 100010 | 0 | 110111 | 11010 | 1100010 | 101100 | 110110 |
Color Harmonies of #7CBD55
Complementary color
Monochromatic Colors of #7CBD55
Black with #7CBD55
Text Example
Text Example
White with #7CBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD55; }
p { color: rgb(124,189,85); }
H1.HeaderClassName
{
color: #7CBD55;
}
.AnyTagClassName
{
color: #7CBD55;
}
</style>
background-color css
<style>
a { background-color: #7CBD55; }
a { background-color: rgb(124,189,85); }
div.DivClassName
{
background-color: #7CBD55;
}
.BgClassName
{
background-color: #7CBD55;
}
</style>
border-color css
<style>
span { border-color: #7CBD55; }
span { border-color: rgb(124,189,85); }
td.TdClassName
{
border-color: #7CBD55;
}
.TagClassName
{
border-color: #7CBD55;
}
</style>