Shades of Mantis #75E155
Tints of Mantis #75E155
RGB
CMYK
RGB Variations
Color information
#75E155 (or 0x75E155) is known color: Mantis. HEX triplet: 75, E1 and 55. RGB value is (117,225,85). Sum of RGB (Red+Green+Blue) = 117+225+85=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #75E155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E155 is #8A1EAA. Grayscale: #B1B1B1. Windows color (decimal): -9051819 or 5628277. OLE color: 5628277.
HSL color Cylindrical-coordinate representation of color #75E155: hue angle of 106.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75E155 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 85 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.12 |
| HSL | 106.29º | 0.7% | 0.61% | - |
| HSV(B) | 106.29º | 0.62% | 0.88% | - |
| XYZ | 35.9 | 58.29 | 17.95 | - |
| YUV | 176.75 | 76.22 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 85 | 0.48 | 0 | 0.62 | 0.12 | 106.29 | 0.7 | 0.61 |
| Hex | 75 | E1 | 55 | 30 | 0 | 3E | C | 6A | 46 | 3D |
| Octal | 165 | 341 | 125 | 60 | 0 | 76 | 14 | 152 | 106 | 75 |
| Binary | 1110101 | 11100001 | 1010101 | 110000 | 0 | 111110 | 1100 | 1101010 | 1000110 | 111101 |
Color Harmonies of #75E155
Complementary color
Monochromatic Colors of #75E155
Black with #75E155
Text Example
Text Example
White with #75E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E155; }
p { color: rgb(117,225,85); }
H1.HeaderClassName
{
color: #75E155;
}
.AnyTagClassName
{
color: #75E155;
}
</style>
background-color css
<style>
a { background-color: #75E155; }
a { background-color: rgb(117,225,85); }
div.DivClassName
{
background-color: #75E155;
}
.BgClassName
{
background-color: #75E155;
}
</style>
border-color css
<style>
span { border-color: #75E155; }
span { border-color: rgb(117,225,85); }
td.TdClassName
{
border-color: #75E155;
}
.TagClassName
{
border-color: #75E155;
}
</style>