Shades of Mantis #7BD556
Tints of Mantis #7BD556
RGB
CMYK
RGB Variations
Color information
#7BD556 (or 0x7BD556) is known color: Mantis. HEX triplet: 7B, D5 and 56. RGB value is (123,213,86). Sum of RGB (Red+Green+Blue) = 123+213+86=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD556 is #842AA9. Grayscale: #ACACAC. Windows color (decimal): -8661674 or 5690747. OLE color: 5690747.
HSL color Cylindrical-coordinate representation of color #7BD556: hue angle of 102.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BD556 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 86 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.16 |
| HSL | 102.52º | 0.6% | 0.59% | - |
| HSV(B) | 102.52º | 0.6% | 0.84% | - |
| XYZ | 33.64 | 52.47 | 17.16 | - |
| YUV | 171.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 86 | 0.42 | 0 | 0.60 | 0.16 | 102.52 | 0.6 | 0.59 |
| Hex | 7B | D5 | 56 | 2A | 0 | 3C | 10 | 67 | 3C | 3B |
| Octal | 173 | 325 | 126 | 52 | 0 | 74 | 20 | 147 | 74 | 73 |
| Binary | 1111011 | 11010101 | 1010110 | 101010 | 0 | 111100 | 10000 | 1100111 | 111100 | 111011 |
Color Harmonies of #7BD556
Complementary color
Monochromatic Colors of #7BD556
Black with #7BD556
Text Example
Text Example
White with #7BD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD556; }
p { color: rgb(123,213,86); }
H1.HeaderClassName
{
color: #7BD556;
}
.AnyTagClassName
{
color: #7BD556;
}
</style>
background-color css
<style>
a { background-color: #7BD556; }
a { background-color: rgb(123,213,86); }
div.DivClassName
{
background-color: #7BD556;
}
.BgClassName
{
background-color: #7BD556;
}
</style>
border-color css
<style>
span { border-color: #7BD556; }
span { border-color: rgb(123,213,86); }
td.TdClassName
{
border-color: #7BD556;
}
.TagClassName
{
border-color: #7BD556;
}
</style>