Shades of Mantis #7FDC52
Tints of Mantis #7FDC52
RGB
CMYK
RGB Variations
Color information
#7FDC52 (or 0x7FDC52) is known color: Mantis. HEX triplet: 7F, DC and 52. RGB value is (127,220,82). Sum of RGB (Red+Green+Blue) = 127+220+82=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC52 is #8023AD. Grayscale: #B0B0B0. Windows color (decimal): -8397742 or 5430399. OLE color: 5430399.
HSL color Cylindrical-coordinate representation of color #7FDC52: hue angle of 100.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FDC52 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 82 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.14 |
| HSL | 100.43º | 0.66% | 0.59% | - |
| HSV(B) | 100.43º | 0.63% | 0.86% | - |
| XYZ | 35.87 | 56.31 | 16.96 | - |
| YUV | 176.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 82 | 0.42 | 0 | 0.63 | 0.14 | 100.43 | 0.66 | 0.59 |
| Hex | 7F | DC | 52 | 2A | 0 | 3F | E | 64 | 42 | 3B |
| Octal | 177 | 334 | 122 | 52 | 0 | 77 | 16 | 144 | 102 | 73 |
| Binary | 1111111 | 11011100 | 1010010 | 101010 | 0 | 111111 | 1110 | 1100100 | 1000010 | 111011 |
Color Harmonies of #7FDC52
Complementary color
Monochromatic Colors of #7FDC52
Black with #7FDC52
Text Example
Text Example
White with #7FDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC52; }
p { color: rgb(127,220,82); }
H1.HeaderClassName
{
color: #7FDC52;
}
.AnyTagClassName
{
color: #7FDC52;
}
</style>
background-color css
<style>
a { background-color: #7FDC52; }
a { background-color: rgb(127,220,82); }
div.DivClassName
{
background-color: #7FDC52;
}
.BgClassName
{
background-color: #7FDC52;
}
</style>
border-color css
<style>
span { border-color: #7FDC52; }
span { border-color: rgb(127,220,82); }
td.TdClassName
{
border-color: #7FDC52;
}
.TagClassName
{
border-color: #7FDC52;
}
</style>