Shades of Mantis #75C258
Tints of Mantis #75C258
RGB
CMYK
RGB Variations
Color information
#75C258 (or 0x75C258) is known color: Mantis. HEX triplet: 75, C2 and 58. RGB value is (117,194,88). Sum of RGB (Red+Green+Blue) = 117+194+88=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #75C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C258 is #8A3DA7. Grayscale: #9F9F9F. Windows color (decimal): -9059752 or 5816949. OLE color: 5816949.
HSL color Cylindrical-coordinate representation of color #75C258: hue angle of 103.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75C258 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 88 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.24 |
| HSL | 103.58º | 0.46% | 0.55% | - |
| HSV(B) | 103.58º | 0.55% | 0.76% | - |
| XYZ | 28.39 | 43.07 | 16.05 | - |
| YUV | 158.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 88 | 0.40 | 0 | 0.55 | 0.24 | 103.58 | 0.46 | 0.55 |
| Hex | 75 | C2 | 58 | 28 | 0 | 37 | 18 | 68 | 2E | 37 |
| Octal | 165 | 302 | 130 | 50 | 0 | 67 | 30 | 150 | 56 | 67 |
| Binary | 1110101 | 11000010 | 1011000 | 101000 | 0 | 110111 | 11000 | 1101000 | 101110 | 110111 |
Color Harmonies of #75C258
Complementary color
Monochromatic Colors of #75C258
Black with #75C258
Text Example
Text Example
White with #75C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C258; }
p { color: rgb(117,194,88); }
H1.HeaderClassName
{
color: #75C258;
}
.AnyTagClassName
{
color: #75C258;
}
</style>
background-color css
<style>
a { background-color: #75C258; }
a { background-color: rgb(117,194,88); }
div.DivClassName
{
background-color: #75C258;
}
.BgClassName
{
background-color: #75C258;
}
</style>
border-color css
<style>
span { border-color: #75C258; }
span { border-color: rgb(117,194,88); }
td.TdClassName
{
border-color: #75C258;
}
.TagClassName
{
border-color: #75C258;
}
</style>