Shades of Mantis #7BDC4D
Tints of Mantis #7BDC4D
RGB
CMYK
RGB Variations
Color information
#7BDC4D (or 0x7BDC4D) is known color: Mantis. HEX triplet: 7B, DC and 4D. RGB value is (123,220,77). Sum of RGB (Red+Green+Blue) = 123+220+77=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDC4D is #8423B2. Grayscale: #AFAFAF. Windows color (decimal): -8659891 or 5102715. OLE color: 5102715.
HSL color Cylindrical-coordinate representation of color #7BDC4D: hue angle of 100.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BDC4D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 77 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.14 |
| HSL | 100.7º | 0.67% | 0.58% | - |
| HSV(B) | 100.7º | 0.65% | 0.86% | - |
| XYZ | 35.1 | 55.93 | 15.97 | - |
| YUV | 174.7 | 72.86 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 77 | 0.44 | 0 | 0.65 | 0.14 | 100.7 | 0.67 | 0.58 |
| Hex | 7B | DC | 4D | 2C | 0 | 41 | E | 65 | 43 | 3A |
| Octal | 173 | 334 | 115 | 54 | 0 | 101 | 16 | 145 | 103 | 72 |
| Binary | 1111011 | 11011100 | 1001101 | 101100 | 0 | 1000001 | 1110 | 1100101 | 1000011 | 111010 |
Color Harmonies of #7BDC4D
Complementary color
Monochromatic Colors of #7BDC4D
Black with #7BDC4D
Text Example
Text Example
White with #7BDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC4D; }
p { color: rgb(123,220,77); }
H1.HeaderClassName
{
color: #7BDC4D;
}
.AnyTagClassName
{
color: #7BDC4D;
}
</style>
background-color css
<style>
a { background-color: #7BDC4D; }
a { background-color: rgb(123,220,77); }
div.DivClassName
{
background-color: #7BDC4D;
}
.BgClassName
{
background-color: #7BDC4D;
}
</style>
border-color css
<style>
span { border-color: #7BDC4D; }
span { border-color: rgb(123,220,77); }
td.TdClassName
{
border-color: #7BDC4D;
}
.TagClassName
{
border-color: #7BDC4D;
}
</style>