Shades of Mantis #75E745
Tints of Mantis #75E745
RGB
CMYK
RGB Variations
Color information
#75E745 (or 0x75E745) is known color: Mantis. HEX triplet: 75, E7 and 45. RGB value is (117,231,69). Sum of RGB (Red+Green+Blue) = 117+231+69=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #75E745 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E745 is #8A18BA. Grayscale: #B2B2B2. Windows color (decimal): -9050299 or 4581237. OLE color: 4581237.
HSL color Cylindrical-coordinate representation of color #75E745: hue angle of 102.22º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75E745 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 69 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.09 |
| HSL | 102.22º | 0.77% | 0.59% | - |
| HSV(B) | 102.22º | 0.7% | 0.91% | - |
| XYZ | 36.99 | 61.36 | 15.53 | - |
| YUV | 178.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 69 | 0.49 | 0 | 0.70 | 0.09 | 102.22 | 0.77 | 0.59 |
| Hex | 75 | E7 | 45 | 31 | 0 | 46 | 9 | 66 | 4D | 3B |
| Octal | 165 | 347 | 105 | 61 | 0 | 106 | 11 | 146 | 115 | 73 |
| Binary | 1110101 | 11100111 | 1000101 | 110001 | 0 | 1000110 | 1001 | 1100110 | 1001101 | 111011 |
Color Harmonies of #75E745
Complementary color
Monochromatic Colors of #75E745
Black with #75E745
Text Example
Text Example
White with #75E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E745; }
p { color: rgb(117,231,69); }
H1.HeaderClassName
{
color: #75E745;
}
.AnyTagClassName
{
color: #75E745;
}
</style>
background-color css
<style>
a { background-color: #75E745; }
a { background-color: rgb(117,231,69); }
div.DivClassName
{
background-color: #75E745;
}
.BgClassName
{
background-color: #75E745;
}
</style>
border-color css
<style>
span { border-color: #75E745; }
span { border-color: rgb(117,231,69); }
td.TdClassName
{
border-color: #75E745;
}
.TagClassName
{
border-color: #75E745;
}
</style>