Shades of Mantis #7FD55D
Tints of Mantis #7FD55D
RGB
CMYK
RGB Variations
Color information
#7FD55D (or 0x7FD55D) is known color: Mantis. HEX triplet: 7F, D5 and 5D. RGB value is (127,213,93). Sum of RGB (Red+Green+Blue) = 127+213+93=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD55D is #802AA2. Grayscale: #ADADAD. Windows color (decimal): -8399523 or 6149503. OLE color: 6149503.
HSL color Cylindrical-coordinate representation of color #7FD55D: hue angle of 103º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FD55D is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 93 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.16 |
| HSL | 103º | 0.59% | 0.6% | - |
| HSV(B) | 103º | 0.56% | 0.84% | - |
| XYZ | 34.52 | 52.89 | 18.75 | - |
| YUV | 173.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 93 | 0.40 | 0 | 0.56 | 0.16 | 103 | 0.59 | 0.6 |
| Hex | 7F | D5 | 5D | 28 | 0 | 38 | 10 | 67 | 3B | 3C |
| Octal | 177 | 325 | 135 | 50 | 0 | 70 | 20 | 147 | 73 | 74 |
| Binary | 1111111 | 11010101 | 1011101 | 101000 | 0 | 111000 | 10000 | 1100111 | 111011 | 111100 |
Color Harmonies of #7FD55D
Complementary color
Monochromatic Colors of #7FD55D
Black with #7FD55D
Text Example
Text Example
White with #7FD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD55D; }
p { color: rgb(127,213,93); }
H1.HeaderClassName
{
color: #7FD55D;
}
.AnyTagClassName
{
color: #7FD55D;
}
</style>
background-color css
<style>
a { background-color: #7FD55D; }
a { background-color: rgb(127,213,93); }
div.DivClassName
{
background-color: #7FD55D;
}
.BgClassName
{
background-color: #7FD55D;
}
</style>
border-color css
<style>
span { border-color: #7FD55D; }
span { border-color: rgb(127,213,93); }
td.TdClassName
{
border-color: #7FD55D;
}
.TagClassName
{
border-color: #7FD55D;
}
</style>