Shades of Mantis #7FCA5C
Tints of Mantis #7FCA5C
RGB
CMYK
RGB Variations
Color information
#7FCA5C (or 0x7FCA5C) is known color: Mantis. HEX triplet: 7F, CA and 5C. RGB value is (127,202,92). Sum of RGB (Red+Green+Blue) = 127+202+92=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA5C is #8035A3. Grayscale: #A7A7A7. Windows color (decimal): -8402340 or 6081151. OLE color: 6081151.
HSL color Cylindrical-coordinate representation of color #7FCA5C: hue angle of 100.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FCA5C is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 92 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.21 |
| HSL | 100.91º | 0.51% | 0.58% | - |
| HSV(B) | 100.91º | 0.54% | 0.79% | - |
| XYZ | 31.8 | 47.53 | 17.62 | - |
| YUV | 167.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 92 | 0.37 | 0 | 0.54 | 0.21 | 100.91 | 0.51 | 0.58 |
| Hex | 7F | CA | 5C | 25 | 0 | 36 | 15 | 65 | 33 | 3A |
| Octal | 177 | 312 | 134 | 45 | 0 | 66 | 25 | 145 | 63 | 72 |
| Binary | 1111111 | 11001010 | 1011100 | 100101 | 0 | 110110 | 10101 | 1100101 | 110011 | 111010 |
Color Harmonies of #7FCA5C
Complementary color
Monochromatic Colors of #7FCA5C
Black with #7FCA5C
Text Example
Text Example
White with #7FCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA5C; }
p { color: rgb(127,202,92); }
H1.HeaderClassName
{
color: #7FCA5C;
}
.AnyTagClassName
{
color: #7FCA5C;
}
</style>
background-color css
<style>
a { background-color: #7FCA5C; }
a { background-color: rgb(127,202,92); }
div.DivClassName
{
background-color: #7FCA5C;
}
.BgClassName
{
background-color: #7FCA5C;
}
</style>
border-color css
<style>
span { border-color: #7FCA5C; }
span { border-color: rgb(127,202,92); }
td.TdClassName
{
border-color: #7FCA5C;
}
.TagClassName
{
border-color: #7FCA5C;
}
</style>