Shades of Mantis #95CE5C
Tints of Mantis #95CE5C
RGB
CMYK
RGB Variations
Color information
#95CE5C (or 0x95CE5C) is known color: Mantis. HEX triplet: 95, CE and 5C. RGB value is (149,206,92). Sum of RGB (Red+Green+Blue) = 149+206+92=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE5C is #6A31A3. Grayscale: #B0B0B0. Windows color (decimal): -6959524 or 6082197. OLE color: 6082197.
HSL color Cylindrical-coordinate representation of color #95CE5C: hue angle of 90º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95CE5C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 92 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.19 |
| HSL | 90º | 0.54% | 0.58% | - |
| HSV(B) | 90º | 0.55% | 0.81% | - |
| XYZ | 36.4 | 51.3 | 18.11 | - |
| YUV | 175.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 92 | 0.28 | 0 | 0.55 | 0.19 | 90 | 0.54 | 0.58 |
| Hex | 95 | CE | 5C | 1C | 0 | 37 | 13 | 5A | 36 | 3A |
| Octal | 225 | 316 | 134 | 34 | 0 | 67 | 23 | 132 | 66 | 72 |
| Binary | 10010101 | 11001110 | 1011100 | 11100 | 0 | 110111 | 10011 | 1011010 | 110110 | 111010 |
Color Harmonies of #95CE5C
Complementary color
Monochromatic Colors of #95CE5C
Black with #95CE5C
Text Example
Text Example
White with #95CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE5C; }
p { color: rgb(149,206,92); }
H1.HeaderClassName
{
color: #95CE5C;
}
.AnyTagClassName
{
color: #95CE5C;
}
</style>
background-color css
<style>
a { background-color: #95CE5C; }
a { background-color: rgb(149,206,92); }
div.DivClassName
{
background-color: #95CE5C;
}
.BgClassName
{
background-color: #95CE5C;
}
</style>
border-color css
<style>
span { border-color: #95CE5C; }
span { border-color: rgb(149,206,92); }
td.TdClassName
{
border-color: #95CE5C;
}
.TagClassName
{
border-color: #95CE5C;
}
</style>