Shades of Mantis #7BCC49
Tints of Mantis #7BCC49
RGB
CMYK
RGB Variations
Color information
#7BCC49 (or 0x7BCC49) is known color: Mantis. HEX triplet: 7B, CC and 49. RGB value is (123,204,73). Sum of RGB (Red+Green+Blue) = 123+204+73=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC49 is #8433B6. Grayscale: #A5A5A5. Windows color (decimal): -8663991 or 4836475. OLE color: 4836475.
HSL color Cylindrical-coordinate representation of color #7BCC49: hue angle of 97.1º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BCC49 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 73 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.2 |
| HSL | 97.1º | 0.56% | 0.54% | - |
| HSV(B) | 97.1º | 0.64% | 0.8% | - |
| XYZ | 30.96 | 47.88 | 13.91 | - |
| YUV | 164.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 73 | 0.40 | 0 | 0.64 | 0.2 | 97.1 | 0.56 | 0.54 |
| Hex | 7B | CC | 49 | 28 | 0 | 40 | 14 | 61 | 38 | 36 |
| Octal | 173 | 314 | 111 | 50 | 0 | 100 | 24 | 141 | 70 | 66 |
| Binary | 1111011 | 11001100 | 1001001 | 101000 | 0 | 1000000 | 10100 | 1100001 | 111000 | 110110 |
Color Harmonies of #7BCC49
Complementary color
Monochromatic Colors of #7BCC49
Black with #7BCC49
Text Example
Text Example
White with #7BCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC49; }
p { color: rgb(123,204,73); }
H1.HeaderClassName
{
color: #7BCC49;
}
.AnyTagClassName
{
color: #7BCC49;
}
</style>
background-color css
<style>
a { background-color: #7BCC49; }
a { background-color: rgb(123,204,73); }
div.DivClassName
{
background-color: #7BCC49;
}
.BgClassName
{
background-color: #7BCC49;
}
</style>
border-color css
<style>
span { border-color: #7BCC49; }
span { border-color: rgb(123,204,73); }
td.TdClassName
{
border-color: #7BCC49;
}
.TagClassName
{
border-color: #7BCC49;
}
</style>