Shades of Mantis #7FBE62
Tints of Mantis #7FBE62
RGB
CMYK
RGB Variations
Color information
#7FBE62 (or 0x7FBE62) is known color: Mantis. HEX triplet: 7F, BE and 62. RGB value is (127,190,98). Sum of RGB (Red+Green+Blue) = 127+190+98=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE62 is #80419D. Grayscale: #A0A0A0. Windows color (decimal): -8405406 or 6471295. OLE color: 6471295.
HSL color Cylindrical-coordinate representation of color #7FBE62: hue angle of 101.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FBE62 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 98 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.25 |
| HSL | 101.09º | 0.41% | 0.56% | - |
| HSV(B) | 101.09º | 0.48% | 0.75% | - |
| XYZ | 29.37 | 42.22 | 18.16 | - |
| YUV | 160.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 98 | 0.33 | 0 | 0.48 | 0.25 | 101.09 | 0.41 | 0.56 |
| Hex | 7F | BE | 62 | 21 | 0 | 30 | 19 | 65 | 29 | 38 |
| Octal | 177 | 276 | 142 | 41 | 0 | 60 | 31 | 145 | 51 | 70 |
| Binary | 1111111 | 10111110 | 1100010 | 100001 | 0 | 110000 | 11001 | 1100101 | 101001 | 111000 |
Color Harmonies of #7FBE62
Complementary color
Monochromatic Colors of #7FBE62
Black with #7FBE62
Text Example
Text Example
White with #7FBE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE62; }
p { color: rgb(127,190,98); }
H1.HeaderClassName
{
color: #7FBE62;
}
.AnyTagClassName
{
color: #7FBE62;
}
</style>
background-color css
<style>
a { background-color: #7FBE62; }
a { background-color: rgb(127,190,98); }
div.DivClassName
{
background-color: #7FBE62;
}
.BgClassName
{
background-color: #7FBE62;
}
</style>
border-color css
<style>
span { border-color: #7FBE62; }
span { border-color: rgb(127,190,98); }
td.TdClassName
{
border-color: #7FBE62;
}
.TagClassName
{
border-color: #7FBE62;
}
</style>