Shades of Mantis #75C156
Tints of Mantis #75C156
RGB
CMYK
RGB Variations
Color information
#75C156 (or 0x75C156) is known color: Mantis. HEX triplet: 75, C1 and 56. RGB value is (117,193,86). Sum of RGB (Red+Green+Blue) = 117+193+86=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #75C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C156 is #8A3EA9. Grayscale: #9E9E9E. Windows color (decimal): -9060010 or 5685621. OLE color: 5685621.
HSL color Cylindrical-coordinate representation of color #75C156: hue angle of 102.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75C156 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 86 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.24 |
| HSL | 102.62º | 0.46% | 0.55% | - |
| HSV(B) | 102.62º | 0.55% | 0.76% | - |
| XYZ | 28.09 | 42.59 | 15.55 | - |
| YUV | 158.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 86 | 0.39 | 0 | 0.55 | 0.24 | 102.62 | 0.46 | 0.55 |
| Hex | 75 | C1 | 56 | 27 | 0 | 37 | 18 | 67 | 2E | 37 |
| Octal | 165 | 301 | 126 | 47 | 0 | 67 | 30 | 147 | 56 | 67 |
| Binary | 1110101 | 11000001 | 1010110 | 100111 | 0 | 110111 | 11000 | 1100111 | 101110 | 110111 |
Color Harmonies of #75C156
Complementary color
Monochromatic Colors of #75C156
Black with #75C156
Text Example
Text Example
White with #75C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C156; }
p { color: rgb(117,193,86); }
H1.HeaderClassName
{
color: #75C156;
}
.AnyTagClassName
{
color: #75C156;
}
</style>
background-color css
<style>
a { background-color: #75C156; }
a { background-color: rgb(117,193,86); }
div.DivClassName
{
background-color: #75C156;
}
.BgClassName
{
background-color: #75C156;
}
</style>
border-color css
<style>
span { border-color: #75C156; }
span { border-color: rgb(117,193,86); }
td.TdClassName
{
border-color: #75C156;
}
.TagClassName
{
border-color: #75C156;
}
</style>