Shades of Mantis #75C847
Tints of Mantis #75C847
RGB
CMYK
RGB Variations
Color information
#75C847 (or 0x75C847) is known color: Mantis. HEX triplet: 75, C8 and 47. RGB value is (117,200,71). Sum of RGB (Red+Green+Blue) = 117+200+71=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #75C847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C847 is #8A37B8. Grayscale: #A0A0A0. Windows color (decimal): -9058233 or 4704373. OLE color: 4704373.
HSL color Cylindrical-coordinate representation of color #75C847: hue angle of 98.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75C847 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 71 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.22 |
| HSL | 98.6º | 0.54% | 0.53% | - |
| HSV(B) | 98.6º | 0.65% | 0.78% | - |
| XYZ | 29.13 | 45.55 | 13.22 | - |
| YUV | 160.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 71 | 0.42 | 0 | 0.64 | 0.22 | 98.6 | 0.54 | 0.53 |
| Hex | 75 | C8 | 47 | 2A | 0 | 40 | 16 | 63 | 36 | 35 |
| Octal | 165 | 310 | 107 | 52 | 0 | 100 | 26 | 143 | 66 | 65 |
| Binary | 1110101 | 11001000 | 1000111 | 101010 | 0 | 1000000 | 10110 | 1100011 | 110110 | 110101 |
Color Harmonies of #75C847
Complementary color
Monochromatic Colors of #75C847
Black with #75C847
Text Example
Text Example
White with #75C847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C847; }
p { color: rgb(117,200,71); }
H1.HeaderClassName
{
color: #75C847;
}
.AnyTagClassName
{
color: #75C847;
}
</style>
background-color css
<style>
a { background-color: #75C847; }
a { background-color: rgb(117,200,71); }
div.DivClassName
{
background-color: #75C847;
}
.BgClassName
{
background-color: #75C847;
}
</style>
border-color css
<style>
span { border-color: #75C847; }
span { border-color: rgb(117,200,71); }
td.TdClassName
{
border-color: #75C847;
}
.TagClassName
{
border-color: #75C847;
}
</style>