Shades of Mantis #7FD360
Tints of Mantis #7FD360
RGB
CMYK
RGB Variations
Color information
#7FD360 (or 0x7FD360) is known color: Mantis. HEX triplet: 7F, D3 and 60. RGB value is (127,211,96). Sum of RGB (Red+Green+Blue) = 127+211+96=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD360 is #802C9F. Grayscale: #ADADAD. Windows color (decimal): -8400032 or 6345599. OLE color: 6345599.
HSL color Cylindrical-coordinate representation of color #7FD360: hue angle of 103.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FD360 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 96 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.17 |
| HSL | 103.83º | 0.57% | 0.6% | - |
| HSV(B) | 103.83º | 0.55% | 0.83% | - |
| XYZ | 34.16 | 51.95 | 19.29 | - |
| YUV | 172.77 | 84.67 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 96 | 0.40 | 0 | 0.55 | 0.17 | 103.83 | 0.57 | 0.6 |
| Hex | 7F | D3 | 60 | 28 | 0 | 37 | 11 | 68 | 39 | 3C |
| Octal | 177 | 323 | 140 | 50 | 0 | 67 | 21 | 150 | 71 | 74 |
| Binary | 1111111 | 11010011 | 1100000 | 101000 | 0 | 110111 | 10001 | 1101000 | 111001 | 111100 |
Color Harmonies of #7FD360
Complementary color
Monochromatic Colors of #7FD360
Black with #7FD360
Text Example
Text Example
White with #7FD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD360; }
p { color: rgb(127,211,96); }
H1.HeaderClassName
{
color: #7FD360;
}
.AnyTagClassName
{
color: #7FD360;
}
</style>
background-color css
<style>
a { background-color: #7FD360; }
a { background-color: rgb(127,211,96); }
div.DivClassName
{
background-color: #7FD360;
}
.BgClassName
{
background-color: #7FD360;
}
</style>
border-color css
<style>
span { border-color: #7FD360; }
span { border-color: rgb(127,211,96); }
td.TdClassName
{
border-color: #7FD360;
}
.TagClassName
{
border-color: #7FD360;
}
</style>