Shades of Mantis #85D963
Tints of Mantis #85D963
RGB
CMYK
RGB Variations
Color information
#85D963 (or 0x85D963) is known color: Mantis. HEX triplet: 85, D9 and 63. RGB value is (133,217,99). Sum of RGB (Red+Green+Blue) = 133+217+99=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #85D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D963 is #7A269C. Grayscale: #B2B2B2. Windows color (decimal): -8005277 or 6543749. OLE color: 6543749.
HSL color Cylindrical-coordinate representation of color #85D963: hue angle of 102.71º 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 #85D963 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 99 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.15 |
| HSL | 102.71º | 0.61% | 0.62% | - |
| HSV(B) | 102.71º | 0.54% | 0.85% | - |
| XYZ | 36.74 | 55.51 | 20.58 | - |
| YUV | 178.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 99 | 0.39 | 0 | 0.54 | 0.15 | 102.71 | 0.61 | 0.62 |
| Hex | 85 | D9 | 63 | 27 | 0 | 36 | F | 67 | 3D | 3E |
| Octal | 205 | 331 | 143 | 47 | 0 | 66 | 17 | 147 | 75 | 76 |
| Binary | 10000101 | 11011001 | 1100011 | 100111 | 0 | 110110 | 1111 | 1100111 | 111101 | 111110 |
Color Harmonies of #85D963
Complementary color
Monochromatic Colors of #85D963
Black with #85D963
Text Example
Text Example
White with #85D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D963; }
p { color: rgb(133,217,99); }
H1.HeaderClassName
{
color: #85D963;
}
.AnyTagClassName
{
color: #85D963;
}
</style>
background-color css
<style>
a { background-color: #85D963; }
a { background-color: rgb(133,217,99); }
div.DivClassName
{
background-color: #85D963;
}
.BgClassName
{
background-color: #85D963;
}
</style>
border-color css
<style>
span { border-color: #85D963; }
span { border-color: rgb(133,217,99); }
td.TdClassName
{
border-color: #85D963;
}
.TagClassName
{
border-color: #85D963;
}
</style>