Shades of Mantis #75BD65
Tints of Mantis #75BD65
RGB
CMYK
RGB Variations
Color information
#75BD65 (or 0x75BD65) is known color: Mantis. HEX triplet: 75, BD and 65. RGB value is (117,189,101). Sum of RGB (Red+Green+Blue) = 117+189+101=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD65 is #8A429A. Grayscale: #9D9D9D. Windows color (decimal): -9061019 or 6667637. OLE color: 6667637.
HSL color Cylindrical-coordinate representation of color #75BD65: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75BD65 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 101 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.26 |
| HSL | 109.09º | 0.4% | 0.57% | - |
| HSV(B) | 109.09º | 0.47% | 0.74% | - |
| XYZ | 27.88 | 41.12 | 18.78 | - |
| YUV | 157.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 101 | 0.38 | 0 | 0.47 | 0.26 | 109.09 | 0.4 | 0.57 |
| Hex | 75 | BD | 65 | 26 | 0 | 2F | 1A | 6D | 28 | 39 |
| Octal | 165 | 275 | 145 | 46 | 0 | 57 | 32 | 155 | 50 | 71 |
| Binary | 1110101 | 10111101 | 1100101 | 100110 | 0 | 101111 | 11010 | 1101101 | 101000 | 111001 |
Color Harmonies of #75BD65
Complementary color
Monochromatic Colors of #75BD65
Black with #75BD65
Text Example
Text Example
White with #75BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD65; }
p { color: rgb(117,189,101); }
H1.HeaderClassName
{
color: #75BD65;
}
.AnyTagClassName
{
color: #75BD65;
}
</style>
background-color css
<style>
a { background-color: #75BD65; }
a { background-color: rgb(117,189,101); }
div.DivClassName
{
background-color: #75BD65;
}
.BgClassName
{
background-color: #75BD65;
}
</style>
border-color css
<style>
span { border-color: #75BD65; }
span { border-color: rgb(117,189,101); }
td.TdClassName
{
border-color: #75BD65;
}
.TagClassName
{
border-color: #75BD65;
}
</style>