Shades of Mantis #95D659
Tints of Mantis #95D659
RGB
CMYK
RGB Variations
Color information
#95D659 (or 0x95D659) is known color: Mantis. HEX triplet: 95, D6 and 59. RGB value is (149,214,89). Sum of RGB (Red+Green+Blue) = 149+214+89=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #95D659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D659 is #6A29A6. Grayscale: #B4B4B4. Windows color (decimal): -6957479 or 5887637. OLE color: 5887637.
HSL color Cylindrical-coordinate representation of color #95D659: hue angle of 91.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95D659 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 89 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.16 |
| HSL | 91.2º | 0.6% | 0.59% | - |
| HSV(B) | 91.2º | 0.58% | 0.84% | - |
| XYZ | 38.24 | 55.2 | 18.09 | - |
| YUV | 180.32 | 76.47 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 89 | 0.30 | 0 | 0.58 | 0.16 | 91.2 | 0.6 | 0.59 |
| Hex | 95 | D6 | 59 | 1E | 0 | 3A | 10 | 5B | 3C | 3B |
| Octal | 225 | 326 | 131 | 36 | 0 | 72 | 20 | 133 | 74 | 73 |
| Binary | 10010101 | 11010110 | 1011001 | 11110 | 0 | 111010 | 10000 | 1011011 | 111100 | 111011 |
Color Harmonies of #95D659
Complementary color
Monochromatic Colors of #95D659
Black with #95D659
Text Example
Text Example
White with #95D659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D659; }
p { color: rgb(149,214,89); }
H1.HeaderClassName
{
color: #95D659;
}
.AnyTagClassName
{
color: #95D659;
}
</style>
background-color css
<style>
a { background-color: #95D659; }
a { background-color: rgb(149,214,89); }
div.DivClassName
{
background-color: #95D659;
}
.BgClassName
{
background-color: #95D659;
}
</style>
border-color css
<style>
span { border-color: #95D659; }
span { border-color: rgb(149,214,89); }
td.TdClassName
{
border-color: #95D659;
}
.TagClassName
{
border-color: #95D659;
}
</style>