Shades of Mantis #95D35C
Tints of Mantis #95D35C
RGB
CMYK
RGB Variations
Color information
#95D35C (or 0x95D35C) is known color: Mantis. HEX triplet: 95, D3 and 5C. RGB value is (149,211,92). Sum of RGB (Red+Green+Blue) = 149+211+92=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #95D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D35C is #6A2CA3. Grayscale: #B3B3B3. Windows color (decimal): -6958244 or 6083477. OLE color: 6083477.
HSL color Cylindrical-coordinate representation of color #95D35C: hue angle of 91.26º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95D35C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 92 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.17 |
| HSL | 91.26º | 0.57% | 0.59% | - |
| HSV(B) | 91.26º | 0.56% | 0.83% | - |
| XYZ | 37.62 | 53.75 | 18.52 | - |
| YUV | 178.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 92 | 0.29 | 0 | 0.56 | 0.17 | 91.26 | 0.57 | 0.59 |
| Hex | 95 | D3 | 5C | 1D | 0 | 38 | 11 | 5B | 39 | 3B |
| Octal | 225 | 323 | 134 | 35 | 0 | 70 | 21 | 133 | 71 | 73 |
| Binary | 10010101 | 11010011 | 1011100 | 11101 | 0 | 111000 | 10001 | 1011011 | 111001 | 111011 |
Color Harmonies of #95D35C
Complementary color
Monochromatic Colors of #95D35C
Black with #95D35C
Text Example
Text Example
White with #95D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D35C; }
p { color: rgb(149,211,92); }
H1.HeaderClassName
{
color: #95D35C;
}
.AnyTagClassName
{
color: #95D35C;
}
</style>
background-color css
<style>
a { background-color: #95D35C; }
a { background-color: rgb(149,211,92); }
div.DivClassName
{
background-color: #95D35C;
}
.BgClassName
{
background-color: #95D35C;
}
</style>
border-color css
<style>
span { border-color: #95D35C; }
span { border-color: rgb(149,211,92); }
td.TdClassName
{
border-color: #95D35C;
}
.TagClassName
{
border-color: #95D35C;
}
</style>