Shades of Mantis #7FCA59
Tints of Mantis #7FCA59
RGB
CMYK
RGB Variations
Color information
#7FCA59 (or 0x7FCA59) is known color: Mantis. HEX triplet: 7F, CA and 59. RGB value is (127,202,89). Sum of RGB (Red+Green+Blue) = 127+202+89=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA59 is #8035A6. Grayscale: #A7A7A7. Windows color (decimal): -8402343 or 5884543. OLE color: 5884543.
HSL color Cylindrical-coordinate representation of color #7FCA59: hue angle of 99.82º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FCA59 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 89 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.21 |
| HSL | 99.82º | 0.52% | 0.57% | - |
| HSV(B) | 99.82º | 0.56% | 0.79% | - |
| XYZ | 31.68 | 47.47 | 16.95 | - |
| YUV | 166.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 89 | 0.37 | 0 | 0.56 | 0.21 | 99.82 | 0.52 | 0.57 |
| Hex | 7F | CA | 59 | 25 | 0 | 38 | 15 | 64 | 34 | 39 |
| Octal | 177 | 312 | 131 | 45 | 0 | 70 | 25 | 144 | 64 | 71 |
| Binary | 1111111 | 11001010 | 1011001 | 100101 | 0 | 111000 | 10101 | 1100100 | 110100 | 111001 |
Color Harmonies of #7FCA59
Complementary color
Monochromatic Colors of #7FCA59
Black with #7FCA59
Text Example
Text Example
White with #7FCA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA59; }
p { color: rgb(127,202,89); }
H1.HeaderClassName
{
color: #7FCA59;
}
.AnyTagClassName
{
color: #7FCA59;
}
</style>
background-color css
<style>
a { background-color: #7FCA59; }
a { background-color: rgb(127,202,89); }
div.DivClassName
{
background-color: #7FCA59;
}
.BgClassName
{
background-color: #7FCA59;
}
</style>
border-color css
<style>
span { border-color: #7FCA59; }
span { border-color: rgb(127,202,89); }
td.TdClassName
{
border-color: #7FCA59;
}
.TagClassName
{
border-color: #7FCA59;
}
</style>