Shades of Mantis #95C558
Tints of Mantis #95C558
RGB
CMYK
RGB Variations
Color information
#95C558 (or 0x95C558) is known color: Mantis. HEX triplet: 95, C5 and 58. RGB value is (149,197,88). Sum of RGB (Red+Green+Blue) = 149+197+88=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #95C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C558 is #6A3AA7. Grayscale: #AAAAAA. Windows color (decimal): -6961832 or 5817749. OLE color: 5817749.
HSL color Cylindrical-coordinate representation of color #95C558: hue angle of 86.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95C558 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 88 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.23 |
| HSL | 86.42º | 0.48% | 0.56% | - |
| HSV(B) | 86.42º | 0.55% | 0.77% | - |
| XYZ | 34.12 | 47.03 | 16.51 | - |
| YUV | 170.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 88 | 0.24 | 0 | 0.55 | 0.23 | 86.42 | 0.48 | 0.56 |
| Hex | 95 | C5 | 58 | 18 | 0 | 37 | 17 | 56 | 30 | 38 |
| Octal | 225 | 305 | 130 | 30 | 0 | 67 | 27 | 126 | 60 | 70 |
| Binary | 10010101 | 11000101 | 1011000 | 11000 | 0 | 110111 | 10111 | 1010110 | 110000 | 111000 |
Color Harmonies of #95C558
Complementary color
Monochromatic Colors of #95C558
Black with #95C558
Text Example
Text Example
White with #95C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C558; }
p { color: rgb(149,197,88); }
H1.HeaderClassName
{
color: #95C558;
}
.AnyTagClassName
{
color: #95C558;
}
</style>
background-color css
<style>
a { background-color: #95C558; }
a { background-color: rgb(149,197,88); }
div.DivClassName
{
background-color: #95C558;
}
.BgClassName
{
background-color: #95C558;
}
</style>
border-color css
<style>
span { border-color: #95C558; }
span { border-color: rgb(149,197,88); }
td.TdClassName
{
border-color: #95C558;
}
.TagClassName
{
border-color: #95C558;
}
</style>