Shades of Mantis #75E83A
Tints of Mantis #75E83A
RGB
CMYK
RGB Variations
Color information
#75E83A (or 0x75E83A) is known color: Mantis. HEX triplet: 75, E8 and 3A. RGB value is (117,232,58). Sum of RGB (Red+Green+Blue) = 117+232+58=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 232 (91.02% from 255 or 57.00% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 232 - color contains mainly: green. Hex color #75E83A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E83A is #8A17C5. Grayscale: #B2B2B2. Windows color (decimal): -9050054 or 3860597. OLE color: 3860597.
HSL color Cylindrical-coordinate representation of color #75E83A: hue angle of 99.66º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75E83A is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 58 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.09 |
| HSL | 99.66º | 0.79% | 0.57% | - |
| HSV(B) | 99.66º | 0.75% | 0.91% | - |
| XYZ | 36.96 | 61.8 | 13.98 | - |
| YUV | 177.78 | 60.4 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 58 | 0.50 | 0 | 0.75 | 0.09 | 99.66 | 0.79 | 0.57 |
| Hex | 75 | E8 | 3A | 32 | 0 | 4B | 9 | 64 | 4F | 39 |
| Octal | 165 | 350 | 72 | 62 | 0 | 113 | 11 | 144 | 117 | 71 |
| Binary | 1110101 | 11101000 | 111010 | 110010 | 0 | 1001011 | 1001 | 1100100 | 1001111 | 111001 |
Color Harmonies of #75E83A
Complementary color
Monochromatic Colors of #75E83A
Black with #75E83A
Text Example
Text Example
White with #75E83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E83A; }
p { color: rgb(117,232,58); }
H1.HeaderClassName
{
color: #75E83A;
}
.AnyTagClassName
{
color: #75E83A;
}
</style>
background-color css
<style>
a { background-color: #75E83A; }
a { background-color: rgb(117,232,58); }
div.DivClassName
{
background-color: #75E83A;
}
.BgClassName
{
background-color: #75E83A;
}
</style>
border-color css
<style>
span { border-color: #75E83A; }
span { border-color: rgb(117,232,58); }
td.TdClassName
{
border-color: #75E83A;
}
.TagClassName
{
border-color: #75E83A;
}
</style>