Shades of Mantis #75E845
Tints of Mantis #75E845
RGB
CMYK
RGB Variations
Color information
#75E845 (or 0x75E845) is known color: Mantis. HEX triplet: 75, E8 and 45. RGB value is (117,232,69). Sum of RGB (Red+Green+Blue) = 117+232+69=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #75E845 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E845 is #8A17BA. Grayscale: #B3B3B3. Windows color (decimal): -9050043 or 4581493. OLE color: 4581493.
HSL color Cylindrical-coordinate representation of color #75E845: hue angle of 102.33º degrees, saturation: 0.78, 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 #75E845 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 69 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.09 |
| HSL | 102.33º | 0.78% | 0.59% | - |
| HSV(B) | 102.33º | 0.7% | 0.91% | - |
| XYZ | 37.27 | 61.92 | 15.62 | - |
| YUV | 179.03 | 65.9 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 69 | 0.50 | 0 | 0.70 | 0.09 | 102.33 | 0.78 | 0.59 |
| Hex | 75 | E8 | 45 | 32 | 0 | 46 | 9 | 66 | 4E | 3B |
| Octal | 165 | 350 | 105 | 62 | 0 | 106 | 11 | 146 | 116 | 73 |
| Binary | 1110101 | 11101000 | 1000101 | 110010 | 0 | 1000110 | 1001 | 1100110 | 1001110 | 111011 |
Color Harmonies of #75E845
Complementary color
Monochromatic Colors of #75E845
Black with #75E845
Text Example
Text Example
White with #75E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E845; }
p { color: rgb(117,232,69); }
H1.HeaderClassName
{
color: #75E845;
}
.AnyTagClassName
{
color: #75E845;
}
</style>
background-color css
<style>
a { background-color: #75E845; }
a { background-color: rgb(117,232,69); }
div.DivClassName
{
background-color: #75E845;
}
.BgClassName
{
background-color: #75E845;
}
</style>
border-color css
<style>
span { border-color: #75E845; }
span { border-color: rgb(117,232,69); }
td.TdClassName
{
border-color: #75E845;
}
.TagClassName
{
border-color: #75E845;
}
</style>