Shades of Mantis #7BDF50
Tints of Mantis #7BDF50
RGB
CMYK
RGB Variations
Color information
#7BDF50 (or 0x7BDF50) is known color: Mantis. HEX triplet: 7B, DF and 50. RGB value is (123,223,80). Sum of RGB (Red+Green+Blue) = 123+223+80=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDF50 is #8420AF. Grayscale: #B1B1B1. Windows color (decimal): -8659120 or 5300091. OLE color: 5300091.
HSL color Cylindrical-coordinate representation of color #7BDF50: hue angle of 101.96º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BDF50 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 80 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.13 |
| HSL | 101.96º | 0.69% | 0.59% | - |
| HSV(B) | 101.96º | 0.64% | 0.87% | - |
| XYZ | 36 | 57.57 | 16.8 | - |
| YUV | 176.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 80 | 0.45 | 0 | 0.64 | 0.13 | 101.96 | 0.69 | 0.59 |
| Hex | 7B | DF | 50 | 2D | 0 | 40 | D | 66 | 45 | 3B |
| Octal | 173 | 337 | 120 | 55 | 0 | 100 | 15 | 146 | 105 | 73 |
| Binary | 1111011 | 11011111 | 1010000 | 101101 | 0 | 1000000 | 1101 | 1100110 | 1000101 | 111011 |
Color Harmonies of #7BDF50
Complementary color
Monochromatic Colors of #7BDF50
Black with #7BDF50
Text Example
Text Example
White with #7BDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF50; }
p { color: rgb(123,223,80); }
H1.HeaderClassName
{
color: #7BDF50;
}
.AnyTagClassName
{
color: #7BDF50;
}
</style>
background-color css
<style>
a { background-color: #7BDF50; }
a { background-color: rgb(123,223,80); }
div.DivClassName
{
background-color: #7BDF50;
}
.BgClassName
{
background-color: #7BDF50;
}
</style>
border-color css
<style>
span { border-color: #7BDF50; }
span { border-color: rgb(123,223,80); }
td.TdClassName
{
border-color: #7BDF50;
}
.TagClassName
{
border-color: #7BDF50;
}
</style>