Shades of Mantis #75C052
Tints of Mantis #75C052
RGB
CMYK
RGB Variations
Color information
#75C052 (or 0x75C052) is known color: Mantis. HEX triplet: 75, C0 and 52. RGB value is (117,192,82). Sum of RGB (Red+Green+Blue) = 117+192+82=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #75C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C052 is #8A3FAD. Grayscale: #9D9D9D. Windows color (decimal): -9060270 or 5423221. OLE color: 5423221.
HSL color Cylindrical-coordinate representation of color #75C052: hue angle of 100.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75C052 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 82 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.25 |
| HSL | 100.91º | 0.47% | 0.54% | - |
| HSV(B) | 100.91º | 0.57% | 0.75% | - |
| XYZ | 27.71 | 42.09 | 14.65 | - |
| YUV | 157.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 82 | 0.39 | 0 | 0.57 | 0.25 | 100.91 | 0.47 | 0.54 |
| Hex | 75 | C0 | 52 | 27 | 0 | 39 | 19 | 65 | 2F | 36 |
| Octal | 165 | 300 | 122 | 47 | 0 | 71 | 31 | 145 | 57 | 66 |
| Binary | 1110101 | 11000000 | 1010010 | 100111 | 0 | 111001 | 11001 | 1100101 | 101111 | 110110 |
Color Harmonies of #75C052
Complementary color
Monochromatic Colors of #75C052
Black with #75C052
Text Example
Text Example
White with #75C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C052; }
p { color: rgb(117,192,82); }
H1.HeaderClassName
{
color: #75C052;
}
.AnyTagClassName
{
color: #75C052;
}
</style>
background-color css
<style>
a { background-color: #75C052; }
a { background-color: rgb(117,192,82); }
div.DivClassName
{
background-color: #75C052;
}
.BgClassName
{
background-color: #75C052;
}
</style>
border-color css
<style>
span { border-color: #75C052; }
span { border-color: rgb(117,192,82); }
td.TdClassName
{
border-color: #75C052;
}
.TagClassName
{
border-color: #75C052;
}
</style>