Shades of Mantis #75D957
Tints of Mantis #75D957
RGB
CMYK
RGB Variations
Color information
#75D957 (or 0x75D957) is known color: Mantis. HEX triplet: 75, D9 and 57. RGB value is (117,217,87). Sum of RGB (Red+Green+Blue) = 117+217+87=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #75D957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D957 is #8A26A8. Grayscale: #ACACAC. Windows color (decimal): -9053865 or 5757301. OLE color: 5757301.
HSL color Cylindrical-coordinate representation of color #75D957: hue angle of 106.15º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75D957 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 87 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.15 |
| HSL | 106.15º | 0.63% | 0.6% | - |
| HSV(B) | 106.15º | 0.6% | 0.85% | - |
| XYZ | 33.87 | 54.1 | 17.67 | - |
| YUV | 172.28 | 79.87 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 87 | 0.46 | 0 | 0.60 | 0.15 | 106.15 | 0.63 | 0.6 |
| Hex | 75 | D9 | 57 | 2E | 0 | 3C | F | 6A | 3F | 3C |
| Octal | 165 | 331 | 127 | 56 | 0 | 74 | 17 | 152 | 77 | 74 |
| Binary | 1110101 | 11011001 | 1010111 | 101110 | 0 | 111100 | 1111 | 1101010 | 111111 | 111100 |
Color Harmonies of #75D957
Complementary color
Monochromatic Colors of #75D957
Black with #75D957
Text Example
Text Example
White with #75D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D957; }
p { color: rgb(117,217,87); }
H1.HeaderClassName
{
color: #75D957;
}
.AnyTagClassName
{
color: #75D957;
}
</style>
background-color css
<style>
a { background-color: #75D957; }
a { background-color: rgb(117,217,87); }
div.DivClassName
{
background-color: #75D957;
}
.BgClassName
{
background-color: #75D957;
}
</style>
border-color css
<style>
span { border-color: #75D957; }
span { border-color: rgb(117,217,87); }
td.TdClassName
{
border-color: #75D957;
}
.TagClassName
{
border-color: #75D957;
}
</style>