Shades of Mantis #7EBF5C
Tints of Mantis #7EBF5C
RGB
CMYK
RGB Variations
Color information
#7EBF5C (or 0x7EBF5C) is known color: Mantis. HEX triplet: 7E, BF and 5C. RGB value is (126,191,92). Sum of RGB (Red+Green+Blue) = 126+191+92=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF5C is #8140A3. Grayscale: #A0A0A0. Windows color (decimal): -8470692 or 6078334. OLE color: 6078334.
HSL color Cylindrical-coordinate representation of color #7EBF5C: hue angle of 99.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EBF5C is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 92 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.25 |
| HSL | 99.39º | 0.44% | 0.55% | - |
| HSV(B) | 99.39º | 0.52% | 0.75% | - |
| XYZ | 29.17 | 42.47 | 16.79 | - |
| YUV | 160.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 92 | 0.34 | 0 | 0.52 | 0.25 | 99.39 | 0.44 | 0.55 |
| Hex | 7E | BF | 5C | 22 | 0 | 34 | 19 | 63 | 2C | 37 |
| Octal | 176 | 277 | 134 | 42 | 0 | 64 | 31 | 143 | 54 | 67 |
| Binary | 1111110 | 10111111 | 1011100 | 100010 | 0 | 110100 | 11001 | 1100011 | 101100 | 110111 |
Color Harmonies of #7EBF5C
Complementary color
Monochromatic Colors of #7EBF5C
Black with #7EBF5C
Text Example
Text Example
White with #7EBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF5C; }
p { color: rgb(126,191,92); }
H1.HeaderClassName
{
color: #7EBF5C;
}
.AnyTagClassName
{
color: #7EBF5C;
}
</style>
background-color css
<style>
a { background-color: #7EBF5C; }
a { background-color: rgb(126,191,92); }
div.DivClassName
{
background-color: #7EBF5C;
}
.BgClassName
{
background-color: #7EBF5C;
}
</style>
border-color css
<style>
span { border-color: #7EBF5C; }
span { border-color: rgb(126,191,92); }
td.TdClassName
{
border-color: #7EBF5C;
}
.TagClassName
{
border-color: #7EBF5C;
}
</style>