Shades of Mantis #75C350
Tints of Mantis #75C350
RGB
CMYK
RGB Variations
Color information
#75C350 (or 0x75C350) is known color: Mantis. HEX triplet: 75, C3 and 50. RGB value is (117,195,80). Sum of RGB (Red+Green+Blue) = 117+195+80=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #75C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C350 is #8A3CAF. Grayscale: #9E9E9E. Windows color (decimal): -9059504 or 5292917. OLE color: 5292917.
HSL color Cylindrical-coordinate representation of color #75C350: hue angle of 100.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75C350 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 80 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.24 |
| HSL | 100.7º | 0.49% | 0.54% | - |
| HSV(B) | 100.7º | 0.59% | 0.76% | - |
| XYZ | 28.3 | 43.39 | 14.47 | - |
| YUV | 158.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 80 | 0.4 | 0 | 0.59 | 0.24 | 100.7 | 0.49 | 0.54 |
| Hex | 75 | C3 | 50 | 28 | 0 | 3B | 18 | 65 | 31 | 36 |
| Octal | 165 | 303 | 120 | 50 | 0 | 73 | 30 | 145 | 61 | 66 |
| Binary | 1110101 | 11000011 | 1010000 | 101000 | 0 | 111011 | 11000 | 1100101 | 110001 | 110110 |
Color Harmonies of #75C350
Complementary color
Monochromatic Colors of #75C350
Black with #75C350
Text Example
Text Example
White with #75C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C350; }
p { color: rgb(117,195,80); }
H1.HeaderClassName
{
color: #75C350;
}
.AnyTagClassName
{
color: #75C350;
}
</style>
background-color css
<style>
a { background-color: #75C350; }
a { background-color: rgb(117,195,80); }
div.DivClassName
{
background-color: #75C350;
}
.BgClassName
{
background-color: #75C350;
}
</style>
border-color css
<style>
span { border-color: #75C350; }
span { border-color: rgb(117,195,80); }
td.TdClassName
{
border-color: #75C350;
}
.TagClassName
{
border-color: #75C350;
}
</style>