Shades of Mantis #7BD249
Tints of Mantis #7BD249
RGB
CMYK
RGB Variations
Color information
#7BD249 (or 0x7BD249) is known color: Mantis. HEX triplet: 7B, D2 and 49. RGB value is (123,210,73). Sum of RGB (Red+Green+Blue) = 123+210+73=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD249 is #842DB6. Grayscale: #A8A8A8. Windows color (decimal): -8662455 or 4838011. OLE color: 4838011.
HSL color Cylindrical-coordinate representation of color #7BD249: hue angle of 98.1º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BD249 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 73 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.18 |
| HSL | 98.1º | 0.6% | 0.55% | - |
| HSV(B) | 98.1º | 0.65% | 0.82% | - |
| XYZ | 32.42 | 50.79 | 14.4 | - |
| YUV | 168.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 73 | 0.41 | 0 | 0.65 | 0.18 | 98.1 | 0.6 | 0.55 |
| Hex | 7B | D2 | 49 | 29 | 0 | 41 | 12 | 62 | 3C | 37 |
| Octal | 173 | 322 | 111 | 51 | 0 | 101 | 22 | 142 | 74 | 67 |
| Binary | 1111011 | 11010010 | 1001001 | 101001 | 0 | 1000001 | 10010 | 1100010 | 111100 | 110111 |
Color Harmonies of #7BD249
Complementary color
Monochromatic Colors of #7BD249
Black with #7BD249
Text Example
Text Example
White with #7BD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD249; }
p { color: rgb(123,210,73); }
H1.HeaderClassName
{
color: #7BD249;
}
.AnyTagClassName
{
color: #7BD249;
}
</style>
background-color css
<style>
a { background-color: #7BD249; }
a { background-color: rgb(123,210,73); }
div.DivClassName
{
background-color: #7BD249;
}
.BgClassName
{
background-color: #7BD249;
}
</style>
border-color css
<style>
span { border-color: #7BD249; }
span { border-color: rgb(123,210,73); }
td.TdClassName
{
border-color: #7BD249;
}
.TagClassName
{
border-color: #7BD249;
}
</style>