Shades of Mantis #7FD15A
Tints of Mantis #7FD15A
RGB
CMYK
RGB Variations
Color information
#7FD15A (or 0x7FD15A) is known color: Mantis. HEX triplet: 7F, D1 and 5A. RGB value is (127,209,90). Sum of RGB (Red+Green+Blue) = 127+209+90=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD15A is #802EA5. Grayscale: #ABABAB. Windows color (decimal): -8400550 or 5951871. OLE color: 5951871.
HSL color Cylindrical-coordinate representation of color #7FD15A: hue angle of 101.34º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FD15A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 209 | 90 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.18 |
| HSL | 101.34º | 0.56% | 0.59% | - |
| HSV(B) | 101.34º | 0.57% | 0.82% | - |
| XYZ | 33.4 | 50.85 | 17.73 | - |
| YUV | 170.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 209 | 90 | 0.39 | 0 | 0.57 | 0.18 | 101.34 | 0.56 | 0.59 |
| Hex | 7F | D1 | 5A | 27 | 0 | 39 | 12 | 65 | 38 | 3B |
| Octal | 177 | 321 | 132 | 47 | 0 | 71 | 22 | 145 | 70 | 73 |
| Binary | 1111111 | 11010001 | 1011010 | 100111 | 0 | 111001 | 10010 | 1100101 | 111000 | 111011 |
Color Harmonies of #7FD15A
Complementary color
Monochromatic Colors of #7FD15A
Black with #7FD15A
Text Example
Text Example
White with #7FD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD15A; }
p { color: rgb(127,209,90); }
H1.HeaderClassName
{
color: #7FD15A;
}
.AnyTagClassName
{
color: #7FD15A;
}
</style>
background-color css
<style>
a { background-color: #7FD15A; }
a { background-color: rgb(127,209,90); }
div.DivClassName
{
background-color: #7FD15A;
}
.BgClassName
{
background-color: #7FD15A;
}
</style>
border-color css
<style>
span { border-color: #7FD15A; }
span { border-color: rgb(127,209,90); }
td.TdClassName
{
border-color: #7FD15A;
}
.TagClassName
{
border-color: #7FD15A;
}
</style>