Shades of Mantis #7FCA5F
Tints of Mantis #7FCA5F
RGB
CMYK
RGB Variations
Color information
#7FCA5F (or 0x7FCA5F) is known color: Mantis. HEX triplet: 7F, CA and 5F. RGB value is (127,202,95). Sum of RGB (Red+Green+Blue) = 127+202+95=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA5F is #8035A0. Grayscale: #A7A7A7. Windows color (decimal): -8402337 or 6277759. OLE color: 6277759.
HSL color Cylindrical-coordinate representation of color #7FCA5F: hue angle of 102.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FCA5F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 95 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.21 |
| HSL | 102.06º | 0.5% | 0.58% | - |
| HSV(B) | 102.06º | 0.53% | 0.79% | - |
| XYZ | 31.94 | 47.58 | 18.33 | - |
| YUV | 167.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 95 | 0.37 | 0 | 0.53 | 0.21 | 102.06 | 0.5 | 0.58 |
| Hex | 7F | CA | 5F | 25 | 0 | 35 | 15 | 66 | 32 | 3A |
| Octal | 177 | 312 | 137 | 45 | 0 | 65 | 25 | 146 | 62 | 72 |
| Binary | 1111111 | 11001010 | 1011111 | 100101 | 0 | 110101 | 10101 | 1100110 | 110010 | 111010 |
Color Harmonies of #7FCA5F
Complementary color
Monochromatic Colors of #7FCA5F
Black with #7FCA5F
Text Example
Text Example
White with #7FCA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA5F; }
p { color: rgb(127,202,95); }
H1.HeaderClassName
{
color: #7FCA5F;
}
.AnyTagClassName
{
color: #7FCA5F;
}
</style>
background-color css
<style>
a { background-color: #7FCA5F; }
a { background-color: rgb(127,202,95); }
div.DivClassName
{
background-color: #7FCA5F;
}
.BgClassName
{
background-color: #7FCA5F;
}
</style>
border-color css
<style>
span { border-color: #7FCA5F; }
span { border-color: rgb(127,202,95); }
td.TdClassName
{
border-color: #7FCA5F;
}
.TagClassName
{
border-color: #7FCA5F;
}
</style>