Shades of Mantis #75C558
Tints of Mantis #75C558
RGB
CMYK
RGB Variations
Color information
#75C558 (or 0x75C558) is known color: Mantis. HEX triplet: 75, C5 and 58. RGB value is (117,197,88). Sum of RGB (Red+Green+Blue) = 117+197+88=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #75C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C558 is #8A3AA7. Grayscale: #A1A1A1. Windows color (decimal): -9058984 or 5817717. OLE color: 5817717.
HSL color Cylindrical-coordinate representation of color #75C558: hue angle of 104.04º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75C558 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 88 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.23 |
| HSL | 104.04º | 0.48% | 0.56% | - |
| HSV(B) | 104.04º | 0.55% | 0.77% | - |
| XYZ | 29.06 | 44.42 | 16.27 | - |
| YUV | 160.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 88 | 0.41 | 0 | 0.55 | 0.23 | 104.04 | 0.48 | 0.56 |
| Hex | 75 | C5 | 58 | 29 | 0 | 37 | 17 | 68 | 30 | 38 |
| Octal | 165 | 305 | 130 | 51 | 0 | 67 | 27 | 150 | 60 | 70 |
| Binary | 1110101 | 11000101 | 1011000 | 101001 | 0 | 110111 | 10111 | 1101000 | 110000 | 111000 |
Color Harmonies of #75C558
Complementary color
Monochromatic Colors of #75C558
Black with #75C558
Text Example
Text Example
White with #75C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C558; }
p { color: rgb(117,197,88); }
H1.HeaderClassName
{
color: #75C558;
}
.AnyTagClassName
{
color: #75C558;
}
</style>
background-color css
<style>
a { background-color: #75C558; }
a { background-color: rgb(117,197,88); }
div.DivClassName
{
background-color: #75C558;
}
.BgClassName
{
background-color: #75C558;
}
</style>
border-color css
<style>
span { border-color: #75C558; }
span { border-color: rgb(117,197,88); }
td.TdClassName
{
border-color: #75C558;
}
.TagClassName
{
border-color: #75C558;
}
</style>