Shades of Mantis #7BDF4D
Tints of Mantis #7BDF4D
RGB
CMYK
RGB Variations
Color information
#7BDF4D (or 0x7BDF4D) is known color: Mantis. HEX triplet: 7B, DF and 4D. RGB value is (123,223,77). Sum of RGB (Red+Green+Blue) = 123+223+77=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDF4D is #8420B2. Grayscale: #B0B0B0. Windows color (decimal): -8659123 or 5103483. OLE color: 5103483.
HSL color Cylindrical-coordinate representation of color #7BDF4D: hue angle of 101.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BDF4D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 77 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.13 |
| HSL | 101.1º | 0.7% | 0.59% | - |
| HSV(B) | 101.1º | 0.65% | 0.87% | - |
| XYZ | 35.9 | 57.52 | 16.23 | - |
| YUV | 176.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 77 | 0.45 | 0 | 0.65 | 0.13 | 101.1 | 0.7 | 0.59 |
| Hex | 7B | DF | 4D | 2D | 0 | 41 | D | 65 | 46 | 3B |
| Octal | 173 | 337 | 115 | 55 | 0 | 101 | 15 | 145 | 106 | 73 |
| Binary | 1111011 | 11011111 | 1001101 | 101101 | 0 | 1000001 | 1101 | 1100101 | 1000110 | 111011 |
Color Harmonies of #7BDF4D
Complementary color
Monochromatic Colors of #7BDF4D
Black with #7BDF4D
Text Example
Text Example
White with #7BDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF4D; }
p { color: rgb(123,223,77); }
H1.HeaderClassName
{
color: #7BDF4D;
}
.AnyTagClassName
{
color: #7BDF4D;
}
</style>
background-color css
<style>
a { background-color: #7BDF4D; }
a { background-color: rgb(123,223,77); }
div.DivClassName
{
background-color: #7BDF4D;
}
.BgClassName
{
background-color: #7BDF4D;
}
</style>
border-color css
<style>
span { border-color: #7BDF4D; }
span { border-color: rgb(123,223,77); }
td.TdClassName
{
border-color: #7BDF4D;
}
.TagClassName
{
border-color: #7BDF4D;
}
</style>