Shades of Mantis #7FBE70
Tints of Mantis #7FBE70
RGB
CMYK
RGB Variations
Color information
#7FBE70 (or 0x7FBE70) is known color: Mantis. HEX triplet: 7F, BE and 70. RGB value is (127,190,112). Sum of RGB (Red+Green+Blue) = 127+190+112=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE70 is #80418F. Grayscale: #A2A2A2. Windows color (decimal): -8405392 or 7388799. OLE color: 7388799.
HSL color Cylindrical-coordinate representation of color #7FBE70: hue angle of 108.46º degrees, saturation: 0.38, 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 #7FBE70 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 112 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.25 |
| HSL | 108.46º | 0.38% | 0.59% | - |
| HSV(B) | 108.46º | 0.41% | 0.75% | - |
| XYZ | 30.09 | 42.51 | 21.95 | - |
| YUV | 162.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 112 | 0.33 | 0 | 0.41 | 0.25 | 108.46 | 0.38 | 0.59 |
| Hex | 7F | BE | 70 | 21 | 0 | 29 | 19 | 6C | 26 | 3B |
| Octal | 177 | 276 | 160 | 41 | 0 | 51 | 31 | 154 | 46 | 73 |
| Binary | 1111111 | 10111110 | 1110000 | 100001 | 0 | 101001 | 11001 | 1101100 | 100110 | 111011 |
Color Harmonies of #7FBE70
Complementary color
Monochromatic Colors of #7FBE70
Black with #7FBE70
Text Example
Text Example
White with #7FBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE70; }
p { color: rgb(127,190,112); }
H1.HeaderClassName
{
color: #7FBE70;
}
.AnyTagClassName
{
color: #7FBE70;
}
</style>
background-color css
<style>
a { background-color: #7FBE70; }
a { background-color: rgb(127,190,112); }
div.DivClassName
{
background-color: #7FBE70;
}
.BgClassName
{
background-color: #7FBE70;
}
</style>
border-color css
<style>
span { border-color: #7FBE70; }
span { border-color: rgb(127,190,112); }
td.TdClassName
{
border-color: #7FBE70;
}
.TagClassName
{
border-color: #7FBE70;
}
</style>