Shades of Mantis #75D15E
Tints of Mantis #75D15E
RGB
CMYK
RGB Variations
Color information
#75D15E (or 0x75D15E) is known color: Mantis. HEX triplet: 75, D1 and 5E. RGB value is (117,209,94). Sum of RGB (Red+Green+Blue) = 117+209+94=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #75D15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D15E is #8A2EA1. Grayscale: #A8A8A8. Windows color (decimal): -9055906 or 6214005. OLE color: 6214005.
HSL color Cylindrical-coordinate representation of color #75D15E: hue angle of 108º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75D15E is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 94 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.18 |
| HSL | 108º | 0.56% | 0.59% | - |
| HSV(B) | 108º | 0.55% | 0.82% | - |
| XYZ | 32.16 | 50.19 | 18.58 | - |
| YUV | 168.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 94 | 0.44 | 0 | 0.55 | 0.18 | 108 | 0.56 | 0.59 |
| Hex | 75 | D1 | 5E | 2C | 0 | 37 | 12 | 6C | 38 | 3B |
| Octal | 165 | 321 | 136 | 54 | 0 | 67 | 22 | 154 | 70 | 73 |
| Binary | 1110101 | 11010001 | 1011110 | 101100 | 0 | 110111 | 10010 | 1101100 | 111000 | 111011 |
Color Harmonies of #75D15E
Complementary color
Monochromatic Colors of #75D15E
Black with #75D15E
Text Example
Text Example
White with #75D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D15E; }
p { color: rgb(117,209,94); }
H1.HeaderClassName
{
color: #75D15E;
}
.AnyTagClassName
{
color: #75D15E;
}
</style>
background-color css
<style>
a { background-color: #75D15E; }
a { background-color: rgb(117,209,94); }
div.DivClassName
{
background-color: #75D15E;
}
.BgClassName
{
background-color: #75D15E;
}
</style>
border-color css
<style>
span { border-color: #75D15E; }
span { border-color: rgb(117,209,94); }
td.TdClassName
{
border-color: #75D15E;
}
.TagClassName
{
border-color: #75D15E;
}
</style>