Shades of Mantis #75C050
Tints of Mantis #75C050
RGB
CMYK
RGB Variations
Color information
#75C050 (or 0x75C050) is known color: Mantis. HEX triplet: 75, C0 and 50. RGB value is (117,192,80). Sum of RGB (Red+Green+Blue) = 117+192+80=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #75C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C050 is #8A3FAF. Grayscale: #9D9D9D. Windows color (decimal): -9060272 or 5292149. OLE color: 5292149.
HSL color Cylindrical-coordinate representation of color #75C050: hue angle of 100.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75C050 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 80 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.25 |
| HSL | 100.18º | 0.47% | 0.53% | - |
| HSV(B) | 100.18º | 0.58% | 0.75% | - |
| XYZ | 27.63 | 42.06 | 14.25 | - |
| YUV | 156.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 80 | 0.39 | 0 | 0.58 | 0.25 | 100.18 | 0.47 | 0.53 |
| Hex | 75 | C0 | 50 | 27 | 0 | 3A | 19 | 64 | 2F | 35 |
| Octal | 165 | 300 | 120 | 47 | 0 | 72 | 31 | 144 | 57 | 65 |
| Binary | 1110101 | 11000000 | 1010000 | 100111 | 0 | 111010 | 11001 | 1100100 | 101111 | 110101 |
Color Harmonies of #75C050
Complementary color
Monochromatic Colors of #75C050
Black with #75C050
Text Example
Text Example
White with #75C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C050; }
p { color: rgb(117,192,80); }
H1.HeaderClassName
{
color: #75C050;
}
.AnyTagClassName
{
color: #75C050;
}
</style>
background-color css
<style>
a { background-color: #75C050; }
a { background-color: rgb(117,192,80); }
div.DivClassName
{
background-color: #75C050;
}
.BgClassName
{
background-color: #75C050;
}
</style>
border-color css
<style>
span { border-color: #75C050; }
span { border-color: rgb(117,192,80); }
td.TdClassName
{
border-color: #75C050;
}
.TagClassName
{
border-color: #75C050;
}
</style>