Shades of Mantis #75BA52
Tints of Mantis #75BA52
RGB
CMYK
RGB Variations
Color information
#75BA52 (or 0x75BA52) is known color: Mantis. HEX triplet: 75, BA and 52. RGB value is (117,186,82). Sum of RGB (Red+Green+Blue) = 117+186+82=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA52 is #8A45AD. Grayscale: #999999. Windows color (decimal): -9061806 or 5421685. OLE color: 5421685.
HSL color Cylindrical-coordinate representation of color #75BA52: hue angle of 99.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75BA52 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 82 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.27 |
| HSL | 99.81º | 0.43% | 0.53% | - |
| HSV(B) | 99.81º | 0.56% | 0.73% | - |
| XYZ | 26.42 | 39.51 | 14.22 | - |
| YUV | 153.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 82 | 0.37 | 0 | 0.56 | 0.27 | 99.81 | 0.43 | 0.53 |
| Hex | 75 | BA | 52 | 25 | 0 | 38 | 1B | 64 | 2B | 35 |
| Octal | 165 | 272 | 122 | 45 | 0 | 70 | 33 | 144 | 53 | 65 |
| Binary | 1110101 | 10111010 | 1010010 | 100101 | 0 | 111000 | 11011 | 1100100 | 101011 | 110101 |
Color Harmonies of #75BA52
Complementary color
Monochromatic Colors of #75BA52
Black with #75BA52
Text Example
Text Example
White with #75BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA52; }
p { color: rgb(117,186,82); }
H1.HeaderClassName
{
color: #75BA52;
}
.AnyTagClassName
{
color: #75BA52;
}
</style>
background-color css
<style>
a { background-color: #75BA52; }
a { background-color: rgb(117,186,82); }
div.DivClassName
{
background-color: #75BA52;
}
.BgClassName
{
background-color: #75BA52;
}
</style>
border-color css
<style>
span { border-color: #75BA52; }
span { border-color: rgb(117,186,82); }
td.TdClassName
{
border-color: #75BA52;
}
.TagClassName
{
border-color: #75BA52;
}
</style>