Shades of Mantis #85C65F
Tints of Mantis #85C65F
RGB
CMYK
RGB Variations
Color information
#85C65F (or 0x85C65F) is known color: Mantis. HEX triplet: 85, C6 and 5F. RGB value is (133,198,95). Sum of RGB (Red+Green+Blue) = 133+198+95=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #85C65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C65F is #7A39A0. Grayscale: #A7A7A7. Windows color (decimal): -8010145 or 6276741. OLE color: 6276741.
HSL color Cylindrical-coordinate representation of color #85C65F: hue angle of 97.86º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85C65F is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 95 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.22 |
| HSL | 97.86º | 0.47% | 0.57% | - |
| HSV(B) | 97.86º | 0.52% | 0.78% | - |
| XYZ | 31.93 | 46.2 | 18.06 | - |
| YUV | 166.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 95 | 0.33 | 0 | 0.52 | 0.22 | 97.86 | 0.47 | 0.57 |
| Hex | 85 | C6 | 5F | 21 | 0 | 34 | 16 | 62 | 2F | 39 |
| Octal | 205 | 306 | 137 | 41 | 0 | 64 | 26 | 142 | 57 | 71 |
| Binary | 10000101 | 11000110 | 1011111 | 100001 | 0 | 110100 | 10110 | 1100010 | 101111 | 111001 |
Color Harmonies of #85C65F
Complementary color
Monochromatic Colors of #85C65F
Black with #85C65F
Text Example
Text Example
White with #85C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C65F; }
p { color: rgb(133,198,95); }
H1.HeaderClassName
{
color: #85C65F;
}
.AnyTagClassName
{
color: #85C65F;
}
</style>
background-color css
<style>
a { background-color: #85C65F; }
a { background-color: rgb(133,198,95); }
div.DivClassName
{
background-color: #85C65F;
}
.BgClassName
{
background-color: #85C65F;
}
</style>
border-color css
<style>
span { border-color: #85C65F; }
span { border-color: rgb(133,198,95); }
td.TdClassName
{
border-color: #85C65F;
}
.TagClassName
{
border-color: #85C65F;
}
</style>