Shades of Mantis #95D05E
Tints of Mantis #95D05E
RGB
CMYK
RGB Variations
Color information
#95D05E (or 0x95D05E) is known color: Mantis. HEX triplet: 95, D0 and 5E. RGB value is (149,208,94). Sum of RGB (Red+Green+Blue) = 149+208+94=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #95D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D05E is #6A2FA1. Grayscale: #B1B1B1. Windows color (decimal): -6959010 or 6213781. OLE color: 6213781.
HSL color Cylindrical-coordinate representation of color #95D05E: hue angle of 91.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95D05E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 94 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.18 |
| HSL | 91.05º | 0.55% | 0.59% | - |
| HSV(B) | 91.05º | 0.55% | 0.82% | - |
| XYZ | 36.97 | 52.31 | 18.74 | - |
| YUV | 177.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 94 | 0.28 | 0 | 0.55 | 0.18 | 91.05 | 0.55 | 0.59 |
| Hex | 95 | D0 | 5E | 1C | 0 | 37 | 12 | 5B | 37 | 3B |
| Octal | 225 | 320 | 136 | 34 | 0 | 67 | 22 | 133 | 67 | 73 |
| Binary | 10010101 | 11010000 | 1011110 | 11100 | 0 | 110111 | 10010 | 1011011 | 110111 | 111011 |
Color Harmonies of #95D05E
Complementary color
Monochromatic Colors of #95D05E
Black with #95D05E
Text Example
Text Example
White with #95D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D05E; }
p { color: rgb(149,208,94); }
H1.HeaderClassName
{
color: #95D05E;
}
.AnyTagClassName
{
color: #95D05E;
}
</style>
background-color css
<style>
a { background-color: #95D05E; }
a { background-color: rgb(149,208,94); }
div.DivClassName
{
background-color: #95D05E;
}
.BgClassName
{
background-color: #95D05E;
}
</style>
border-color css
<style>
span { border-color: #95D05E; }
span { border-color: rgb(149,208,94); }
td.TdClassName
{
border-color: #95D05E;
}
.TagClassName
{
border-color: #95D05E;
}
</style>