Shades of Mantis #7BCD5B
Tints of Mantis #7BCD5B
RGB
CMYK
RGB Variations
Color information
#7BCD5B (or 0x7BCD5B) is known color: Mantis. HEX triplet: 7B, CD and 5B. RGB value is (123,205,91). Sum of RGB (Red+Green+Blue) = 123+205+91=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCD5B is #8432A4. Grayscale: #A7A7A7. Windows color (decimal): -8663717 or 6016379. OLE color: 6016379.
HSL color Cylindrical-coordinate representation of color #7BCD5B: hue angle of 103.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BCD5B is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 91 | - |
| CMYK | 0.4 | 0 | 0.56 | 0.20 |
| HSL | 103.16º | 0.53% | 0.58% | - |
| HSV(B) | 103.16º | 0.56% | 0.8% | - |
| XYZ | 31.89 | 48.63 | 17.6 | - |
| YUV | 167.49 | 84.83 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 91 | 0.4 | 0 | 0.56 | 0.20 | 103.16 | 0.53 | 0.58 |
| Hex | 7B | CD | 5B | 28 | 0 | 38 | 14 | 67 | 35 | 3A |
| Octal | 173 | 315 | 133 | 50 | 0 | 70 | 24 | 147 | 65 | 72 |
| Binary | 1111011 | 11001101 | 1011011 | 101000 | 0 | 111000 | 10100 | 1100111 | 110101 | 111010 |
Color Harmonies of #7BCD5B
Complementary color
Monochromatic Colors of #7BCD5B
Black with #7BCD5B
Text Example
Text Example
White with #7BCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD5B; }
p { color: rgb(123,205,91); }
H1.HeaderClassName
{
color: #7BCD5B;
}
.AnyTagClassName
{
color: #7BCD5B;
}
</style>
background-color css
<style>
a { background-color: #7BCD5B; }
a { background-color: rgb(123,205,91); }
div.DivClassName
{
background-color: #7BCD5B;
}
.BgClassName
{
background-color: #7BCD5B;
}
</style>
border-color css
<style>
span { border-color: #7BCD5B; }
span { border-color: rgb(123,205,91); }
td.TdClassName
{
border-color: #7BCD5B;
}
.TagClassName
{
border-color: #7BCD5B;
}
</style>