Shades of Mantis #85C369
Tints of Mantis #85C369
RGB
CMYK
RGB Variations
Color information
#85C369 (or 0x85C369) is known color: Mantis. HEX triplet: 85, C3 and 69. RGB value is (133,195,105). Sum of RGB (Red+Green+Blue) = 133+195+105=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #85C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C369 is #7A3C96. Grayscale: #A6A6A6. Windows color (decimal): -8010903 or 6931333. OLE color: 6931333.
HSL color Cylindrical-coordinate representation of color #85C369: hue angle of 101.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85C369 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 105 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.24 |
| HSL | 101.33º | 0.43% | 0.59% | - |
| HSV(B) | 101.33º | 0.46% | 0.76% | - |
| XYZ | 31.74 | 45.04 | 20.38 | - |
| YUV | 166.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 105 | 0.32 | 0 | 0.46 | 0.24 | 101.33 | 0.43 | 0.59 |
| Hex | 85 | C3 | 69 | 20 | 0 | 2E | 18 | 65 | 2B | 3B |
| Octal | 205 | 303 | 151 | 40 | 0 | 56 | 30 | 145 | 53 | 73 |
| Binary | 10000101 | 11000011 | 1101001 | 100000 | 0 | 101110 | 11000 | 1100101 | 101011 | 111011 |
Color Harmonies of #85C369
Complementary color
Monochromatic Colors of #85C369
Black with #85C369
Text Example
Text Example
White with #85C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C369; }
p { color: rgb(133,195,105); }
H1.HeaderClassName
{
color: #85C369;
}
.AnyTagClassName
{
color: #85C369;
}
</style>
background-color css
<style>
a { background-color: #85C369; }
a { background-color: rgb(133,195,105); }
div.DivClassName
{
background-color: #85C369;
}
.BgClassName
{
background-color: #85C369;
}
</style>
border-color css
<style>
span { border-color: #85C369; }
span { border-color: rgb(133,195,105); }
td.TdClassName
{
border-color: #85C369;
}
.TagClassName
{
border-color: #85C369;
}
</style>