Shades of Mantis #75E140
Tints of Mantis #75E140
RGB
CMYK
RGB Variations
Color information
#75E140 (or 0x75E140) is known color: Mantis. HEX triplet: 75, E1 and 40. RGB value is (117,225,64). Sum of RGB (Red+Green+Blue) = 117+225+64=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #75E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E140 is #8A1EBF. Grayscale: #AEAEAE. Windows color (decimal): -9051840 or 4252021. OLE color: 4252021.
HSL color Cylindrical-coordinate representation of color #75E140: hue angle of 100.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75E140 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 64 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.12 |
| HSL | 100.25º | 0.73% | 0.57% | - |
| HSV(B) | 100.25º | 0.72% | 0.88% | - |
| XYZ | 35.19 | 58 | 14.19 | - |
| YUV | 174.35 | 65.72 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 64 | 0.48 | 0 | 0.72 | 0.12 | 100.25 | 0.73 | 0.57 |
| Hex | 75 | E1 | 40 | 30 | 0 | 48 | C | 64 | 49 | 39 |
| Octal | 165 | 341 | 100 | 60 | 0 | 110 | 14 | 144 | 111 | 71 |
| Binary | 1110101 | 11100001 | 1000000 | 110000 | 0 | 1001000 | 1100 | 1100100 | 1001001 | 111001 |
Color Harmonies of #75E140
Complementary color
Monochromatic Colors of #75E140
Black with #75E140
Text Example
Text Example
White with #75E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E140; }
p { color: rgb(117,225,64); }
H1.HeaderClassName
{
color: #75E140;
}
.AnyTagClassName
{
color: #75E140;
}
</style>
background-color css
<style>
a { background-color: #75E140; }
a { background-color: rgb(117,225,64); }
div.DivClassName
{
background-color: #75E140;
}
.BgClassName
{
background-color: #75E140;
}
</style>
border-color css
<style>
span { border-color: #75E140; }
span { border-color: rgb(117,225,64); }
td.TdClassName
{
border-color: #75E140;
}
.TagClassName
{
border-color: #75E140;
}
</style>