Shades of Mantis #95C756
Tints of Mantis #95C756
RGB
CMYK
RGB Variations
Color information
#95C756 (or 0x95C756) is known color: Mantis. HEX triplet: 95, C7 and 56. RGB value is (149,199,86). Sum of RGB (Red+Green+Blue) = 149+199+86=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #95C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C756 is #6A38A9. Grayscale: #ABABAB. Windows color (decimal): -6961322 or 5687189. OLE color: 5687189.
HSL color Cylindrical-coordinate representation of color #95C756: hue angle of 86.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95C756 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 86 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.22 |
| HSL | 86.55º | 0.5% | 0.56% | - |
| HSV(B) | 86.55º | 0.57% | 0.78% | - |
| XYZ | 34.5 | 47.91 | 16.23 | - |
| YUV | 171.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 86 | 0.25 | 0 | 0.57 | 0.22 | 86.55 | 0.5 | 0.56 |
| Hex | 95 | C7 | 56 | 19 | 0 | 39 | 16 | 57 | 32 | 38 |
| Octal | 225 | 307 | 126 | 31 | 0 | 71 | 26 | 127 | 62 | 70 |
| Binary | 10010101 | 11000111 | 1010110 | 11001 | 0 | 111001 | 10110 | 1010111 | 110010 | 111000 |
Color Harmonies of #95C756
Complementary color
Monochromatic Colors of #95C756
Black with #95C756
Text Example
Text Example
White with #95C756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C756; }
p { color: rgb(149,199,86); }
H1.HeaderClassName
{
color: #95C756;
}
.AnyTagClassName
{
color: #95C756;
}
</style>
background-color css
<style>
a { background-color: #95C756; }
a { background-color: rgb(149,199,86); }
div.DivClassName
{
background-color: #95C756;
}
.BgClassName
{
background-color: #95C756;
}
</style>
border-color css
<style>
span { border-color: #95C756; }
span { border-color: rgb(149,199,86); }
td.TdClassName
{
border-color: #95C756;
}
.TagClassName
{
border-color: #95C756;
}
</style>