Shades of Mantis #85C26C
Tints of Mantis #85C26C
RGB
CMYK
RGB Variations
Color information
#85C26C (or 0x85C26C) is known color: Mantis. HEX triplet: 85, C2 and 6C. RGB value is (133,194,108). Sum of RGB (Red+Green+Blue) = 133+194+108=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #85C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C26C is #7A3D93. Grayscale: #A6A6A6. Windows color (decimal): -8011156 or 7127685. OLE color: 7127685.
HSL color Cylindrical-coordinate representation of color #85C26C: hue angle of 102.56º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C26C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 108 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.24 |
| HSL | 102.56º | 0.41% | 0.59% | - |
| HSV(B) | 102.56º | 0.44% | 0.76% | - |
| XYZ | 31.67 | 44.65 | 21.14 | - |
| YUV | 165.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 108 | 0.31 | 0 | 0.44 | 0.24 | 102.56 | 0.41 | 0.59 |
| Hex | 85 | C2 | 6C | 1F | 0 | 2C | 18 | 67 | 29 | 3B |
| Octal | 205 | 302 | 154 | 37 | 0 | 54 | 30 | 147 | 51 | 73 |
| Binary | 10000101 | 11000010 | 1101100 | 11111 | 0 | 101100 | 11000 | 1100111 | 101001 | 111011 |
Color Harmonies of #85C26C
Complementary color
Monochromatic Colors of #85C26C
Black with #85C26C
Text Example
Text Example
White with #85C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C26C; }
p { color: rgb(133,194,108); }
H1.HeaderClassName
{
color: #85C26C;
}
.AnyTagClassName
{
color: #85C26C;
}
</style>
background-color css
<style>
a { background-color: #85C26C; }
a { background-color: rgb(133,194,108); }
div.DivClassName
{
background-color: #85C26C;
}
.BgClassName
{
background-color: #85C26C;
}
</style>
border-color css
<style>
span { border-color: #85C26C; }
span { border-color: rgb(133,194,108); }
td.TdClassName
{
border-color: #85C26C;
}
.TagClassName
{
border-color: #85C26C;
}
</style>