Shades of Mantis #7CBE71
Tints of Mantis #7CBE71
RGB
CMYK
RGB Variations
Color information
#7CBE71 (or 0x7CBE71) is known color: Mantis. HEX triplet: 7C, BE and 71. RGB value is (124,190,113). Sum of RGB (Red+Green+Blue) = 124+190+113=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE71 is #83418E. Grayscale: #A1A1A1. Windows color (decimal): -8601999 or 7454332. OLE color: 7454332.
HSL color Cylindrical-coordinate representation of color #7CBE71: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBE71 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 113 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.25 |
| HSL | 111.43º | 0.37% | 0.59% | - |
| HSV(B) | 111.43º | 0.41% | 0.75% | - |
| XYZ | 29.71 | 42.3 | 22.22 | - |
| YUV | 161.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 113 | 0.35 | 0 | 0.41 | 0.25 | 111.43 | 0.37 | 0.59 |
| Hex | 7C | BE | 71 | 23 | 0 | 29 | 19 | 6F | 25 | 3B |
| Octal | 174 | 276 | 161 | 43 | 0 | 51 | 31 | 157 | 45 | 73 |
| Binary | 1111100 | 10111110 | 1110001 | 100011 | 0 | 101001 | 11001 | 1101111 | 100101 | 111011 |
Color Harmonies of #7CBE71
Complementary color
Monochromatic Colors of #7CBE71
Black with #7CBE71
Text Example
Text Example
White with #7CBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE71; }
p { color: rgb(124,190,113); }
H1.HeaderClassName
{
color: #7CBE71;
}
.AnyTagClassName
{
color: #7CBE71;
}
</style>
background-color css
<style>
a { background-color: #7CBE71; }
a { background-color: rgb(124,190,113); }
div.DivClassName
{
background-color: #7CBE71;
}
.BgClassName
{
background-color: #7CBE71;
}
</style>
border-color css
<style>
span { border-color: #7CBE71; }
span { border-color: rgb(124,190,113); }
td.TdClassName
{
border-color: #7CBE71;
}
.TagClassName
{
border-color: #7CBE71;
}
</style>