Shades of Mantis #7FD351
Tints of Mantis #7FD351
RGB
CMYK
RGB Variations
Color information
#7FD351 (or 0x7FD351) is known color: Mantis. HEX triplet: 7F, D3 and 51. RGB value is (127,211,81). Sum of RGB (Red+Green+Blue) = 127+211+81=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD351 is #802CAE. Grayscale: #ABABAB. Windows color (decimal): -8400047 or 5362559. OLE color: 5362559.
HSL color Cylindrical-coordinate representation of color #7FD351: hue angle of 98.77º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FD351 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 81 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.17 |
| HSL | 98.77º | 0.6% | 0.57% | - |
| HSV(B) | 98.77º | 0.62% | 0.83% | - |
| XYZ | 33.53 | 51.69 | 16 | - |
| YUV | 171.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 81 | 0.40 | 0 | 0.62 | 0.17 | 98.77 | 0.6 | 0.57 |
| Hex | 7F | D3 | 51 | 28 | 0 | 3E | 11 | 63 | 3C | 39 |
| Octal | 177 | 323 | 121 | 50 | 0 | 76 | 21 | 143 | 74 | 71 |
| Binary | 1111111 | 11010011 | 1010001 | 101000 | 0 | 111110 | 10001 | 1100011 | 111100 | 111001 |
Color Harmonies of #7FD351
Complementary color
Monochromatic Colors of #7FD351
Black with #7FD351
Text Example
Text Example
White with #7FD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD351; }
p { color: rgb(127,211,81); }
H1.HeaderClassName
{
color: #7FD351;
}
.AnyTagClassName
{
color: #7FD351;
}
</style>
background-color css
<style>
a { background-color: #7FD351; }
a { background-color: rgb(127,211,81); }
div.DivClassName
{
background-color: #7FD351;
}
.BgClassName
{
background-color: #7FD351;
}
</style>
border-color css
<style>
span { border-color: #7FD351; }
span { border-color: rgb(127,211,81); }
td.TdClassName
{
border-color: #7FD351;
}
.TagClassName
{
border-color: #7FD351;
}
</style>