Shades of Mantis #7FD565
Tints of Mantis #7FD565
RGB
CMYK
RGB Variations
Color information
#7FD565 (or 0x7FD565) is known color: Mantis. HEX triplet: 7F, D5 and 65. RGB value is (127,213,101). Sum of RGB (Red+Green+Blue) = 127+213+101=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD565 is #802A9A. Grayscale: #AEAEAE. Windows color (decimal): -8399515 or 6673791. OLE color: 6673791.
HSL color Cylindrical-coordinate representation of color #7FD565: hue angle of 106.07º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FD565 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 101 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.16 |
| HSL | 106.07º | 0.57% | 0.62% | - |
| HSV(B) | 106.07º | 0.53% | 0.84% | - |
| XYZ | 34.9 | 53.04 | 20.71 | - |
| YUV | 174.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 101 | 0.40 | 0 | 0.53 | 0.16 | 106.07 | 0.57 | 0.62 |
| Hex | 7F | D5 | 65 | 28 | 0 | 35 | 10 | 6A | 39 | 3E |
| Octal | 177 | 325 | 145 | 50 | 0 | 65 | 20 | 152 | 71 | 76 |
| Binary | 1111111 | 11010101 | 1100101 | 101000 | 0 | 110101 | 10000 | 1101010 | 111001 | 111110 |
Color Harmonies of #7FD565
Complementary color
Monochromatic Colors of #7FD565
Black with #7FD565
Text Example
Text Example
White with #7FD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD565; }
p { color: rgb(127,213,101); }
H1.HeaderClassName
{
color: #7FD565;
}
.AnyTagClassName
{
color: #7FD565;
}
</style>
background-color css
<style>
a { background-color: #7FD565; }
a { background-color: rgb(127,213,101); }
div.DivClassName
{
background-color: #7FD565;
}
.BgClassName
{
background-color: #7FD565;
}
</style>
border-color css
<style>
span { border-color: #7FD565; }
span { border-color: rgb(127,213,101); }
td.TdClassName
{
border-color: #7FD565;
}
.TagClassName
{
border-color: #7FD565;
}
</style>