Shades of Mantis #7BC256
Tints of Mantis #7BC256
RGB
CMYK
RGB Variations
Color information
#7BC256 (or 0x7BC256) is known color: Mantis. HEX triplet: 7B, C2 and 56. RGB value is (123,194,86). Sum of RGB (Red+Green+Blue) = 123+194+86=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC256 is #843DA9. Grayscale: #A0A0A0. Windows color (decimal): -8666538 or 5685883. OLE color: 5685883.
HSL color Cylindrical-coordinate representation of color #7BC256: hue angle of 99.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BC256 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 86 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.24 |
| HSL | 99.44º | 0.47% | 0.55% | - |
| HSV(B) | 99.44º | 0.56% | 0.76% | - |
| XYZ | 29.14 | 43.47 | 15.66 | - |
| YUV | 160.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 86 | 0.37 | 0 | 0.56 | 0.24 | 99.44 | 0.47 | 0.55 |
| Hex | 7B | C2 | 56 | 25 | 0 | 38 | 18 | 63 | 2F | 37 |
| Octal | 173 | 302 | 126 | 45 | 0 | 70 | 30 | 143 | 57 | 67 |
| Binary | 1111011 | 11000010 | 1010110 | 100101 | 0 | 111000 | 11000 | 1100011 | 101111 | 110111 |
Color Harmonies of #7BC256
Complementary color
Monochromatic Colors of #7BC256
Black with #7BC256
Text Example
Text Example
White with #7BC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC256; }
p { color: rgb(123,194,86); }
H1.HeaderClassName
{
color: #7BC256;
}
.AnyTagClassName
{
color: #7BC256;
}
</style>
background-color css
<style>
a { background-color: #7BC256; }
a { background-color: rgb(123,194,86); }
div.DivClassName
{
background-color: #7BC256;
}
.BgClassName
{
background-color: #7BC256;
}
</style>
border-color css
<style>
span { border-color: #7BC256; }
span { border-color: rgb(123,194,86); }
td.TdClassName
{
border-color: #7BC256;
}
.TagClassName
{
border-color: #7BC256;
}
</style>