Shades of Mantis #85C167
Tints of Mantis #85C167
RGB
CMYK
RGB Variations
Color information
#85C167 (or 0x85C167) is known color: Mantis. HEX triplet: 85, C1 and 67. RGB value is (133,193,103). Sum of RGB (Red+Green+Blue) = 133+193+103=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #85C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C167 is #7A3E98. Grayscale: #A5A5A5. Windows color (decimal): -8011417 or 6799749. OLE color: 6799749.
HSL color Cylindrical-coordinate representation of color #85C167: hue angle of 100º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85C167 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 103 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.24 |
| HSL | 100º | 0.42% | 0.58% | - |
| HSV(B) | 100º | 0.47% | 0.76% | - |
| XYZ | 31.19 | 44.11 | 19.7 | - |
| YUV | 164.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 103 | 0.31 | 0 | 0.47 | 0.24 | 100 | 0.42 | 0.58 |
| Hex | 85 | C1 | 67 | 1F | 0 | 2F | 18 | 64 | 2A | 3A |
| Octal | 205 | 301 | 147 | 37 | 0 | 57 | 30 | 144 | 52 | 72 |
| Binary | 10000101 | 11000001 | 1100111 | 11111 | 0 | 101111 | 11000 | 1100100 | 101010 | 111010 |
Color Harmonies of #85C167
Complementary color
Monochromatic Colors of #85C167
Black with #85C167
Text Example
Text Example
White with #85C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C167; }
p { color: rgb(133,193,103); }
H1.HeaderClassName
{
color: #85C167;
}
.AnyTagClassName
{
color: #85C167;
}
</style>
background-color css
<style>
a { background-color: #85C167; }
a { background-color: rgb(133,193,103); }
div.DivClassName
{
background-color: #85C167;
}
.BgClassName
{
background-color: #85C167;
}
</style>
border-color css
<style>
span { border-color: #85C167; }
span { border-color: rgb(133,193,103); }
td.TdClassName
{
border-color: #85C167;
}
.TagClassName
{
border-color: #85C167;
}
</style>