Shades of Mantis #7BC750
Tints of Mantis #7BC750
RGB
CMYK
RGB Variations
Color information
#7BC750 (or 0x7BC750) is known color: Mantis. HEX triplet: 7B, C7 and 50. RGB value is (123,199,80). Sum of RGB (Red+Green+Blue) = 123+199+80=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC750 is #8438AF. Grayscale: #A3A3A3. Windows color (decimal): -8665264 or 5293947. OLE color: 5293947.
HSL color Cylindrical-coordinate representation of color #7BC750: hue angle of 98.32º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BC750 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 199 | 80 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.22 |
| HSL | 98.32º | 0.52% | 0.55% | - |
| HSV(B) | 98.32º | 0.6% | 0.78% | - |
| XYZ | 30.04 | 45.64 | 14.81 | - |
| YUV | 162.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 199 | 80 | 0.38 | 0 | 0.60 | 0.22 | 98.32 | 0.52 | 0.55 |
| Hex | 7B | C7 | 50 | 26 | 0 | 3C | 16 | 62 | 34 | 37 |
| Octal | 173 | 307 | 120 | 46 | 0 | 74 | 26 | 142 | 64 | 67 |
| Binary | 1111011 | 11000111 | 1010000 | 100110 | 0 | 111100 | 10110 | 1100010 | 110100 | 110111 |
Color Harmonies of #7BC750
Complementary color
Monochromatic Colors of #7BC750
Black with #7BC750
Text Example
Text Example
White with #7BC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC750; }
p { color: rgb(123,199,80); }
H1.HeaderClassName
{
color: #7BC750;
}
.AnyTagClassName
{
color: #7BC750;
}
</style>
background-color css
<style>
a { background-color: #7BC750; }
a { background-color: rgb(123,199,80); }
div.DivClassName
{
background-color: #7BC750;
}
.BgClassName
{
background-color: #7BC750;
}
</style>
border-color css
<style>
span { border-color: #7BC750; }
span { border-color: rgb(123,199,80); }
td.TdClassName
{
border-color: #7BC750;
}
.TagClassName
{
border-color: #7BC750;
}
</style>