Shades of Mantis #95D163
Tints of Mantis #95D163
RGB
CMYK
RGB Variations
Color information
#95D163 (or 0x95D163) is known color: Mantis. HEX triplet: 95, D1 and 63. RGB value is (149,209,99). Sum of RGB (Red+Green+Blue) = 149+209+99=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #95D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D163 is #6A2E9C. Grayscale: #B2B2B2. Windows color (decimal): -6958749 or 6541717. OLE color: 6541717.
HSL color Cylindrical-coordinate representation of color #95D163: hue angle of 92.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95D163 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 209 | 99 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.18 |
| HSL | 92.73º | 0.54% | 0.6% | - |
| HSV(B) | 92.73º | 0.53% | 0.82% | - |
| XYZ | 37.45 | 52.89 | 20.04 | - |
| YUV | 178.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 99 | 0.29 | 0 | 0.53 | 0.18 | 92.73 | 0.54 | 0.6 |
| Hex | 95 | D1 | 63 | 1D | 0 | 35 | 12 | 5D | 36 | 3C |
| Octal | 225 | 321 | 143 | 35 | 0 | 65 | 22 | 135 | 66 | 74 |
| Binary | 10010101 | 11010001 | 1100011 | 11101 | 0 | 110101 | 10010 | 1011101 | 110110 | 111100 |
Color Harmonies of #95D163
Complementary color
Monochromatic Colors of #95D163
Black with #95D163
Text Example
Text Example
White with #95D163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D163; }
p { color: rgb(149,209,99); }
H1.HeaderClassName
{
color: #95D163;
}
.AnyTagClassName
{
color: #95D163;
}
</style>
background-color css
<style>
a { background-color: #95D163; }
a { background-color: rgb(149,209,99); }
div.DivClassName
{
background-color: #95D163;
}
.BgClassName
{
background-color: #95D163;
}
</style>
border-color css
<style>
span { border-color: #95D163; }
span { border-color: rgb(149,209,99); }
td.TdClassName
{
border-color: #95D163;
}
.TagClassName
{
border-color: #95D163;
}
</style>