Shades of Mantis #7FD34D
Tints of Mantis #7FD34D
RGB
CMYK
RGB Variations
Color information
#7FD34D (or 0x7FD34D) is known color: Mantis. HEX triplet: 7F, D3 and 4D. RGB value is (127,211,77). Sum of RGB (Red+Green+Blue) = 127+211+77=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD34D is #802CB2. Grayscale: #ABABAB. Windows color (decimal): -8400051 or 5100415. OLE color: 5100415.
HSL color Cylindrical-coordinate representation of color #7FD34D: hue angle of 97.61º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FD34D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 77 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.17 |
| HSL | 97.61º | 0.6% | 0.56% | - |
| HSV(B) | 97.61º | 0.64% | 0.83% | - |
| XYZ | 33.39 | 51.64 | 15.23 | - |
| YUV | 170.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 77 | 0.40 | 0 | 0.64 | 0.17 | 97.61 | 0.6 | 0.56 |
| Hex | 7F | D3 | 4D | 28 | 0 | 40 | 11 | 62 | 3C | 38 |
| Octal | 177 | 323 | 115 | 50 | 0 | 100 | 21 | 142 | 74 | 70 |
| Binary | 1111111 | 11010011 | 1001101 | 101000 | 0 | 1000000 | 10001 | 1100010 | 111100 | 111000 |
Color Harmonies of #7FD34D
Complementary color
Monochromatic Colors of #7FD34D
Black with #7FD34D
Text Example
Text Example
White with #7FD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD34D; }
p { color: rgb(127,211,77); }
H1.HeaderClassName
{
color: #7FD34D;
}
.AnyTagClassName
{
color: #7FD34D;
}
</style>
background-color css
<style>
a { background-color: #7FD34D; }
a { background-color: rgb(127,211,77); }
div.DivClassName
{
background-color: #7FD34D;
}
.BgClassName
{
background-color: #7FD34D;
}
</style>
border-color css
<style>
span { border-color: #7FD34D; }
span { border-color: rgb(127,211,77); }
td.TdClassName
{
border-color: #7FD34D;
}
.TagClassName
{
border-color: #7FD34D;
}
</style>