Shades of Mantis #75D64D
Tints of Mantis #75D64D
RGB
CMYK
RGB Variations
Color information
#75D64D (or 0x75D64D) is known color: Mantis. HEX triplet: 75, D6 and 4D. RGB value is (117,214,77). Sum of RGB (Red+Green+Blue) = 117+214+77=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #75D64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D64D is #8A29B2. Grayscale: #A9A9A9. Windows color (decimal): -9054643 or 5101173. OLE color: 5101173.
HSL color Cylindrical-coordinate representation of color #75D64D: hue angle of 102.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75D64D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 77 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.16 |
| HSL | 102.48º | 0.63% | 0.57% | - |
| HSV(B) | 102.48º | 0.64% | 0.84% | - |
| XYZ | 32.72 | 52.41 | 15.41 | - |
| YUV | 169.38 | 75.86 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 77 | 0.45 | 0 | 0.64 | 0.16 | 102.48 | 0.63 | 0.57 |
| Hex | 75 | D6 | 4D | 2D | 0 | 40 | 10 | 66 | 3F | 39 |
| Octal | 165 | 326 | 115 | 55 | 0 | 100 | 20 | 146 | 77 | 71 |
| Binary | 1110101 | 11010110 | 1001101 | 101101 | 0 | 1000000 | 10000 | 1100110 | 111111 | 111001 |
Color Harmonies of #75D64D
Complementary color
Monochromatic Colors of #75D64D
Black with #75D64D
Text Example
Text Example
White with #75D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D64D; }
p { color: rgb(117,214,77); }
H1.HeaderClassName
{
color: #75D64D;
}
.AnyTagClassName
{
color: #75D64D;
}
</style>
background-color css
<style>
a { background-color: #75D64D; }
a { background-color: rgb(117,214,77); }
div.DivClassName
{
background-color: #75D64D;
}
.BgClassName
{
background-color: #75D64D;
}
</style>
border-color css
<style>
span { border-color: #75D64D; }
span { border-color: rgb(117,214,77); }
td.TdClassName
{
border-color: #75D64D;
}
.TagClassName
{
border-color: #75D64D;
}
</style>