Shades of Mantis #7FBD63
Tints of Mantis #7FBD63
RGB
CMYK
RGB Variations
Color information
#7FBD63 (or 0x7FBD63) is known color: Mantis. HEX triplet: 7F, BD and 63. RGB value is (127,189,99). Sum of RGB (Red+Green+Blue) = 127+189+99=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD63 is #80429C. Grayscale: #A0A0A0. Windows color (decimal): -8405661 or 6536575. OLE color: 6536575.
HSL color Cylindrical-coordinate representation of color #7FBD63: hue angle of 101.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FBD63 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 99 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.26 |
| HSL | 101.33º | 0.41% | 0.56% | - |
| HSV(B) | 101.33º | 0.48% | 0.74% | - |
| XYZ | 29.2 | 41.81 | 18.34 | - |
| YUV | 160.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 99 | 0.33 | 0 | 0.48 | 0.26 | 101.33 | 0.41 | 0.56 |
| Hex | 7F | BD | 63 | 21 | 0 | 30 | 1A | 65 | 29 | 38 |
| Octal | 177 | 275 | 143 | 41 | 0 | 60 | 32 | 145 | 51 | 70 |
| Binary | 1111111 | 10111101 | 1100011 | 100001 | 0 | 110000 | 11010 | 1100101 | 101001 | 111000 |
Color Harmonies of #7FBD63
Complementary color
Monochromatic Colors of #7FBD63
Black with #7FBD63
Text Example
Text Example
White with #7FBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD63; }
p { color: rgb(127,189,99); }
H1.HeaderClassName
{
color: #7FBD63;
}
.AnyTagClassName
{
color: #7FBD63;
}
</style>
background-color css
<style>
a { background-color: #7FBD63; }
a { background-color: rgb(127,189,99); }
div.DivClassName
{
background-color: #7FBD63;
}
.BgClassName
{
background-color: #7FBD63;
}
</style>
border-color css
<style>
span { border-color: #7FBD63; }
span { border-color: rgb(127,189,99); }
td.TdClassName
{
border-color: #7FBD63;
}
.TagClassName
{
border-color: #7FBD63;
}
</style>