Shades of Mantis #75C654
Tints of Mantis #75C654
RGB
CMYK
RGB Variations
Color information
#75C654 (or 0x75C654) is known color: Mantis. HEX triplet: 75, C6 and 54. RGB value is (117,198,84). Sum of RGB (Red+Green+Blue) = 117+198+84=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #75C654 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C654 is #8A39AB. Grayscale: #A1A1A1. Windows color (decimal): -9058732 or 5555829. OLE color: 5555829.
HSL color Cylindrical-coordinate representation of color #75C654: hue angle of 102.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75C654 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 84 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.22 |
| HSL | 102.63º | 0.5% | 0.55% | - |
| HSV(B) | 102.63º | 0.58% | 0.78% | - |
| XYZ | 29.13 | 44.81 | 15.5 | - |
| YUV | 160.79 | 84.66 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 84 | 0.41 | 0 | 0.58 | 0.22 | 102.63 | 0.5 | 0.55 |
| Hex | 75 | C6 | 54 | 29 | 0 | 3A | 16 | 67 | 32 | 37 |
| Octal | 165 | 306 | 124 | 51 | 0 | 72 | 26 | 147 | 62 | 67 |
| Binary | 1110101 | 11000110 | 1010100 | 101001 | 0 | 111010 | 10110 | 1100111 | 110010 | 110111 |
Color Harmonies of #75C654
Complementary color
Monochromatic Colors of #75C654
Black with #75C654
Text Example
Text Example
White with #75C654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C654; }
p { color: rgb(117,198,84); }
H1.HeaderClassName
{
color: #75C654;
}
.AnyTagClassName
{
color: #75C654;
}
</style>
background-color css
<style>
a { background-color: #75C654; }
a { background-color: rgb(117,198,84); }
div.DivClassName
{
background-color: #75C654;
}
.BgClassName
{
background-color: #75C654;
}
</style>
border-color css
<style>
span { border-color: #75C654; }
span { border-color: rgb(117,198,84); }
td.TdClassName
{
border-color: #75C654;
}
.TagClassName
{
border-color: #75C654;
}
</style>