Shades of Mantis #95C956
Tints of Mantis #95C956
RGB
CMYK
RGB Variations
Color information
#95C956 (or 0x95C956) is known color: Mantis. HEX triplet: 95, C9 and 56. RGB value is (149,201,86). Sum of RGB (Red+Green+Blue) = 149+201+86=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #95C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C956 is #6A36A9. Grayscale: #ACACAC. Windows color (decimal): -6960810 or 5687701. OLE color: 5687701.
HSL color Cylindrical-coordinate representation of color #95C956: hue angle of 87.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95C956 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 86 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.21 |
| HSL | 87.13º | 0.52% | 0.56% | - |
| HSV(B) | 87.13º | 0.57% | 0.79% | - |
| XYZ | 34.96 | 48.83 | 16.39 | - |
| YUV | 172.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 86 | 0.26 | 0 | 0.57 | 0.21 | 87.13 | 0.52 | 0.56 |
| Hex | 95 | C9 | 56 | 1A | 0 | 39 | 15 | 57 | 34 | 38 |
| Octal | 225 | 311 | 126 | 32 | 0 | 71 | 25 | 127 | 64 | 70 |
| Binary | 10010101 | 11001001 | 1010110 | 11010 | 0 | 111001 | 10101 | 1010111 | 110100 | 111000 |
Color Harmonies of #95C956
Complementary color
Monochromatic Colors of #95C956
Black with #95C956
Text Example
Text Example
White with #95C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C956; }
p { color: rgb(149,201,86); }
H1.HeaderClassName
{
color: #95C956;
}
.AnyTagClassName
{
color: #95C956;
}
</style>
background-color css
<style>
a { background-color: #95C956; }
a { background-color: rgb(149,201,86); }
div.DivClassName
{
background-color: #95C956;
}
.BgClassName
{
background-color: #95C956;
}
</style>
border-color css
<style>
span { border-color: #95C956; }
span { border-color: rgb(149,201,86); }
td.TdClassName
{
border-color: #95C956;
}
.TagClassName
{
border-color: #95C956;
}
</style>