Shades of Mantis #75C358
Tints of Mantis #75C358
RGB
CMYK
RGB Variations
Color information
#75C358 (or 0x75C358) is known color: Mantis. HEX triplet: 75, C3 and 58. RGB value is (117,195,88). Sum of RGB (Red+Green+Blue) = 117+195+88=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #75C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C358 is #8A3CA7. Grayscale: #9F9F9F. Windows color (decimal): -9059496 or 5817205. OLE color: 5817205.
HSL color Cylindrical-coordinate representation of color #75C358: hue angle of 103.74º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75C358 is Cyan = 0.4, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 88 | - |
| CMYK | 0.4 | 0 | 0.55 | 0.24 |
| HSL | 103.74º | 0.47% | 0.55% | - |
| HSV(B) | 103.74º | 0.55% | 0.76% | - |
| XYZ | 28.61 | 43.52 | 16.12 | - |
| YUV | 159.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 88 | 0.4 | 0 | 0.55 | 0.24 | 103.74 | 0.47 | 0.55 |
| Hex | 75 | C3 | 58 | 28 | 0 | 37 | 18 | 68 | 2F | 37 |
| Octal | 165 | 303 | 130 | 50 | 0 | 67 | 30 | 150 | 57 | 67 |
| Binary | 1110101 | 11000011 | 1011000 | 101000 | 0 | 110111 | 11000 | 1101000 | 101111 | 110111 |
Color Harmonies of #75C358
Complementary color
Monochromatic Colors of #75C358
Black with #75C358
Text Example
Text Example
White with #75C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C358; }
p { color: rgb(117,195,88); }
H1.HeaderClassName
{
color: #75C358;
}
.AnyTagClassName
{
color: #75C358;
}
</style>
background-color css
<style>
a { background-color: #75C358; }
a { background-color: rgb(117,195,88); }
div.DivClassName
{
background-color: #75C358;
}
.BgClassName
{
background-color: #75C358;
}
</style>
border-color css
<style>
span { border-color: #75C358; }
span { border-color: rgb(117,195,88); }
td.TdClassName
{
border-color: #75C358;
}
.TagClassName
{
border-color: #75C358;
}
</style>