Shades of Mantis #75B353
Tints of Mantis #75B353
RGB
CMYK
RGB Variations
Color information
#75B353 (or 0x75B353) is known color: Mantis. HEX triplet: 75, B3 and 53. RGB value is (117,179,83). Sum of RGB (Red+Green+Blue) = 117+179+83=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #75B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B353 is #8A4CAC. Grayscale: #959595. Windows color (decimal): -9063597 or 5485429. OLE color: 5485429.
HSL color Cylindrical-coordinate representation of color #75B353: hue angle of 98.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75B353 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 83 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.30 |
| HSL | 98.75º | 0.39% | 0.51% | - |
| HSV(B) | 98.75º | 0.54% | 0.7% | - |
| XYZ | 25.02 | 36.65 | 13.94 | - |
| YUV | 149.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 83 | 0.35 | 0 | 0.54 | 0.30 | 98.75 | 0.39 | 0.51 |
| Hex | 75 | B3 | 53 | 23 | 0 | 36 | 1E | 63 | 27 | 33 |
| Octal | 165 | 263 | 123 | 43 | 0 | 66 | 36 | 143 | 47 | 63 |
| Binary | 1110101 | 10110011 | 1010011 | 100011 | 0 | 110110 | 11110 | 1100011 | 100111 | 110011 |
Color Harmonies of #75B353
Complementary color
Monochromatic Colors of #75B353
Black with #75B353
Text Example
Text Example
White with #75B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B353; }
p { color: rgb(117,179,83); }
H1.HeaderClassName
{
color: #75B353;
}
.AnyTagClassName
{
color: #75B353;
}
</style>
background-color css
<style>
a { background-color: #75B353; }
a { background-color: rgb(117,179,83); }
div.DivClassName
{
background-color: #75B353;
}
.BgClassName
{
background-color: #75B353;
}
</style>
border-color css
<style>
span { border-color: #75B353; }
span { border-color: rgb(117,179,83); }
td.TdClassName
{
border-color: #75B353;
}
.TagClassName
{
border-color: #75B353;
}
</style>