Shades of Mantis #7FDE52
Tints of Mantis #7FDE52
RGB
CMYK
RGB Variations
Color information
#7FDE52 (or 0x7FDE52) is known color: Mantis. HEX triplet: 7F, DE and 52. RGB value is (127,222,82). Sum of RGB (Red+Green+Blue) = 127+222+82=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDE52 is #8021AD. Grayscale: #B2B2B2. Windows color (decimal): -8397230 or 5430911. OLE color: 5430911.
HSL color Cylindrical-coordinate representation of color #7FDE52: hue angle of 100.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FDE52 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 82 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.13 |
| HSL | 100.71º | 0.68% | 0.6% | - |
| HSV(B) | 100.71º | 0.63% | 0.87% | - |
| XYZ | 36.4 | 57.36 | 17.14 | - |
| YUV | 177.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 82 | 0.43 | 0 | 0.63 | 0.13 | 100.71 | 0.68 | 0.6 |
| Hex | 7F | DE | 52 | 2B | 0 | 3F | D | 65 | 44 | 3C |
| Octal | 177 | 336 | 122 | 53 | 0 | 77 | 15 | 145 | 104 | 74 |
| Binary | 1111111 | 11011110 | 1010010 | 101011 | 0 | 111111 | 1101 | 1100101 | 1000100 | 111100 |
Color Harmonies of #7FDE52
Complementary color
Monochromatic Colors of #7FDE52
Black with #7FDE52
Text Example
Text Example
White with #7FDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDE52; }
p { color: rgb(127,222,82); }
H1.HeaderClassName
{
color: #7FDE52;
}
.AnyTagClassName
{
color: #7FDE52;
}
</style>
background-color css
<style>
a { background-color: #7FDE52; }
a { background-color: rgb(127,222,82); }
div.DivClassName
{
background-color: #7FDE52;
}
.BgClassName
{
background-color: #7FDE52;
}
</style>
border-color css
<style>
span { border-color: #7FDE52; }
span { border-color: rgb(127,222,82); }
td.TdClassName
{
border-color: #7FDE52;
}
.TagClassName
{
border-color: #7FDE52;
}
</style>