Shades of Mantis #7FCC58
Tints of Mantis #7FCC58
RGB
CMYK
RGB Variations
Color information
#7FCC58 (or 0x7FCC58) is known color: Mantis. HEX triplet: 7F, CC and 58. RGB value is (127,204,88). Sum of RGB (Red+Green+Blue) = 127+204+88=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC58 is #8033A7. Grayscale: #A8A8A8. Windows color (decimal): -8401832 or 5819519. OLE color: 5819519.
HSL color Cylindrical-coordinate representation of color #7FCC58: hue angle of 99.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FCC58 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 88 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.2 |
| HSL | 99.83º | 0.53% | 0.57% | - |
| HSV(B) | 99.83º | 0.57% | 0.8% | - |
| XYZ | 32.11 | 48.4 | 16.88 | - |
| YUV | 167.75 | 82.99 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 88 | 0.38 | 0 | 0.57 | 0.2 | 99.83 | 0.53 | 0.57 |
| Hex | 7F | CC | 58 | 26 | 0 | 39 | 14 | 64 | 35 | 39 |
| Octal | 177 | 314 | 130 | 46 | 0 | 71 | 24 | 144 | 65 | 71 |
| Binary | 1111111 | 11001100 | 1011000 | 100110 | 0 | 111001 | 10100 | 1100100 | 110101 | 111001 |
Color Harmonies of #7FCC58
Complementary color
Monochromatic Colors of #7FCC58
Black with #7FCC58
Text Example
Text Example
White with #7FCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC58; }
p { color: rgb(127,204,88); }
H1.HeaderClassName
{
color: #7FCC58;
}
.AnyTagClassName
{
color: #7FCC58;
}
</style>
background-color css
<style>
a { background-color: #7FCC58; }
a { background-color: rgb(127,204,88); }
div.DivClassName
{
background-color: #7FCC58;
}
.BgClassName
{
background-color: #7FCC58;
}
</style>
border-color css
<style>
span { border-color: #7FCC58; }
span { border-color: rgb(127,204,88); }
td.TdClassName
{
border-color: #7FCC58;
}
.TagClassName
{
border-color: #7FCC58;
}
</style>