Shades of Mantis #75D358
Tints of Mantis #75D358
RGB
CMYK
RGB Variations
Color information
#75D358 (or 0x75D358) is known color: Mantis. HEX triplet: 75, D3 and 58. RGB value is (117,211,88). Sum of RGB (Red+Green+Blue) = 117+211+88=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #75D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D358 is #8A2CA7. Grayscale: #A9A9A9. Windows color (decimal): -9055400 or 5821301. OLE color: 5821301.
HSL color Cylindrical-coordinate representation of color #75D358: hue angle of 105.85º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75D358 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 88 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.17 |
| HSL | 105.85º | 0.58% | 0.59% | - |
| HSV(B) | 105.85º | 0.58% | 0.83% | - |
| XYZ | 32.39 | 51.08 | 17.38 | - |
| YUV | 168.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 88 | 0.45 | 0 | 0.58 | 0.17 | 105.85 | 0.58 | 0.59 |
| Hex | 75 | D3 | 58 | 2D | 0 | 3A | 11 | 6A | 3A | 3B |
| Octal | 165 | 323 | 130 | 55 | 0 | 72 | 21 | 152 | 72 | 73 |
| Binary | 1110101 | 11010011 | 1011000 | 101101 | 0 | 111010 | 10001 | 1101010 | 111010 | 111011 |
Color Harmonies of #75D358
Complementary color
Monochromatic Colors of #75D358
Black with #75D358
Text Example
Text Example
White with #75D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D358; }
p { color: rgb(117,211,88); }
H1.HeaderClassName
{
color: #75D358;
}
.AnyTagClassName
{
color: #75D358;
}
</style>
background-color css
<style>
a { background-color: #75D358; }
a { background-color: rgb(117,211,88); }
div.DivClassName
{
background-color: #75D358;
}
.BgClassName
{
background-color: #75D358;
}
</style>
border-color css
<style>
span { border-color: #75D358; }
span { border-color: rgb(117,211,88); }
td.TdClassName
{
border-color: #75D358;
}
.TagClassName
{
border-color: #75D358;
}
</style>