Shades of Mantis #75C450
Tints of Mantis #75C450
RGB
CMYK
RGB Variations
Color information
#75C450 (or 0x75C450) is known color: Mantis. HEX triplet: 75, C4 and 50. RGB value is (117,196,80). Sum of RGB (Red+Green+Blue) = 117+196+80=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #75C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C450 is #8A3BAF. Grayscale: #9F9F9F. Windows color (decimal): -9059248 or 5293173. OLE color: 5293173.
HSL color Cylindrical-coordinate representation of color #75C450: hue angle of 100.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75C450 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 80 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.23 |
| HSL | 100.86º | 0.5% | 0.54% | - |
| HSV(B) | 100.86º | 0.59% | 0.77% | - |
| XYZ | 28.52 | 43.84 | 14.55 | - |
| YUV | 159.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 80 | 0.40 | 0 | 0.59 | 0.23 | 100.86 | 0.5 | 0.54 |
| Hex | 75 | C4 | 50 | 28 | 0 | 3B | 17 | 65 | 32 | 36 |
| Octal | 165 | 304 | 120 | 50 | 0 | 73 | 27 | 145 | 62 | 66 |
| Binary | 1110101 | 11000100 | 1010000 | 101000 | 0 | 111011 | 10111 | 1100101 | 110010 | 110110 |
Color Harmonies of #75C450
Complementary color
Monochromatic Colors of #75C450
Black with #75C450
Text Example
Text Example
White with #75C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C450; }
p { color: rgb(117,196,80); }
H1.HeaderClassName
{
color: #75C450;
}
.AnyTagClassName
{
color: #75C450;
}
</style>
background-color css
<style>
a { background-color: #75C450; }
a { background-color: rgb(117,196,80); }
div.DivClassName
{
background-color: #75C450;
}
.BgClassName
{
background-color: #75C450;
}
</style>
border-color css
<style>
span { border-color: #75C450; }
span { border-color: rgb(117,196,80); }
td.TdClassName
{
border-color: #75C450;
}
.TagClassName
{
border-color: #75C450;
}
</style>