#85C563

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

Shades of Mantis #85C563

Tints of Mantis #85C563

Color information

#85C563 (or 0x85C563) is unknown color: approx Mantis. HEX triplet: 85, C5 and 63. RGB value is (133,197,99). Sum of RGB (Red+Green+Blue) = 133+197+99=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #85C563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C563 is #7A3A9C. Grayscale: #A7A7A7. Windows color (decimal): -8010397 or 6538629. OLE color: 6538629.

HSL color Cylindrical-coordinate representation of color #85C563: hue angle of 99.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85C563 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB13319799-
CMYK0.3200.500.23
HSL99.18º45.79%58.04%-
HSV(B)99.18º49.75%77.25%-
XYZ31.8945.8218.97-
YUV166.6989.8103.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 197 (77.34% from 255) = 45.92%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=31.00%
G=45.92%
B=23.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197990.3200.500.2399.1845.7958.04
Hex85C5632003217632e3a
Octal20530514340062271435672
Binary100001011100010111000111000000110010101111100011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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