Shades of Mantis #75C546
Tints of Mantis #75C546
RGB
CMYK
RGB Variations
Color information
#75C546 (or 0x75C546) is known color: Mantis. HEX triplet: 75, C5 and 46. RGB value is (117,197,70). Sum of RGB (Red+Green+Blue) = 117+197+70=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #75C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C546 is #8A3AB9. Grayscale: #9F9F9F. Windows color (decimal): -9059002 or 4638069. OLE color: 4638069.
HSL color Cylindrical-coordinate representation of color #75C546: hue angle of 97.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75C546 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 70 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.23 |
| HSL | 97.8º | 0.52% | 0.52% | - |
| HSV(B) | 97.8º | 0.64% | 0.77% | - |
| XYZ | 28.41 | 44.16 | 12.82 | - |
| YUV | 158.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 70 | 0.41 | 0 | 0.64 | 0.23 | 97.8 | 0.52 | 0.52 |
| Hex | 75 | C5 | 46 | 29 | 0 | 40 | 17 | 62 | 34 | 34 |
| Octal | 165 | 305 | 106 | 51 | 0 | 100 | 27 | 142 | 64 | 64 |
| Binary | 1110101 | 11000101 | 1000110 | 101001 | 0 | 1000000 | 10111 | 1100010 | 110100 | 110100 |
Color Harmonies of #75C546
Complementary color
Monochromatic Colors of #75C546
Black with #75C546
Text Example
Text Example
White with #75C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C546; }
p { color: rgb(117,197,70); }
H1.HeaderClassName
{
color: #75C546;
}
.AnyTagClassName
{
color: #75C546;
}
</style>
background-color css
<style>
a { background-color: #75C546; }
a { background-color: rgb(117,197,70); }
div.DivClassName
{
background-color: #75C546;
}
.BgClassName
{
background-color: #75C546;
}
</style>
border-color css
<style>
span { border-color: #75C546; }
span { border-color: rgb(117,197,70); }
td.TdClassName
{
border-color: #75C546;
}
.TagClassName
{
border-color: #75C546;
}
</style>