Shades of Mantis #7CBF47
Tints of Mantis #7CBF47
RGB
CMYK
RGB Variations
Color information
#7CBF47 (or 0x7CBF47) is known color: Mantis. HEX triplet: 7C, BF and 47. RGB value is (124,191,71). Sum of RGB (Red+Green+Blue) = 124+191+71=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF47 is #8340B8. Grayscale: #9D9D9D. Windows color (decimal): -8601785 or 4702076. OLE color: 4702076.
HSL color Cylindrical-coordinate representation of color #7CBF47: hue angle of 93.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CBF47 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 71 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.25 |
| HSL | 93.5º | 0.48% | 0.51% | - |
| HSV(B) | 93.5º | 0.63% | 0.75% | - |
| XYZ | 28.08 | 42 | 12.59 | - |
| YUV | 157.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 71 | 0.35 | 0 | 0.63 | 0.25 | 93.5 | 0.48 | 0.51 |
| Hex | 7C | BF | 47 | 23 | 0 | 3F | 19 | 5E | 30 | 33 |
| Octal | 174 | 277 | 107 | 43 | 0 | 77 | 31 | 136 | 60 | 63 |
| Binary | 1111100 | 10111111 | 1000111 | 100011 | 0 | 111111 | 11001 | 1011110 | 110000 | 110011 |
Color Harmonies of #7CBF47
Complementary color
Monochromatic Colors of #7CBF47
Black with #7CBF47
Text Example
Text Example
White with #7CBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF47; }
p { color: rgb(124,191,71); }
H1.HeaderClassName
{
color: #7CBF47;
}
.AnyTagClassName
{
color: #7CBF47;
}
</style>
background-color css
<style>
a { background-color: #7CBF47; }
a { background-color: rgb(124,191,71); }
div.DivClassName
{
background-color: #7CBF47;
}
.BgClassName
{
background-color: #7CBF47;
}
</style>
border-color css
<style>
span { border-color: #7CBF47; }
span { border-color: rgb(124,191,71); }
td.TdClassName
{
border-color: #7CBF47;
}
.TagClassName
{
border-color: #7CBF47;
}
</style>