Shades of Mantis #85C745
Tints of Mantis #85C745
RGB
CMYK
RGB Variations
Color information
#85C745 (or 0x85C745) is known color: Mantis. HEX triplet: 85, C7 and 45. RGB value is (133,199,69). Sum of RGB (Red+Green+Blue) = 133+199+69=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #85C745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C745 is #7A38BA. Grayscale: #A4A4A4. Windows color (decimal): -8009915 or 4573061. OLE color: 4573061.
HSL color Cylindrical-coordinate representation of color #85C745: hue angle of 90.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85C745 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 69 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.22 |
| HSL | 90.46º | 0.54% | 0.53% | - |
| HSV(B) | 90.46º | 0.65% | 0.78% | - |
| XYZ | 31.17 | 46.26 | 12.92 | - |
| YUV | 164.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 69 | 0.33 | 0 | 0.65 | 0.22 | 90.46 | 0.54 | 0.53 |
| Hex | 85 | C7 | 45 | 21 | 0 | 41 | 16 | 5A | 36 | 35 |
| Octal | 205 | 307 | 105 | 41 | 0 | 101 | 26 | 132 | 66 | 65 |
| Binary | 10000101 | 11000111 | 1000101 | 100001 | 0 | 1000001 | 10110 | 1011010 | 110110 | 110101 |
Color Harmonies of #85C745
Complementary color
Monochromatic Colors of #85C745
Black with #85C745
Text Example
Text Example
White with #85C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C745; }
p { color: rgb(133,199,69); }
H1.HeaderClassName
{
color: #85C745;
}
.AnyTagClassName
{
color: #85C745;
}
</style>
background-color css
<style>
a { background-color: #85C745; }
a { background-color: rgb(133,199,69); }
div.DivClassName
{
background-color: #85C745;
}
.BgClassName
{
background-color: #85C745;
}
</style>
border-color css
<style>
span { border-color: #85C745; }
span { border-color: rgb(133,199,69); }
td.TdClassName
{
border-color: #85C745;
}
.TagClassName
{
border-color: #85C745;
}
</style>