Shades of Mantis #7FD85A
Tints of Mantis #7FD85A
RGB
CMYK
RGB Variations
Color information
#7FD85A (or 0x7FD85A) is known color: Mantis. HEX triplet: 7F, D8 and 5A. RGB value is (127,216,90). Sum of RGB (Red+Green+Blue) = 127+216+90=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD85A is #8027A5. Grayscale: #AFAFAF. Windows color (decimal): -8398758 or 5953663. OLE color: 5953663.
HSL color Cylindrical-coordinate representation of color #7FD85A: hue angle of 102.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FD85A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 90 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.15 |
| HSL | 102.38º | 0.62% | 0.6% | - |
| HSV(B) | 102.38º | 0.58% | 0.85% | - |
| XYZ | 35.15 | 54.36 | 18.31 | - |
| YUV | 175.03 | 80.01 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 90 | 0.41 | 0 | 0.58 | 0.15 | 102.38 | 0.62 | 0.6 |
| Hex | 7F | D8 | 5A | 29 | 0 | 3A | F | 66 | 3E | 3C |
| Octal | 177 | 330 | 132 | 51 | 0 | 72 | 17 | 146 | 76 | 74 |
| Binary | 1111111 | 11011000 | 1011010 | 101001 | 0 | 111010 | 1111 | 1100110 | 111110 | 111100 |
Color Harmonies of #7FD85A
Complementary color
Monochromatic Colors of #7FD85A
Black with #7FD85A
Text Example
Text Example
White with #7FD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD85A; }
p { color: rgb(127,216,90); }
H1.HeaderClassName
{
color: #7FD85A;
}
.AnyTagClassName
{
color: #7FD85A;
}
</style>
background-color css
<style>
a { background-color: #7FD85A; }
a { background-color: rgb(127,216,90); }
div.DivClassName
{
background-color: #7FD85A;
}
.BgClassName
{
background-color: #7FD85A;
}
</style>
border-color css
<style>
span { border-color: #7FD85A; }
span { border-color: rgb(127,216,90); }
td.TdClassName
{
border-color: #7FD85A;
}
.TagClassName
{
border-color: #7FD85A;
}
</style>