Shades of Mantis #7BC255
Tints of Mantis #7BC255
RGB
CMYK
RGB Variations
Color information
#7BC255 (or 0x7BC255) is known color: Mantis. HEX triplet: 7B, C2 and 55. RGB value is (123,194,85). Sum of RGB (Red+Green+Blue) = 123+194+85=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC255 is #843DAA. Grayscale: #A0A0A0. Windows color (decimal): -8666539 or 5620347. OLE color: 5620347.
HSL color Cylindrical-coordinate representation of color #7BC255: hue angle of 99.08º 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 #7BC255 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 85 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.24 |
| HSL | 99.08º | 0.47% | 0.55% | - |
| HSV(B) | 99.08º | 0.56% | 0.76% | - |
| XYZ | 29.1 | 43.45 | 15.45 | - |
| YUV | 160.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 85 | 0.37 | 0 | 0.56 | 0.24 | 99.08 | 0.47 | 0.55 |
| Hex | 7B | C2 | 55 | 25 | 0 | 38 | 18 | 63 | 2F | 37 |
| Octal | 173 | 302 | 125 | 45 | 0 | 70 | 30 | 143 | 57 | 67 |
| Binary | 1111011 | 11000010 | 1010101 | 100101 | 0 | 111000 | 11000 | 1100011 | 101111 | 110111 |
Color Harmonies of #7BC255
Complementary color
Monochromatic Colors of #7BC255
Black with #7BC255
Text Example
Text Example
White with #7BC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC255; }
p { color: rgb(123,194,85); }
H1.HeaderClassName
{
color: #7BC255;
}
.AnyTagClassName
{
color: #7BC255;
}
</style>
background-color css
<style>
a { background-color: #7BC255; }
a { background-color: rgb(123,194,85); }
div.DivClassName
{
background-color: #7BC255;
}
.BgClassName
{
background-color: #7BC255;
}
</style>
border-color css
<style>
span { border-color: #7BC255; }
span { border-color: rgb(123,194,85); }
td.TdClassName
{
border-color: #7BC255;
}
.TagClassName
{
border-color: #7BC255;
}
</style>