Shades of Mantis #95CE5D
Tints of Mantis #95CE5D
RGB
CMYK
RGB Variations
Color information
#95CE5D (or 0x95CE5D) is known color: Mantis. HEX triplet: 95, CE and 5D. RGB value is (149,206,93). Sum of RGB (Red+Green+Blue) = 149+206+93=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE5D is #6A31A2. Grayscale: #B0B0B0. Windows color (decimal): -6959523 or 6147733. OLE color: 6147733.
HSL color Cylindrical-coordinate representation of color #95CE5D: hue angle of 90.27º 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 #95CE5D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 93 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.19 |
| HSL | 90.27º | 0.54% | 0.59% | - |
| HSV(B) | 90.27º | 0.55% | 0.81% | - |
| XYZ | 36.44 | 51.32 | 18.34 | - |
| YUV | 176.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 93 | 0.28 | 0 | 0.55 | 0.19 | 90.27 | 0.54 | 0.59 |
| Hex | 95 | CE | 5D | 1C | 0 | 37 | 13 | 5A | 36 | 3B |
| Octal | 225 | 316 | 135 | 34 | 0 | 67 | 23 | 132 | 66 | 73 |
| Binary | 10010101 | 11001110 | 1011101 | 11100 | 0 | 110111 | 10011 | 1011010 | 110110 | 111011 |
Color Harmonies of #95CE5D
Complementary color
Monochromatic Colors of #95CE5D
Black with #95CE5D
Text Example
Text Example
White with #95CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE5D; }
p { color: rgb(149,206,93); }
H1.HeaderClassName
{
color: #95CE5D;
}
.AnyTagClassName
{
color: #95CE5D;
}
</style>
background-color css
<style>
a { background-color: #95CE5D; }
a { background-color: rgb(149,206,93); }
div.DivClassName
{
background-color: #95CE5D;
}
.BgClassName
{
background-color: #95CE5D;
}
</style>
border-color css
<style>
span { border-color: #95CE5D; }
span { border-color: rgb(149,206,93); }
td.TdClassName
{
border-color: #95CE5D;
}
.TagClassName
{
border-color: #95CE5D;
}
</style>