Shades of Mantis #75C759
Tints of Mantis #75C759
RGB
CMYK
RGB Variations
Color information
#75C759 (or 0x75C759) is known color: Mantis. HEX triplet: 75, C7 and 59. RGB value is (117,199,89). Sum of RGB (Red+Green+Blue) = 117+199+89=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #75C759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C759 is #8A38A6. Grayscale: #A2A2A2. Windows color (decimal): -9058471 or 5883765. OLE color: 5883765.
HSL color Cylindrical-coordinate representation of color #75C759: hue angle of 104.73º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75C759 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 89 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.22 |
| HSL | 104.73º | 0.5% | 0.56% | - |
| HSV(B) | 104.73º | 0.55% | 0.78% | - |
| XYZ | 29.56 | 45.35 | 16.65 | - |
| YUV | 161.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 89 | 0.41 | 0 | 0.55 | 0.22 | 104.73 | 0.5 | 0.56 |
| Hex | 75 | C7 | 59 | 29 | 0 | 37 | 16 | 69 | 32 | 38 |
| Octal | 165 | 307 | 131 | 51 | 0 | 67 | 26 | 151 | 62 | 70 |
| Binary | 1110101 | 11000111 | 1011001 | 101001 | 0 | 110111 | 10110 | 1101001 | 110010 | 111000 |
Color Harmonies of #75C759
Complementary color
Monochromatic Colors of #75C759
Black with #75C759
Text Example
Text Example
White with #75C759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C759; }
p { color: rgb(117,199,89); }
H1.HeaderClassName
{
color: #75C759;
}
.AnyTagClassName
{
color: #75C759;
}
</style>
background-color css
<style>
a { background-color: #75C759; }
a { background-color: rgb(117,199,89); }
div.DivClassName
{
background-color: #75C759;
}
.BgClassName
{
background-color: #75C759;
}
</style>
border-color css
<style>
span { border-color: #75C759; }
span { border-color: rgb(117,199,89); }
td.TdClassName
{
border-color: #75C759;
}
.TagClassName
{
border-color: #75C759;
}
</style>