Shades of Mantis #75D360
Tints of Mantis #75D360
RGB
CMYK
RGB Variations
Color information
#75D360 (or 0x75D360) is known color: Mantis. HEX triplet: 75, D3 and 60. RGB value is (117,211,96). Sum of RGB (Red+Green+Blue) = 117+211+96=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #75D360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D360 is #8A2C9F. Grayscale: #AAAAAA. Windows color (decimal): -9055392 or 6345589. OLE color: 6345589.
HSL color Cylindrical-coordinate representation of color #75D360: hue angle of 109.04º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75D360 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 96 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.17 |
| HSL | 109.04º | 0.57% | 0.6% | - |
| HSV(B) | 109.04º | 0.55% | 0.83% | - |
| XYZ | 32.74 | 51.21 | 19.23 | - |
| YUV | 169.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 96 | 0.45 | 0 | 0.55 | 0.17 | 109.04 | 0.57 | 0.6 |
| Hex | 75 | D3 | 60 | 2D | 0 | 37 | 11 | 6D | 39 | 3C |
| Octal | 165 | 323 | 140 | 55 | 0 | 67 | 21 | 155 | 71 | 74 |
| Binary | 1110101 | 11010011 | 1100000 | 101101 | 0 | 110111 | 10001 | 1101101 | 111001 | 111100 |
Color Harmonies of #75D360
Complementary color
Monochromatic Colors of #75D360
Black with #75D360
Text Example
Text Example
White with #75D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D360; }
p { color: rgb(117,211,96); }
H1.HeaderClassName
{
color: #75D360;
}
.AnyTagClassName
{
color: #75D360;
}
</style>
background-color css
<style>
a { background-color: #75D360; }
a { background-color: rgb(117,211,96); }
div.DivClassName
{
background-color: #75D360;
}
.BgClassName
{
background-color: #75D360;
}
</style>
border-color css
<style>
span { border-color: #75D360; }
span { border-color: rgb(117,211,96); }
td.TdClassName
{
border-color: #75D360;
}
.TagClassName
{
border-color: #75D360;
}
</style>