Shades of Mantis #7FDF50
Tints of Mantis #7FDF50
RGB
CMYK
RGB Variations
Color information
#7FDF50 (or 0x7FDF50) is known color: Mantis. HEX triplet: 7F, DF and 50. RGB value is (127,223,80). Sum of RGB (Red+Green+Blue) = 127+223+80=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDF50 is #8020AF. Grayscale: #B2B2B2. Windows color (decimal): -8396976 or 5300095. OLE color: 5300095.
HSL color Cylindrical-coordinate representation of color #7FDF50: hue angle of 100.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FDF50 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 80 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.13 |
| HSL | 100.28º | 0.69% | 0.59% | - |
| HSV(B) | 100.28º | 0.64% | 0.87% | - |
| XYZ | 36.59 | 57.87 | 16.83 | - |
| YUV | 177.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 80 | 0.43 | 0 | 0.64 | 0.13 | 100.28 | 0.69 | 0.59 |
| Hex | 7F | DF | 50 | 2B | 0 | 40 | D | 64 | 45 | 3B |
| Octal | 177 | 337 | 120 | 53 | 0 | 100 | 15 | 144 | 105 | 73 |
| Binary | 1111111 | 11011111 | 1010000 | 101011 | 0 | 1000000 | 1101 | 1100100 | 1000101 | 111011 |
Color Harmonies of #7FDF50
Complementary color
Monochromatic Colors of #7FDF50
Black with #7FDF50
Text Example
Text Example
White with #7FDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF50; }
p { color: rgb(127,223,80); }
H1.HeaderClassName
{
color: #7FDF50;
}
.AnyTagClassName
{
color: #7FDF50;
}
</style>
background-color css
<style>
a { background-color: #7FDF50; }
a { background-color: rgb(127,223,80); }
div.DivClassName
{
background-color: #7FDF50;
}
.BgClassName
{
background-color: #7FDF50;
}
</style>
border-color css
<style>
span { border-color: #7FDF50; }
span { border-color: rgb(127,223,80); }
td.TdClassName
{
border-color: #7FDF50;
}
.TagClassName
{
border-color: #7FDF50;
}
</style>