Shades of Mantis #7FCA5A
Tints of Mantis #7FCA5A
RGB
CMYK
RGB Variations
Color information
#7FCA5A (or 0x7FCA5A) is known color: Mantis. HEX triplet: 7F, CA and 5A. RGB value is (127,202,90). Sum of RGB (Red+Green+Blue) = 127+202+90=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA5A is #8035A5. Grayscale: #A7A7A7. Windows color (decimal): -8402342 or 5950079. OLE color: 5950079.
HSL color Cylindrical-coordinate representation of color #7FCA5A: hue angle of 100.18º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FCA5A is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 90 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.21 |
| HSL | 100.18º | 0.51% | 0.57% | - |
| HSV(B) | 100.18º | 0.55% | 0.79% | - |
| XYZ | 31.72 | 47.49 | 17.17 | - |
| YUV | 166.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 90 | 0.37 | 0 | 0.55 | 0.21 | 100.18 | 0.51 | 0.57 |
| Hex | 7F | CA | 5A | 25 | 0 | 37 | 15 | 64 | 33 | 39 |
| Octal | 177 | 312 | 132 | 45 | 0 | 67 | 25 | 144 | 63 | 71 |
| Binary | 1111111 | 11001010 | 1011010 | 100101 | 0 | 110111 | 10101 | 1100100 | 110011 | 111001 |
Color Harmonies of #7FCA5A
Complementary color
Monochromatic Colors of #7FCA5A
Black with #7FCA5A
Text Example
Text Example
White with #7FCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA5A; }
p { color: rgb(127,202,90); }
H1.HeaderClassName
{
color: #7FCA5A;
}
.AnyTagClassName
{
color: #7FCA5A;
}
</style>
background-color css
<style>
a { background-color: #7FCA5A; }
a { background-color: rgb(127,202,90); }
div.DivClassName
{
background-color: #7FCA5A;
}
.BgClassName
{
background-color: #7FCA5A;
}
</style>
border-color css
<style>
span { border-color: #7FCA5A; }
span { border-color: rgb(127,202,90); }
td.TdClassName
{
border-color: #7FCA5A;
}
.TagClassName
{
border-color: #7FCA5A;
}
</style>