Shades of Mantis #75C657
Tints of Mantis #75C657
RGB
CMYK
RGB Variations
Color information
#75C657 (or 0x75C657) is known color: Mantis. HEX triplet: 75, C6 and 57. RGB value is (117,198,87). Sum of RGB (Red+Green+Blue) = 117+198+87=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #75C657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C657 is #8A39A8. Grayscale: #A1A1A1. Windows color (decimal): -9058729 or 5752437. OLE color: 5752437.
HSL color Cylindrical-coordinate representation of color #75C657: hue angle of 103.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75C657 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 87 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.22 |
| HSL | 103.78º | 0.49% | 0.56% | - |
| HSV(B) | 103.78º | 0.56% | 0.78% | - |
| XYZ | 29.25 | 44.86 | 16.13 | - |
| YUV | 161.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 87 | 0.41 | 0 | 0.56 | 0.22 | 103.78 | 0.49 | 0.56 |
| Hex | 75 | C6 | 57 | 29 | 0 | 38 | 16 | 68 | 31 | 38 |
| Octal | 165 | 306 | 127 | 51 | 0 | 70 | 26 | 150 | 61 | 70 |
| Binary | 1110101 | 11000110 | 1010111 | 101001 | 0 | 111000 | 10110 | 1101000 | 110001 | 111000 |
Color Harmonies of #75C657
Complementary color
Monochromatic Colors of #75C657
Black with #75C657
Text Example
Text Example
White with #75C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C657; }
p { color: rgb(117,198,87); }
H1.HeaderClassName
{
color: #75C657;
}
.AnyTagClassName
{
color: #75C657;
}
</style>
background-color css
<style>
a { background-color: #75C657; }
a { background-color: rgb(117,198,87); }
div.DivClassName
{
background-color: #75C657;
}
.BgClassName
{
background-color: #75C657;
}
</style>
border-color css
<style>
span { border-color: #75C657; }
span { border-color: rgb(117,198,87); }
td.TdClassName
{
border-color: #75C657;
}
.TagClassName
{
border-color: #75C657;
}
</style>