Shades of Mantis #7CBF4D
Tints of Mantis #7CBF4D
RGB
CMYK
RGB Variations
Color information
#7CBF4D (or 0x7CBF4D) is known color: Mantis. HEX triplet: 7C, BF and 4D. RGB value is (124,191,77). Sum of RGB (Red+Green+Blue) = 124+191+77=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF4D is #8340B2. Grayscale: #9E9E9E. Windows color (decimal): -8601779 or 5095292. OLE color: 5095292.
HSL color Cylindrical-coordinate representation of color #7CBF4D: hue angle of 95.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CBF4D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 77 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.25 |
| HSL | 95.26º | 0.47% | 0.53% | - |
| HSV(B) | 95.26º | 0.6% | 0.75% | - |
| XYZ | 28.28 | 42.08 | 13.65 | - |
| YUV | 157.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 77 | 0.35 | 0 | 0.60 | 0.25 | 95.26 | 0.47 | 0.53 |
| Hex | 7C | BF | 4D | 23 | 0 | 3C | 19 | 5F | 2F | 35 |
| Octal | 174 | 277 | 115 | 43 | 0 | 74 | 31 | 137 | 57 | 65 |
| Binary | 1111100 | 10111111 | 1001101 | 100011 | 0 | 111100 | 11001 | 1011111 | 101111 | 110101 |
Color Harmonies of #7CBF4D
Complementary color
Monochromatic Colors of #7CBF4D
Black with #7CBF4D
Text Example
Text Example
White with #7CBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF4D; }
p { color: rgb(124,191,77); }
H1.HeaderClassName
{
color: #7CBF4D;
}
.AnyTagClassName
{
color: #7CBF4D;
}
</style>
background-color css
<style>
a { background-color: #7CBF4D; }
a { background-color: rgb(124,191,77); }
div.DivClassName
{
background-color: #7CBF4D;
}
.BgClassName
{
background-color: #7CBF4D;
}
</style>
border-color css
<style>
span { border-color: #7CBF4D; }
span { border-color: rgb(124,191,77); }
td.TdClassName
{
border-color: #7CBF4D;
}
.TagClassName
{
border-color: #7CBF4D;
}
</style>