Shades of Mantis #7FCB5B
Tints of Mantis #7FCB5B
RGB
CMYK
RGB Variations
Color information
#7FCB5B (or 0x7FCB5B) is known color: Mantis. HEX triplet: 7F, CB and 5B. RGB value is (127,203,91). Sum of RGB (Red+Green+Blue) = 127+203+91=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB5B is #8034A4. Grayscale: #A7A7A7. Windows color (decimal): -8402085 or 6015871. OLE color: 6015871.
HSL color Cylindrical-coordinate representation of color #7FCB5B: hue angle of 100.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FCB5B is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 91 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.20 |
| HSL | 100.71º | 0.52% | 0.58% | - |
| HSV(B) | 100.71º | 0.55% | 0.8% | - |
| XYZ | 32 | 47.98 | 17.47 | - |
| YUV | 167.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 91 | 0.37 | 0 | 0.55 | 0.20 | 100.71 | 0.52 | 0.58 |
| Hex | 7F | CB | 5B | 25 | 0 | 37 | 14 | 65 | 34 | 3A |
| Octal | 177 | 313 | 133 | 45 | 0 | 67 | 24 | 145 | 64 | 72 |
| Binary | 1111111 | 11001011 | 1011011 | 100101 | 0 | 110111 | 10100 | 1100101 | 110100 | 111010 |
Color Harmonies of #7FCB5B
Complementary color
Monochromatic Colors of #7FCB5B
Black with #7FCB5B
Text Example
Text Example
White with #7FCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB5B; }
p { color: rgb(127,203,91); }
H1.HeaderClassName
{
color: #7FCB5B;
}
.AnyTagClassName
{
color: #7FCB5B;
}
</style>
background-color css
<style>
a { background-color: #7FCB5B; }
a { background-color: rgb(127,203,91); }
div.DivClassName
{
background-color: #7FCB5B;
}
.BgClassName
{
background-color: #7FCB5B;
}
</style>
border-color css
<style>
span { border-color: #7FCB5B; }
span { border-color: rgb(127,203,91); }
td.TdClassName
{
border-color: #7FCB5B;
}
.TagClassName
{
border-color: #7FCB5B;
}
</style>