Shades of Mantis #95CE59
Tints of Mantis #95CE59
RGB
CMYK
RGB Variations
Color information
#95CE59 (or 0x95CE59) is known color: Mantis. HEX triplet: 95, CE and 59. RGB value is (149,206,89). Sum of RGB (Red+Green+Blue) = 149+206+89=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE59 is #6A31A6. Grayscale: #B0B0B0. Windows color (decimal): -6959527 or 5885589. OLE color: 5885589.
HSL color Cylindrical-coordinate representation of color #95CE59: hue angle of 89.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95CE59 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 89 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.19 |
| HSL | 89.23º | 0.54% | 0.58% | - |
| HSV(B) | 89.23º | 0.57% | 0.81% | - |
| XYZ | 36.27 | 51.25 | 17.43 | - |
| YUV | 175.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 89 | 0.28 | 0 | 0.57 | 0.19 | 89.23 | 0.54 | 0.58 |
| Hex | 95 | CE | 59 | 1C | 0 | 39 | 13 | 59 | 36 | 3A |
| Octal | 225 | 316 | 131 | 34 | 0 | 71 | 23 | 131 | 66 | 72 |
| Binary | 10010101 | 11001110 | 1011001 | 11100 | 0 | 111001 | 10011 | 1011001 | 110110 | 111010 |
Color Harmonies of #95CE59
Complementary color
Monochromatic Colors of #95CE59
Black with #95CE59
Text Example
Text Example
White with #95CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE59; }
p { color: rgb(149,206,89); }
H1.HeaderClassName
{
color: #95CE59;
}
.AnyTagClassName
{
color: #95CE59;
}
</style>
background-color css
<style>
a { background-color: #95CE59; }
a { background-color: rgb(149,206,89); }
div.DivClassName
{
background-color: #95CE59;
}
.BgClassName
{
background-color: #95CE59;
}
</style>
border-color css
<style>
span { border-color: #95CE59; }
span { border-color: rgb(149,206,89); }
td.TdClassName
{
border-color: #95CE59;
}
.TagClassName
{
border-color: #95CE59;
}
</style>