Shades of Mantis #7BD140
Tints of Mantis #7BD140
RGB
CMYK
RGB Variations
Color information
#7BD140 (or 0x7BD140) is known color: Mantis. HEX triplet: 7B, D1 and 40. RGB value is (123,209,64). Sum of RGB (Red+Green+Blue) = 123+209+64=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #7BD140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD140 is #842EBF. Grayscale: #A7A7A7. Windows color (decimal): -8662720 or 4247931. OLE color: 4247931.
HSL color Cylindrical-coordinate representation of color #7BD140: hue angle of 95.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BD140 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 209 | 64 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.18 |
| HSL | 95.59º | 0.61% | 0.54% | - |
| HSV(B) | 95.59º | 0.69% | 0.82% | - |
| XYZ | 31.89 | 50.18 | 12.86 | - |
| YUV | 166.76 | 70.01 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 209 | 64 | 0.41 | 0 | 0.69 | 0.18 | 95.59 | 0.61 | 0.54 |
| Hex | 7B | D1 | 40 | 29 | 0 | 45 | 12 | 60 | 3D | 36 |
| Octal | 173 | 321 | 100 | 51 | 0 | 105 | 22 | 140 | 75 | 66 |
| Binary | 1111011 | 11010001 | 1000000 | 101001 | 0 | 1000101 | 10010 | 1100000 | 111101 | 110110 |
Color Harmonies of #7BD140
Complementary color
Monochromatic Colors of #7BD140
Black with #7BD140
Text Example
Text Example
White with #7BD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD140; }
p { color: rgb(123,209,64); }
H1.HeaderClassName
{
color: #7BD140;
}
.AnyTagClassName
{
color: #7BD140;
}
</style>
background-color css
<style>
a { background-color: #7BD140; }
a { background-color: rgb(123,209,64); }
div.DivClassName
{
background-color: #7BD140;
}
.BgClassName
{
background-color: #7BD140;
}
</style>
border-color css
<style>
span { border-color: #7BD140; }
span { border-color: rgb(123,209,64); }
td.TdClassName
{
border-color: #7BD140;
}
.TagClassName
{
border-color: #7BD140;
}
</style>