Shades of Mantis #95D666
Tints of Mantis #95D666
RGB
CMYK
RGB Variations
Color information
#95D666 (or 0x95D666) is known color: Mantis. HEX triplet: 95, D6 and 66. RGB value is (149,214,102). Sum of RGB (Red+Green+Blue) = 149+214+102=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #95D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D666 is #6A2999. Grayscale: #B6B6B6. Windows color (decimal): -6957466 or 6739605. OLE color: 6739605.
HSL color Cylindrical-coordinate representation of color #95D666: hue angle of 94.82º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95D666 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 102 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.16 |
| HSL | 94.82º | 0.58% | 0.62% | - |
| HSV(B) | 94.82º | 0.52% | 0.84% | - |
| XYZ | 38.84 | 55.44 | 21.22 | - |
| YUV | 181.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 102 | 0.30 | 0 | 0.52 | 0.16 | 94.82 | 0.58 | 0.62 |
| Hex | 95 | D6 | 66 | 1E | 0 | 34 | 10 | 5F | 3A | 3E |
| Octal | 225 | 326 | 146 | 36 | 0 | 64 | 20 | 137 | 72 | 76 |
| Binary | 10010101 | 11010110 | 1100110 | 11110 | 0 | 110100 | 10000 | 1011111 | 111010 | 111110 |
Color Harmonies of #95D666
Complementary color
Monochromatic Colors of #95D666
Black with #95D666
Text Example
Text Example
White with #95D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D666; }
p { color: rgb(149,214,102); }
H1.HeaderClassName
{
color: #95D666;
}
.AnyTagClassName
{
color: #95D666;
}
</style>
background-color css
<style>
a { background-color: #95D666; }
a { background-color: rgb(149,214,102); }
div.DivClassName
{
background-color: #95D666;
}
.BgClassName
{
background-color: #95D666;
}
</style>
border-color css
<style>
span { border-color: #95D666; }
span { border-color: rgb(149,214,102); }
td.TdClassName
{
border-color: #95D666;
}
.TagClassName
{
border-color: #95D666;
}
</style>