Shades of Mantis #95D565
Tints of Mantis #95D565
RGB
CMYK
RGB Variations
Color information
#95D565 (or 0x95D565) is known color: Mantis. HEX triplet: 95, D5 and 65. RGB value is (149,213,101). Sum of RGB (Red+Green+Blue) = 149+213+101=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #95D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D565 is #6A2A9A. Grayscale: #B5B5B5. Windows color (decimal): -6957723 or 6673813. OLE color: 6673813.
HSL color Cylindrical-coordinate representation of color #95D565: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95D565 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 101 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.16 |
| HSL | 94.29º | 0.57% | 0.62% | - |
| HSV(B) | 94.29º | 0.53% | 0.84% | - |
| XYZ | 38.54 | 54.92 | 20.88 | - |
| YUV | 181.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 101 | 0.30 | 0 | 0.53 | 0.16 | 94.29 | 0.57 | 0.62 |
| Hex | 95 | D5 | 65 | 1E | 0 | 35 | 10 | 5E | 39 | 3E |
| Octal | 225 | 325 | 145 | 36 | 0 | 65 | 20 | 136 | 71 | 76 |
| Binary | 10010101 | 11010101 | 1100101 | 11110 | 0 | 110101 | 10000 | 1011110 | 111001 | 111110 |
Color Harmonies of #95D565
Complementary color
Monochromatic Colors of #95D565
Black with #95D565
Text Example
Text Example
White with #95D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D565; }
p { color: rgb(149,213,101); }
H1.HeaderClassName
{
color: #95D565;
}
.AnyTagClassName
{
color: #95D565;
}
</style>
background-color css
<style>
a { background-color: #95D565; }
a { background-color: rgb(149,213,101); }
div.DivClassName
{
background-color: #95D565;
}
.BgClassName
{
background-color: #95D565;
}
</style>
border-color css
<style>
span { border-color: #95D565; }
span { border-color: rgb(149,213,101); }
td.TdClassName
{
border-color: #95D565;
}
.TagClassName
{
border-color: #95D565;
}
</style>