Shades of Mantis #75C758
Tints of Mantis #75C758
RGB
CMYK
RGB Variations
Color information
#75C758 (or 0x75C758) is known color: Mantis. HEX triplet: 75, C7 and 58. RGB value is (117,199,88). Sum of RGB (Red+Green+Blue) = 117+199+88=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #75C758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C758 is #8A38A7. Grayscale: #A2A2A2. Windows color (decimal): -9058472 or 5818229. OLE color: 5818229.
HSL color Cylindrical-coordinate representation of color #75C758: hue angle of 104.32º degrees, saturation: 0.5, 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 #75C758 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 88 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.22 |
| HSL | 104.32º | 0.5% | 0.56% | - |
| HSV(B) | 104.32º | 0.56% | 0.78% | - |
| XYZ | 29.52 | 45.33 | 16.43 | - |
| YUV | 161.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 88 | 0.41 | 0 | 0.56 | 0.22 | 104.32 | 0.5 | 0.56 |
| Hex | 75 | C7 | 58 | 29 | 0 | 38 | 16 | 68 | 32 | 38 |
| Octal | 165 | 307 | 130 | 51 | 0 | 70 | 26 | 150 | 62 | 70 |
| Binary | 1110101 | 11000111 | 1011000 | 101001 | 0 | 111000 | 10110 | 1101000 | 110010 | 111000 |
Color Harmonies of #75C758
Complementary color
Monochromatic Colors of #75C758
Black with #75C758
Text Example
Text Example
White with #75C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C758; }
p { color: rgb(117,199,88); }
H1.HeaderClassName
{
color: #75C758;
}
.AnyTagClassName
{
color: #75C758;
}
</style>
background-color css
<style>
a { background-color: #75C758; }
a { background-color: rgb(117,199,88); }
div.DivClassName
{
background-color: #75C758;
}
.BgClassName
{
background-color: #75C758;
}
</style>
border-color css
<style>
span { border-color: #75C758; }
span { border-color: rgb(117,199,88); }
td.TdClassName
{
border-color: #75C758;
}
.TagClassName
{
border-color: #75C758;
}
</style>