#85C871

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

Shades of Mantis #85C871

Tints of Mantis #85C871

Color information

#85C871 (or 0x85C871) is unknown color: approx Mantis. HEX triplet: 85, C8 and 71. RGB value is (133,200,113). Sum of RGB (Red+Green+Blue) = 133+200+113=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #85C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C871 is #7A378E. Grayscale: #AAAAAA. Windows color (decimal): -8009615 or 7456901. OLE color: 7456901.

HSL color Cylindrical-coordinate representation of color #85C871: hue angle of 106.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C871 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB133200113-
CMYK0.3400.440.22
HSL106.21º44.16%61.37%-
HSV(B)106.21º43.5%78.43%-
XYZ33.3147.4923.03-
YUV170.0595.8101.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=29.82%
G=44.84%
B=25.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001130.3400.440.22106.2144.1661.37
Hex85C8712202C166a2c3d
Octal20531016142054261525475
Binary100001011100100011100011000100101100101101101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,113); }

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

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

 a { background-color: rgb(133,200,113); }

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

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

 span { border-color: rgb(133,200,113); }

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