Shades of Mantis #75B953
Tints of Mantis #75B953
RGB
CMYK
RGB Variations
Color information
#75B953 (or 0x75B953) is known color: Mantis. HEX triplet: 75, B9 and 53. RGB value is (117,185,83). Sum of RGB (Red+Green+Blue) = 117+185+83=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #75B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B953 is #8A46AC. Grayscale: #999999. Windows color (decimal): -9062061 or 5486965. OLE color: 5486965.
HSL color Cylindrical-coordinate representation of color #75B953: hue angle of 100º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75B953 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 83 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.27 |
| HSL | 100º | 0.42% | 0.53% | - |
| HSV(B) | 100º | 0.55% | 0.73% | - |
| XYZ | 26.25 | 39.1 | 14.35 | - |
| YUV | 153.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 83 | 0.37 | 0 | 0.55 | 0.27 | 100 | 0.42 | 0.53 |
| Hex | 75 | B9 | 53 | 25 | 0 | 37 | 1B | 64 | 2A | 35 |
| Octal | 165 | 271 | 123 | 45 | 0 | 67 | 33 | 144 | 52 | 65 |
| Binary | 1110101 | 10111001 | 1010011 | 100101 | 0 | 110111 | 11011 | 1100100 | 101010 | 110101 |
Color Harmonies of #75B953
Complementary color
Monochromatic Colors of #75B953
Black with #75B953
Text Example
Text Example
White with #75B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B953; }
p { color: rgb(117,185,83); }
H1.HeaderClassName
{
color: #75B953;
}
.AnyTagClassName
{
color: #75B953;
}
</style>
background-color css
<style>
a { background-color: #75B953; }
a { background-color: rgb(117,185,83); }
div.DivClassName
{
background-color: #75B953;
}
.BgClassName
{
background-color: #75B953;
}
</style>
border-color css
<style>
span { border-color: #75B953; }
span { border-color: rgb(117,185,83); }
td.TdClassName
{
border-color: #75B953;
}
.TagClassName
{
border-color: #75B953;
}
</style>