Shades of Mantis #75C547
Tints of Mantis #75C547
RGB
CMYK
RGB Variations
Color information
#75C547 (or 0x75C547) is known color: Mantis. HEX triplet: 75, C5 and 47. RGB value is (117,197,71). Sum of RGB (Red+Green+Blue) = 117+197+71=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #75C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C547 is #8A3AB8. Grayscale: #9F9F9F. Windows color (decimal): -9059001 or 4703605. OLE color: 4703605.
HSL color Cylindrical-coordinate representation of color #75C547: hue angle of 98.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75C547 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 71 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.23 |
| HSL | 98.1º | 0.52% | 0.53% | - |
| HSV(B) | 98.1º | 0.64% | 0.77% | - |
| XYZ | 28.44 | 44.17 | 12.99 | - |
| YUV | 158.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 71 | 0.41 | 0 | 0.64 | 0.23 | 98.1 | 0.52 | 0.53 |
| Hex | 75 | C5 | 47 | 29 | 0 | 40 | 17 | 62 | 34 | 35 |
| Octal | 165 | 305 | 107 | 51 | 0 | 100 | 27 | 142 | 64 | 65 |
| Binary | 1110101 | 11000101 | 1000111 | 101001 | 0 | 1000000 | 10111 | 1100010 | 110100 | 110101 |
Color Harmonies of #75C547
Complementary color
Monochromatic Colors of #75C547
Black with #75C547
Text Example
Text Example
White with #75C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C547; }
p { color: rgb(117,197,71); }
H1.HeaderClassName
{
color: #75C547;
}
.AnyTagClassName
{
color: #75C547;
}
</style>
background-color css
<style>
a { background-color: #75C547; }
a { background-color: rgb(117,197,71); }
div.DivClassName
{
background-color: #75C547;
}
.BgClassName
{
background-color: #75C547;
}
</style>
border-color css
<style>
span { border-color: #75C547; }
span { border-color: rgb(117,197,71); }
td.TdClassName
{
border-color: #75C547;
}
.TagClassName
{
border-color: #75C547;
}
</style>