Shades of Mantis #75BD5D
Tints of Mantis #75BD5D
RGB
CMYK
RGB Variations
Color information
#75BD5D (or 0x75BD5D) is known color: Mantis. HEX triplet: 75, BD and 5D. RGB value is (117,189,93). Sum of RGB (Red+Green+Blue) = 117+189+93=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD5D is #8A42A2. Grayscale: #9C9C9C. Windows color (decimal): -9061027 or 6143349. OLE color: 6143349.
HSL color Cylindrical-coordinate representation of color #75BD5D: hue angle of 105º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BD5D is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 93 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.26 |
| HSL | 105º | 0.42% | 0.55% | - |
| HSV(B) | 105º | 0.51% | 0.74% | - |
| XYZ | 27.51 | 40.97 | 16.81 | - |
| YUV | 156.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 93 | 0.38 | 0 | 0.51 | 0.26 | 105 | 0.42 | 0.55 |
| Hex | 75 | BD | 5D | 26 | 0 | 33 | 1A | 69 | 2A | 37 |
| Octal | 165 | 275 | 135 | 46 | 0 | 63 | 32 | 151 | 52 | 67 |
| Binary | 1110101 | 10111101 | 1011101 | 100110 | 0 | 110011 | 11010 | 1101001 | 101010 | 110111 |
Color Harmonies of #75BD5D
Complementary color
Monochromatic Colors of #75BD5D
Black with #75BD5D
Text Example
Text Example
White with #75BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD5D; }
p { color: rgb(117,189,93); }
H1.HeaderClassName
{
color: #75BD5D;
}
.AnyTagClassName
{
color: #75BD5D;
}
</style>
background-color css
<style>
a { background-color: #75BD5D; }
a { background-color: rgb(117,189,93); }
div.DivClassName
{
background-color: #75BD5D;
}
.BgClassName
{
background-color: #75BD5D;
}
</style>
border-color css
<style>
span { border-color: #75BD5D; }
span { border-color: rgb(117,189,93); }
td.TdClassName
{
border-color: #75BD5D;
}
.TagClassName
{
border-color: #75BD5D;
}
</style>