Shades of Mantis #85D964
Tints of Mantis #85D964
RGB
CMYK
RGB Variations
Color information
#85D964 (or 0x85D964) is known color: Mantis. HEX triplet: 85, D9 and 64. RGB value is (133,217,100). Sum of RGB (Red+Green+Blue) = 133+217+100=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #85D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D964 is #7A269B. Grayscale: #B2B2B2. Windows color (decimal): -8005276 or 6609285. OLE color: 6609285.
HSL color Cylindrical-coordinate representation of color #85D964: hue angle of 103.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85D964 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 100 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.15 |
| HSL | 103.08º | 0.61% | 0.62% | - |
| HSV(B) | 103.08º | 0.54% | 0.85% | - |
| XYZ | 36.79 | 55.53 | 20.84 | - |
| YUV | 178.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 100 | 0.39 | 0 | 0.54 | 0.15 | 103.08 | 0.61 | 0.62 |
| Hex | 85 | D9 | 64 | 27 | 0 | 36 | F | 67 | 3D | 3E |
| Octal | 205 | 331 | 144 | 47 | 0 | 66 | 17 | 147 | 75 | 76 |
| Binary | 10000101 | 11011001 | 1100100 | 100111 | 0 | 110110 | 1111 | 1100111 | 111101 | 111110 |
Color Harmonies of #85D964
Complementary color
Monochromatic Colors of #85D964
Black with #85D964
Text Example
Text Example
White with #85D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D964; }
p { color: rgb(133,217,100); }
H1.HeaderClassName
{
color: #85D964;
}
.AnyTagClassName
{
color: #85D964;
}
</style>
background-color css
<style>
a { background-color: #85D964; }
a { background-color: rgb(133,217,100); }
div.DivClassName
{
background-color: #85D964;
}
.BgClassName
{
background-color: #85D964;
}
</style>
border-color css
<style>
span { border-color: #85D964; }
span { border-color: rgb(133,217,100); }
td.TdClassName
{
border-color: #85D964;
}
.TagClassName
{
border-color: #85D964;
}
</style>