Shades of Mantis #75D355
Tints of Mantis #75D355
RGB
CMYK
RGB Variations
Color information
#75D355 (or 0x75D355) is known color: Mantis. HEX triplet: 75, D3 and 55. RGB value is (117,211,85). Sum of RGB (Red+Green+Blue) = 117+211+85=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #75D355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D355 is #8A2CAA. Grayscale: #A8A8A8. Windows color (decimal): -9055403 or 5624693. OLE color: 5624693.
HSL color Cylindrical-coordinate representation of color #75D355: hue angle of 104.76º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75D355 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 85 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.17 |
| HSL | 104.76º | 0.59% | 0.58% | - |
| HSV(B) | 104.76º | 0.6% | 0.83% | - |
| XYZ | 32.27 | 51.03 | 16.74 | - |
| YUV | 168.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 85 | 0.45 | 0 | 0.60 | 0.17 | 104.76 | 0.59 | 0.58 |
| Hex | 75 | D3 | 55 | 2D | 0 | 3C | 11 | 69 | 3B | 3A |
| Octal | 165 | 323 | 125 | 55 | 0 | 74 | 21 | 151 | 73 | 72 |
| Binary | 1110101 | 11010011 | 1010101 | 101101 | 0 | 111100 | 10001 | 1101001 | 111011 | 111010 |
Color Harmonies of #75D355
Complementary color
Monochromatic Colors of #75D355
Black with #75D355
Text Example
Text Example
White with #75D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D355; }
p { color: rgb(117,211,85); }
H1.HeaderClassName
{
color: #75D355;
}
.AnyTagClassName
{
color: #75D355;
}
</style>
background-color css
<style>
a { background-color: #75D355; }
a { background-color: rgb(117,211,85); }
div.DivClassName
{
background-color: #75D355;
}
.BgClassName
{
background-color: #75D355;
}
</style>
border-color css
<style>
span { border-color: #75D355; }
span { border-color: rgb(117,211,85); }
td.TdClassName
{
border-color: #75D355;
}
.TagClassName
{
border-color: #75D355;
}
</style>