Shades of Mantis #7FDF51
Tints of Mantis #7FDF51
RGB
CMYK
RGB Variations
Color information
#7FDF51 (or 0x7FDF51) is known color: Mantis. HEX triplet: 7F, DF and 51. RGB value is (127,223,81). Sum of RGB (Red+Green+Blue) = 127+223+81=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDF51 is #8020AE. Grayscale: #B2B2B2. Windows color (decimal): -8396975 or 5365631. OLE color: 5365631.
HSL color Cylindrical-coordinate representation of color #7FDF51: hue angle of 100.56º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FDF51 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 81 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.13 |
| HSL | 100.56º | 0.69% | 0.6% | - |
| HSV(B) | 100.56º | 0.64% | 0.87% | - |
| XYZ | 36.63 | 57.88 | 17.03 | - |
| YUV | 178.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 81 | 0.43 | 0 | 0.64 | 0.13 | 100.56 | 0.69 | 0.6 |
| Hex | 7F | DF | 51 | 2B | 0 | 40 | D | 65 | 45 | 3C |
| Octal | 177 | 337 | 121 | 53 | 0 | 100 | 15 | 145 | 105 | 74 |
| Binary | 1111111 | 11011111 | 1010001 | 101011 | 0 | 1000000 | 1101 | 1100101 | 1000101 | 111100 |
Color Harmonies of #7FDF51
Complementary color
Monochromatic Colors of #7FDF51
Black with #7FDF51
Text Example
Text Example
White with #7FDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF51; }
p { color: rgb(127,223,81); }
H1.HeaderClassName
{
color: #7FDF51;
}
.AnyTagClassName
{
color: #7FDF51;
}
</style>
background-color css
<style>
a { background-color: #7FDF51; }
a { background-color: rgb(127,223,81); }
div.DivClassName
{
background-color: #7FDF51;
}
.BgClassName
{
background-color: #7FDF51;
}
</style>
border-color css
<style>
span { border-color: #7FDF51; }
span { border-color: rgb(127,223,81); }
td.TdClassName
{
border-color: #7FDF51;
}
.TagClassName
{
border-color: #7FDF51;
}
</style>