Shades of Mantis #75D758
Tints of Mantis #75D758
RGB
CMYK
RGB Variations
Color information
#75D758 (or 0x75D758) is known color: Mantis. HEX triplet: 75, D7 and 58. RGB value is (117,215,88). Sum of RGB (Red+Green+Blue) = 117+215+88=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #75D758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D758 is #8A28A7. Grayscale: #ABABAB. Windows color (decimal): -9054376 or 5822325. OLE color: 5822325.
HSL color Cylindrical-coordinate representation of color #75D758: hue angle of 106.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75D758 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 88 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.16 |
| HSL | 106.3º | 0.61% | 0.59% | - |
| HSV(B) | 106.3º | 0.59% | 0.84% | - |
| XYZ | 33.4 | 53.09 | 17.72 | - |
| YUV | 171.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 88 | 0.46 | 0 | 0.59 | 0.16 | 106.3 | 0.61 | 0.59 |
| Hex | 75 | D7 | 58 | 2E | 0 | 3B | 10 | 6A | 3D | 3B |
| Octal | 165 | 327 | 130 | 56 | 0 | 73 | 20 | 152 | 75 | 73 |
| Binary | 1110101 | 11010111 | 1011000 | 101110 | 0 | 111011 | 10000 | 1101010 | 111101 | 111011 |
Color Harmonies of #75D758
Complementary color
Monochromatic Colors of #75D758
Black with #75D758
Text Example
Text Example
White with #75D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D758; }
p { color: rgb(117,215,88); }
H1.HeaderClassName
{
color: #75D758;
}
.AnyTagClassName
{
color: #75D758;
}
</style>
background-color css
<style>
a { background-color: #75D758; }
a { background-color: rgb(117,215,88); }
div.DivClassName
{
background-color: #75D758;
}
.BgClassName
{
background-color: #75D758;
}
</style>
border-color css
<style>
span { border-color: #75D758; }
span { border-color: rgb(117,215,88); }
td.TdClassName
{
border-color: #75D758;
}
.TagClassName
{
border-color: #75D758;
}
</style>