Shades of Mantis #75E146
Tints of Mantis #75E146
RGB
CMYK
RGB Variations
Color information
#75E146 (or 0x75E146) is known color: Mantis. HEX triplet: 75, E1 and 46. RGB value is (117,225,70). Sum of RGB (Red+Green+Blue) = 117+225+70=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #75E146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E146 is #8A1EB9. Grayscale: #AFAFAF. Windows color (decimal): -9051834 or 4645237. OLE color: 4645237.
HSL color Cylindrical-coordinate representation of color #75E146: hue angle of 101.81º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75E146 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 70 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.12 |
| HSL | 101.81º | 0.72% | 0.58% | - |
| HSV(B) | 101.81º | 0.69% | 0.88% | - |
| XYZ | 35.37 | 58.07 | 15.14 | - |
| YUV | 175.04 | 68.72 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 70 | 0.48 | 0 | 0.69 | 0.12 | 101.81 | 0.72 | 0.58 |
| Hex | 75 | E1 | 46 | 30 | 0 | 45 | C | 66 | 48 | 3A |
| Octal | 165 | 341 | 106 | 60 | 0 | 105 | 14 | 146 | 110 | 72 |
| Binary | 1110101 | 11100001 | 1000110 | 110000 | 0 | 1000101 | 1100 | 1100110 | 1001000 | 111010 |
Color Harmonies of #75E146
Complementary color
Monochromatic Colors of #75E146
Black with #75E146
Text Example
Text Example
White with #75E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E146; }
p { color: rgb(117,225,70); }
H1.HeaderClassName
{
color: #75E146;
}
.AnyTagClassName
{
color: #75E146;
}
</style>
background-color css
<style>
a { background-color: #75E146; }
a { background-color: rgb(117,225,70); }
div.DivClassName
{
background-color: #75E146;
}
.BgClassName
{
background-color: #75E146;
}
</style>
border-color css
<style>
span { border-color: #75E146; }
span { border-color: rgb(117,225,70); }
td.TdClassName
{
border-color: #75E146;
}
.TagClassName
{
border-color: #75E146;
}
</style>