Shades of Mantis #7BD046
Tints of Mantis #7BD046
RGB
CMYK
RGB Variations
Color information
#7BD046 (or 0x7BD046) is known color: Mantis. HEX triplet: 7B, D0 and 46. RGB value is (123,208,70). Sum of RGB (Red+Green+Blue) = 123+208+70=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD046 is #842FB9. Grayscale: #A7A7A7. Windows color (decimal): -8662970 or 4640891. OLE color: 4640891.
HSL color Cylindrical-coordinate representation of color #7BD046: hue angle of 96.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BD046 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 70 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.18 |
| HSL | 96.96º | 0.59% | 0.55% | - |
| HSV(B) | 96.96º | 0.66% | 0.82% | - |
| XYZ | 31.83 | 49.76 | 13.72 | - |
| YUV | 166.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 70 | 0.41 | 0 | 0.66 | 0.18 | 96.96 | 0.59 | 0.55 |
| Hex | 7B | D0 | 46 | 29 | 0 | 42 | 12 | 61 | 3B | 37 |
| Octal | 173 | 320 | 106 | 51 | 0 | 102 | 22 | 141 | 73 | 67 |
| Binary | 1111011 | 11010000 | 1000110 | 101001 | 0 | 1000010 | 10010 | 1100001 | 111011 | 110111 |
Color Harmonies of #7BD046
Complementary color
Monochromatic Colors of #7BD046
Black with #7BD046
Text Example
Text Example
White with #7BD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD046; }
p { color: rgb(123,208,70); }
H1.HeaderClassName
{
color: #7BD046;
}
.AnyTagClassName
{
color: #7BD046;
}
</style>
background-color css
<style>
a { background-color: #7BD046; }
a { background-color: rgb(123,208,70); }
div.DivClassName
{
background-color: #7BD046;
}
.BgClassName
{
background-color: #7BD046;
}
</style>
border-color css
<style>
span { border-color: #7BD046; }
span { border-color: rgb(123,208,70); }
td.TdClassName
{
border-color: #7BD046;
}
.TagClassName
{
border-color: #7BD046;
}
</style>