Shades of Mantis #75D846
Tints of Mantis #75D846
RGB
CMYK
RGB Variations
Color information
#75D846 (or 0x75D846) is known color: Mantis. HEX triplet: 75, D8 and 46. RGB value is (117,216,70). Sum of RGB (Red+Green+Blue) = 117+216+70=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #75D846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D846 is #8A27B9. Grayscale: #AAAAAA. Windows color (decimal): -9054138 or 4642933. OLE color: 4642933.
HSL color Cylindrical-coordinate representation of color #75D846: hue angle of 100.68º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75D846 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 70 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.15 |
| HSL | 100.68º | 0.65% | 0.56% | - |
| HSV(B) | 100.68º | 0.68% | 0.85% | - |
| XYZ | 33 | 53.34 | 14.35 | - |
| YUV | 169.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 70 | 0.46 | 0 | 0.68 | 0.15 | 100.68 | 0.65 | 0.56 |
| Hex | 75 | D8 | 46 | 2E | 0 | 44 | F | 65 | 41 | 38 |
| Octal | 165 | 330 | 106 | 56 | 0 | 104 | 17 | 145 | 101 | 70 |
| Binary | 1110101 | 11011000 | 1000110 | 101110 | 0 | 1000100 | 1111 | 1100101 | 1000001 | 111000 |
Color Harmonies of #75D846
Complementary color
Monochromatic Colors of #75D846
Black with #75D846
Text Example
Text Example
White with #75D846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D846; }
p { color: rgb(117,216,70); }
H1.HeaderClassName
{
color: #75D846;
}
.AnyTagClassName
{
color: #75D846;
}
</style>
background-color css
<style>
a { background-color: #75D846; }
a { background-color: rgb(117,216,70); }
div.DivClassName
{
background-color: #75D846;
}
.BgClassName
{
background-color: #75D846;
}
</style>
border-color css
<style>
span { border-color: #75D846; }
span { border-color: rgb(117,216,70); }
td.TdClassName
{
border-color: #75D846;
}
.TagClassName
{
border-color: #75D846;
}
</style>