Shades of Mantis #75C560
Tints of Mantis #75C560
RGB
CMYK
RGB Variations
Color information
#75C560 (or 0x75C560) is known color: Mantis. HEX triplet: 75, C5 and 60. RGB value is (117,197,96). Sum of RGB (Red+Green+Blue) = 117+197+96=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #75C560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C560 is #8A3A9F. Grayscale: #A1A1A1. Windows color (decimal): -9058976 or 6342005. OLE color: 6342005.
HSL color Cylindrical-coordinate representation of color #75C560: hue angle of 107.52º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C560 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 96 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.23 |
| HSL | 107.52º | 0.47% | 0.57% | - |
| HSV(B) | 107.52º | 0.51% | 0.77% | - |
| XYZ | 29.41 | 44.56 | 18.12 | - |
| YUV | 161.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 96 | 0.41 | 0 | 0.51 | 0.23 | 107.52 | 0.47 | 0.57 |
| Hex | 75 | C5 | 60 | 29 | 0 | 33 | 17 | 6C | 2F | 39 |
| Octal | 165 | 305 | 140 | 51 | 0 | 63 | 27 | 154 | 57 | 71 |
| Binary | 1110101 | 11000101 | 1100000 | 101001 | 0 | 110011 | 10111 | 1101100 | 101111 | 111001 |
Color Harmonies of #75C560
Complementary color
Monochromatic Colors of #75C560
Black with #75C560
Text Example
Text Example
White with #75C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C560; }
p { color: rgb(117,197,96); }
H1.HeaderClassName
{
color: #75C560;
}
.AnyTagClassName
{
color: #75C560;
}
</style>
background-color css
<style>
a { background-color: #75C560; }
a { background-color: rgb(117,197,96); }
div.DivClassName
{
background-color: #75C560;
}
.BgClassName
{
background-color: #75C560;
}
</style>
border-color css
<style>
span { border-color: #75C560; }
span { border-color: rgb(117,197,96); }
td.TdClassName
{
border-color: #75C560;
}
.TagClassName
{
border-color: #75C560;
}
</style>