Shades of Mantis #75BB54
Tints of Mantis #75BB54
RGB
CMYK
RGB Variations
Color information
#75BB54 (or 0x75BB54) is known color: Mantis. HEX triplet: 75, BB and 54. RGB value is (117,187,84). Sum of RGB (Red+Green+Blue) = 117+187+84=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB54 is #8A44AB. Grayscale: #9A9A9A. Windows color (decimal): -9061548 or 5553013. OLE color: 5553013.
HSL color Cylindrical-coordinate representation of color #75BB54: hue angle of 100.78º degrees, saturation: 0.43, 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 #75BB54 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 84 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.27 |
| HSL | 100.78º | 0.43% | 0.53% | - |
| HSV(B) | 100.78º | 0.55% | 0.73% | - |
| XYZ | 26.71 | 39.96 | 14.69 | - |
| YUV | 154.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 84 | 0.37 | 0 | 0.55 | 0.27 | 100.78 | 0.43 | 0.53 |
| Hex | 75 | BB | 54 | 25 | 0 | 37 | 1B | 65 | 2B | 35 |
| Octal | 165 | 273 | 124 | 45 | 0 | 67 | 33 | 145 | 53 | 65 |
| Binary | 1110101 | 10111011 | 1010100 | 100101 | 0 | 110111 | 11011 | 1100101 | 101011 | 110101 |
Color Harmonies of #75BB54
Complementary color
Monochromatic Colors of #75BB54
Black with #75BB54
Text Example
Text Example
White with #75BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB54; }
p { color: rgb(117,187,84); }
H1.HeaderClassName
{
color: #75BB54;
}
.AnyTagClassName
{
color: #75BB54;
}
</style>
background-color css
<style>
a { background-color: #75BB54; }
a { background-color: rgb(117,187,84); }
div.DivClassName
{
background-color: #75BB54;
}
.BgClassName
{
background-color: #75BB54;
}
</style>
border-color css
<style>
span { border-color: #75BB54; }
span { border-color: rgb(117,187,84); }
td.TdClassName
{
border-color: #75BB54;
}
.TagClassName
{
border-color: #75BB54;
}
</style>