Shades of Mantis #7FD341
Tints of Mantis #7FD341
RGB
CMYK
RGB Variations
Color information
#7FD341 (or 0x7FD341) is known color: Mantis. HEX triplet: 7F, D3 and 41. RGB value is (127,211,65). Sum of RGB (Red+Green+Blue) = 127+211+65=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD341 is #802CBE. Grayscale: #A9A9A9. Windows color (decimal): -8400063 or 4313983. OLE color: 4313983.
HSL color Cylindrical-coordinate representation of color #7FD341: hue angle of 94.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FD341 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 65 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.17 |
| HSL | 94.52º | 0.62% | 0.54% | - |
| HSV(B) | 94.52º | 0.69% | 0.83% | - |
| XYZ | 33 | 51.48 | 13.2 | - |
| YUV | 169.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 65 | 0.40 | 0 | 0.69 | 0.17 | 94.52 | 0.62 | 0.54 |
| Hex | 7F | D3 | 41 | 28 | 0 | 45 | 11 | 5F | 3E | 36 |
| Octal | 177 | 323 | 101 | 50 | 0 | 105 | 21 | 137 | 76 | 66 |
| Binary | 1111111 | 11010011 | 1000001 | 101000 | 0 | 1000101 | 10001 | 1011111 | 111110 | 110110 |
Color Harmonies of #7FD341
Complementary color
Monochromatic Colors of #7FD341
Black with #7FD341
Text Example
Text Example
White with #7FD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD341; }
p { color: rgb(127,211,65); }
H1.HeaderClassName
{
color: #7FD341;
}
.AnyTagClassName
{
color: #7FD341;
}
</style>
background-color css
<style>
a { background-color: #7FD341; }
a { background-color: rgb(127,211,65); }
div.DivClassName
{
background-color: #7FD341;
}
.BgClassName
{
background-color: #7FD341;
}
</style>
border-color css
<style>
span { border-color: #7FD341; }
span { border-color: rgb(127,211,65); }
td.TdClassName
{
border-color: #7FD341;
}
.TagClassName
{
border-color: #7FD341;
}
</style>