Shades of Mantis #7CBF4E
Tints of Mantis #7CBF4E
RGB
CMYK
RGB Variations
Color information
#7CBF4E (or 0x7CBF4E) is known color: Mantis. HEX triplet: 7C, BF and 4E. RGB value is (124,191,78). Sum of RGB (Red+Green+Blue) = 124+191+78=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF4E is #8340B1. Grayscale: #9E9E9E. Windows color (decimal): -8601778 or 5160828. OLE color: 5160828.
HSL color Cylindrical-coordinate representation of color #7CBF4E: hue angle of 95.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CBF4E is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 78 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.25 |
| HSL | 95.58º | 0.47% | 0.53% | - |
| HSV(B) | 95.58º | 0.59% | 0.75% | - |
| XYZ | 28.32 | 42.1 | 13.84 | - |
| YUV | 158.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 78 | 0.35 | 0 | 0.59 | 0.25 | 95.58 | 0.47 | 0.53 |
| Hex | 7C | BF | 4E | 23 | 0 | 3B | 19 | 60 | 2F | 35 |
| Octal | 174 | 277 | 116 | 43 | 0 | 73 | 31 | 140 | 57 | 65 |
| Binary | 1111100 | 10111111 | 1001110 | 100011 | 0 | 111011 | 11001 | 1100000 | 101111 | 110101 |
Color Harmonies of #7CBF4E
Complementary color
Monochromatic Colors of #7CBF4E
Black with #7CBF4E
Text Example
Text Example
White with #7CBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF4E; }
p { color: rgb(124,191,78); }
H1.HeaderClassName
{
color: #7CBF4E;
}
.AnyTagClassName
{
color: #7CBF4E;
}
</style>
background-color css
<style>
a { background-color: #7CBF4E; }
a { background-color: rgb(124,191,78); }
div.DivClassName
{
background-color: #7CBF4E;
}
.BgClassName
{
background-color: #7CBF4E;
}
</style>
border-color css
<style>
span { border-color: #7CBF4E; }
span { border-color: rgb(124,191,78); }
td.TdClassName
{
border-color: #7CBF4E;
}
.TagClassName
{
border-color: #7CBF4E;
}
</style>