Shades of Mantis #7FDC5A
Tints of Mantis #7FDC5A
RGB
CMYK
RGB Variations
Color information
#7FDC5A (or 0x7FDC5A) is known color: Mantis. HEX triplet: 7F, DC and 5A. RGB value is (127,220,90). Sum of RGB (Red+Green+Blue) = 127+220+90=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC5A is #8023A5. Grayscale: #B1B1B1. Windows color (decimal): -8397734 or 5954687. OLE color: 5954687.
HSL color Cylindrical-coordinate representation of color #7FDC5A: hue angle of 102.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FDC5A is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 90 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.14 |
| HSL | 102.92º | 0.65% | 0.61% | - |
| HSV(B) | 102.92º | 0.59% | 0.86% | - |
| XYZ | 36.19 | 56.44 | 18.66 | - |
| YUV | 177.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 90 | 0.42 | 0 | 0.59 | 0.14 | 102.92 | 0.65 | 0.61 |
| Hex | 7F | DC | 5A | 2A | 0 | 3B | E | 67 | 41 | 3D |
| Octal | 177 | 334 | 132 | 52 | 0 | 73 | 16 | 147 | 101 | 75 |
| Binary | 1111111 | 11011100 | 1011010 | 101010 | 0 | 111011 | 1110 | 1100111 | 1000001 | 111101 |
Color Harmonies of #7FDC5A
Complementary color
Monochromatic Colors of #7FDC5A
Black with #7FDC5A
Text Example
Text Example
White with #7FDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC5A; }
p { color: rgb(127,220,90); }
H1.HeaderClassName
{
color: #7FDC5A;
}
.AnyTagClassName
{
color: #7FDC5A;
}
</style>
background-color css
<style>
a { background-color: #7FDC5A; }
a { background-color: rgb(127,220,90); }
div.DivClassName
{
background-color: #7FDC5A;
}
.BgClassName
{
background-color: #7FDC5A;
}
</style>
border-color css
<style>
span { border-color: #7FDC5A; }
span { border-color: rgb(127,220,90); }
td.TdClassName
{
border-color: #7FDC5A;
}
.TagClassName
{
border-color: #7FDC5A;
}
</style>