Shades of Mantis #95CF5E
Tints of Mantis #95CF5E
RGB
CMYK
RGB Variations
Color information
#95CF5E (or 0x95CF5E) is known color: Mantis. HEX triplet: 95, CF and 5E. RGB value is (149,207,94). Sum of RGB (Red+Green+Blue) = 149+207+94=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF5E is #6A30A1. Grayscale: #B1B1B1. Windows color (decimal): -6959266 or 6213525. OLE color: 6213525.
HSL color Cylindrical-coordinate representation of color #95CF5E: hue angle of 90.8º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95CF5E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 207 | 94 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.19 |
| HSL | 90.8º | 0.54% | 0.59% | - |
| HSV(B) | 90.8º | 0.55% | 0.81% | - |
| XYZ | 36.73 | 51.82 | 18.66 | - |
| YUV | 176.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 94 | 0.28 | 0 | 0.55 | 0.19 | 90.8 | 0.54 | 0.59 |
| Hex | 95 | CF | 5E | 1C | 0 | 37 | 13 | 5B | 36 | 3B |
| Octal | 225 | 317 | 136 | 34 | 0 | 67 | 23 | 133 | 66 | 73 |
| Binary | 10010101 | 11001111 | 1011110 | 11100 | 0 | 110111 | 10011 | 1011011 | 110110 | 111011 |
Color Harmonies of #95CF5E
Complementary color
Monochromatic Colors of #95CF5E
Black with #95CF5E
Text Example
Text Example
White with #95CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CF5E; }
p { color: rgb(149,207,94); }
H1.HeaderClassName
{
color: #95CF5E;
}
.AnyTagClassName
{
color: #95CF5E;
}
</style>
background-color css
<style>
a { background-color: #95CF5E; }
a { background-color: rgb(149,207,94); }
div.DivClassName
{
background-color: #95CF5E;
}
.BgClassName
{
background-color: #95CF5E;
}
</style>
border-color css
<style>
span { border-color: #95CF5E; }
span { border-color: rgb(149,207,94); }
td.TdClassName
{
border-color: #95CF5E;
}
.TagClassName
{
border-color: #95CF5E;
}
</style>