Shades of Mantis #95D05C
Tints of Mantis #95D05C
RGB
CMYK
RGB Variations
Color information
#95D05C (or 0x95D05C) is known color: Mantis. HEX triplet: 95, D0 and 5C. RGB value is (149,208,92). Sum of RGB (Red+Green+Blue) = 149+208+92=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #95D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D05C is #6A2FA3. Grayscale: #B1B1B1. Windows color (decimal): -6959012 or 6082709. OLE color: 6082709.
HSL color Cylindrical-coordinate representation of color #95D05C: hue angle of 90.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95D05C is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 92 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.18 |
| HSL | 90.52º | 0.55% | 0.59% | - |
| HSV(B) | 90.52º | 0.56% | 0.82% | - |
| XYZ | 36.88 | 52.27 | 18.27 | - |
| YUV | 177.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 92 | 0.28 | 0 | 0.56 | 0.18 | 90.52 | 0.55 | 0.59 |
| Hex | 95 | D0 | 5C | 1C | 0 | 38 | 12 | 5B | 37 | 3B |
| Octal | 225 | 320 | 134 | 34 | 0 | 70 | 22 | 133 | 67 | 73 |
| Binary | 10010101 | 11010000 | 1011100 | 11100 | 0 | 111000 | 10010 | 1011011 | 110111 | 111011 |
Color Harmonies of #95D05C
Complementary color
Monochromatic Colors of #95D05C
Black with #95D05C
Text Example
Text Example
White with #95D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D05C; }
p { color: rgb(149,208,92); }
H1.HeaderClassName
{
color: #95D05C;
}
.AnyTagClassName
{
color: #95D05C;
}
</style>
background-color css
<style>
a { background-color: #95D05C; }
a { background-color: rgb(149,208,92); }
div.DivClassName
{
background-color: #95D05C;
}
.BgClassName
{
background-color: #95D05C;
}
</style>
border-color css
<style>
span { border-color: #95D05C; }
span { border-color: rgb(149,208,92); }
td.TdClassName
{
border-color: #95D05C;
}
.TagClassName
{
border-color: #95D05C;
}
</style>