Shades of Mantis #75D14D
Tints of Mantis #75D14D
RGB
CMYK
RGB Variations
Color information
#75D14D (or 0x75D14D) is known color: Mantis. HEX triplet: 75, D1 and 4D. RGB value is (117,209,77). Sum of RGB (Red+Green+Blue) = 117+209+77=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #75D14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D14D is #8A2EB2. Grayscale: #A6A6A6. Windows color (decimal): -9055923 or 5099893. OLE color: 5099893.
HSL color Cylindrical-coordinate representation of color #75D14D: hue angle of 101.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75D14D is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 77 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.18 |
| HSL | 101.82º | 0.59% | 0.56% | - |
| HSV(B) | 101.82º | 0.63% | 0.82% | - |
| XYZ | 31.48 | 49.92 | 15 | - |
| YUV | 166.44 | 77.52 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 77 | 0.44 | 0 | 0.63 | 0.18 | 101.82 | 0.59 | 0.56 |
| Hex | 75 | D1 | 4D | 2C | 0 | 3F | 12 | 66 | 3B | 38 |
| Octal | 165 | 321 | 115 | 54 | 0 | 77 | 22 | 146 | 73 | 70 |
| Binary | 1110101 | 11010001 | 1001101 | 101100 | 0 | 111111 | 10010 | 1100110 | 111011 | 111000 |
Color Harmonies of #75D14D
Complementary color
Monochromatic Colors of #75D14D
Black with #75D14D
Text Example
Text Example
White with #75D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D14D; }
p { color: rgb(117,209,77); }
H1.HeaderClassName
{
color: #75D14D;
}
.AnyTagClassName
{
color: #75D14D;
}
</style>
background-color css
<style>
a { background-color: #75D14D; }
a { background-color: rgb(117,209,77); }
div.DivClassName
{
background-color: #75D14D;
}
.BgClassName
{
background-color: #75D14D;
}
</style>
border-color css
<style>
span { border-color: #75D14D; }
span { border-color: rgb(117,209,77); }
td.TdClassName
{
border-color: #75D14D;
}
.TagClassName
{
border-color: #75D14D;
}
</style>