#85B563

Color #85B563 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85B563

Tints of Mantis #85B563

Color information

#85B563 (or 0x85B563) is unknown color: approx Mantis. HEX triplet: 85, B5 and 63. RGB value is (133,181,99). Sum of RGB (Red+Green+Blue) = 133+181+99=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #85B563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B563 is #7A4A9C. Grayscale: #9D9D9D. Windows color (decimal): -8014493 or 6534533. OLE color: 6534533.

HSL color Cylindrical-coordinate representation of color #85B563: hue angle of 95.12º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B563 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB13318199-
CMYK0.2700.450.29
HSL95.12º35.65%54.9%-
HSV(B)95.12º45.3%70.98%-
XYZ28.4538.9417.82-
YUV157.395.1110.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=32.20%
G=43.83%
B=23.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181990.2700.450.2995.1235.6554.9
Hex85B5631B02D1D5f2437
Octal20526514333055351374467
Binary10000101101101011100011110110101101111011011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B563; }

 p { color: rgb(133,181,99); }

 H1.HeaderClassName
 {
   color: #85B563;
 }
 .AnyTagClassName
 {
   color: #85B563;
 }
</style>
background-color css

<style>
 a { background-color: #85B563; }

 a { background-color: rgb(133,181,99); }

 div.DivClassName
 {
   background-color: #85B563;
 }
 .BgClassName
 {
   background-color: #85B563;
 }
</style>
border-color css

<style>
 span { border-color: #85B563; }

 span { border-color: rgb(133,181,99); }

 td.TdClassName
 {
   border-color: #85B563;
 }
 .TagClassName
 {
   border-color: #85B563;
 }
</style>