Shades of Mantis #75BA64
Tints of Mantis #75BA64
RGB
CMYK
RGB Variations
Color information
#75BA64 (or 0x75BA64) is known color: Mantis. HEX triplet: 75, BA and 64. RGB value is (117,186,100). Sum of RGB (Red+Green+Blue) = 117+186+100=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA64 is #8A459B. Grayscale: #9B9B9B. Windows color (decimal): -9061788 or 6601333. OLE color: 6601333.
HSL color Cylindrical-coordinate representation of color #75BA64: hue angle of 108.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BA64 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 100 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.27 |
| HSL | 108.14º | 0.38% | 0.56% | - |
| HSV(B) | 108.14º | 0.46% | 0.73% | - |
| XYZ | 27.2 | 39.82 | 18.31 | - |
| YUV | 155.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 100 | 0.37 | 0 | 0.46 | 0.27 | 108.14 | 0.38 | 0.56 |
| Hex | 75 | BA | 64 | 25 | 0 | 2E | 1B | 6C | 26 | 38 |
| Octal | 165 | 272 | 144 | 45 | 0 | 56 | 33 | 154 | 46 | 70 |
| Binary | 1110101 | 10111010 | 1100100 | 100101 | 0 | 101110 | 11011 | 1101100 | 100110 | 111000 |
Color Harmonies of #75BA64
Complementary color
Monochromatic Colors of #75BA64
Black with #75BA64
Text Example
Text Example
White with #75BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA64; }
p { color: rgb(117,186,100); }
H1.HeaderClassName
{
color: #75BA64;
}
.AnyTagClassName
{
color: #75BA64;
}
</style>
background-color css
<style>
a { background-color: #75BA64; }
a { background-color: rgb(117,186,100); }
div.DivClassName
{
background-color: #75BA64;
}
.BgClassName
{
background-color: #75BA64;
}
</style>
border-color css
<style>
span { border-color: #75BA64; }
span { border-color: rgb(117,186,100); }
td.TdClassName
{
border-color: #75BA64;
}
.TagClassName
{
border-color: #75BA64;
}
</style>