Shades of Mantis #75C850
Tints of Mantis #75C850
RGB
CMYK
RGB Variations
Color information
#75C850 (or 0x75C850) is known color: Mantis. HEX triplet: 75, C8 and 50. RGB value is (117,200,80). Sum of RGB (Red+Green+Blue) = 117+200+80=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #75C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C850 is #8A37AF. Grayscale: #A1A1A1. Windows color (decimal): -9058224 or 5294197. OLE color: 5294197.
HSL color Cylindrical-coordinate representation of color #75C850: hue angle of 101.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75C850 is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 80 | - |
| CMYK | 0.42 | 0 | 0.6 | 0.22 |
| HSL | 101.5º | 0.52% | 0.55% | - |
| HSV(B) | 101.5º | 0.6% | 0.78% | - |
| XYZ | 29.44 | 45.67 | 14.85 | - |
| YUV | 161.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 80 | 0.42 | 0 | 0.6 | 0.22 | 101.5 | 0.52 | 0.55 |
| Hex | 75 | C8 | 50 | 2A | 0 | 3C | 16 | 66 | 34 | 37 |
| Octal | 165 | 310 | 120 | 52 | 0 | 74 | 26 | 146 | 64 | 67 |
| Binary | 1110101 | 11001000 | 1010000 | 101010 | 0 | 111100 | 10110 | 1100110 | 110100 | 110111 |
Color Harmonies of #75C850
Complementary color
Monochromatic Colors of #75C850
Black with #75C850
Text Example
Text Example
White with #75C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C850; }
p { color: rgb(117,200,80); }
H1.HeaderClassName
{
color: #75C850;
}
.AnyTagClassName
{
color: #75C850;
}
</style>
background-color css
<style>
a { background-color: #75C850; }
a { background-color: rgb(117,200,80); }
div.DivClassName
{
background-color: #75C850;
}
.BgClassName
{
background-color: #75C850;
}
</style>
border-color css
<style>
span { border-color: #75C850; }
span { border-color: rgb(117,200,80); }
td.TdClassName
{
border-color: #75C850;
}
.TagClassName
{
border-color: #75C850;
}
</style>