Shades of Mantis #7BDA49
Tints of Mantis #7BDA49
RGB
CMYK
RGB Variations
Color information
#7BDA49 (or 0x7BDA49) is known color: Mantis. HEX triplet: 7B, DA and 49. RGB value is (123,218,73). Sum of RGB (Red+Green+Blue) = 123+218+73=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDA49 is #8425B6. Grayscale: #ADADAD. Windows color (decimal): -8660407 or 4840059. OLE color: 4840059.
HSL color Cylindrical-coordinate representation of color #7BDA49: hue angle of 99.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BDA49 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 73 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.15 |
| HSL | 99.31º | 0.66% | 0.57% | - |
| HSV(B) | 99.31º | 0.67% | 0.85% | - |
| XYZ | 34.44 | 54.83 | 15.07 | - |
| YUV | 173.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 73 | 0.44 | 0 | 0.67 | 0.15 | 99.31 | 0.66 | 0.57 |
| Hex | 7B | DA | 49 | 2C | 0 | 43 | F | 63 | 42 | 39 |
| Octal | 173 | 332 | 111 | 54 | 0 | 103 | 17 | 143 | 102 | 71 |
| Binary | 1111011 | 11011010 | 1001001 | 101100 | 0 | 1000011 | 1111 | 1100011 | 1000010 | 111001 |
Color Harmonies of #7BDA49
Complementary color
Monochromatic Colors of #7BDA49
Black with #7BDA49
Text Example
Text Example
White with #7BDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA49; }
p { color: rgb(123,218,73); }
H1.HeaderClassName
{
color: #7BDA49;
}
.AnyTagClassName
{
color: #7BDA49;
}
</style>
background-color css
<style>
a { background-color: #7BDA49; }
a { background-color: rgb(123,218,73); }
div.DivClassName
{
background-color: #7BDA49;
}
.BgClassName
{
background-color: #7BDA49;
}
</style>
border-color css
<style>
span { border-color: #7BDA49; }
span { border-color: rgb(123,218,73); }
td.TdClassName
{
border-color: #7BDA49;
}
.TagClassName
{
border-color: #7BDA49;
}
</style>