Shades of Mantis #75D550
Tints of Mantis #75D550
RGB
CMYK
RGB Variations
Color information
#75D550 (or 0x75D550) is known color: Mantis. HEX triplet: 75, D5 and 50. RGB value is (117,213,80). Sum of RGB (Red+Green+Blue) = 117+213+80=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #75D550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D550 is #8A2AAF. Grayscale: #A9A9A9. Windows color (decimal): -9054896 or 5297525. OLE color: 5297525.
HSL color Cylindrical-coordinate representation of color #75D550: hue angle of 103.31º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D550 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 80 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.16 |
| HSL | 103.31º | 0.61% | 0.57% | - |
| HSV(B) | 103.31º | 0.62% | 0.84% | - |
| XYZ | 32.58 | 51.95 | 15.9 | - |
| YUV | 169.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 80 | 0.45 | 0 | 0.62 | 0.16 | 103.31 | 0.61 | 0.57 |
| Hex | 75 | D5 | 50 | 2D | 0 | 3E | 10 | 67 | 3D | 39 |
| Octal | 165 | 325 | 120 | 55 | 0 | 76 | 20 | 147 | 75 | 71 |
| Binary | 1110101 | 11010101 | 1010000 | 101101 | 0 | 111110 | 10000 | 1100111 | 111101 | 111001 |
Color Harmonies of #75D550
Complementary color
Monochromatic Colors of #75D550
Black with #75D550
Text Example
Text Example
White with #75D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D550; }
p { color: rgb(117,213,80); }
H1.HeaderClassName
{
color: #75D550;
}
.AnyTagClassName
{
color: #75D550;
}
</style>
background-color css
<style>
a { background-color: #75D550; }
a { background-color: rgb(117,213,80); }
div.DivClassName
{
background-color: #75D550;
}
.BgClassName
{
background-color: #75D550;
}
</style>
border-color css
<style>
span { border-color: #75D550; }
span { border-color: rgb(117,213,80); }
td.TdClassName
{
border-color: #75D550;
}
.TagClassName
{
border-color: #75D550;
}
</style>