#85BE71

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

Shades of Mantis #85BE71

Tints of Mantis #85BE71

Color information

#85BE71 (or 0x85BE71) is unknown color: approx Mantis. HEX triplet: 85, BE and 71. RGB value is (133,190,113). Sum of RGB (Red+Green+Blue) = 133+190+113=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE71 is #7A418E. Grayscale: #A4A4A4. Windows color (decimal): -8012175 or 7454341. OLE color: 7454341.

HSL color Cylindrical-coordinate representation of color #85BE71: hue angle of 104.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BE71 is Cyan = 0.3, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB133190113-
CMYK0.300.410.25
HSL104.42º37.2%59.41%-
HSV(B)104.42º40.53%74.51%-
XYZ31.0743.0122.29-
YUV164.1899.12105.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=30.50%
G=43.58%
B=25.92%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901130.300.410.25104.4237.259.41
Hex85BE711E0291968253b
Octal20527616136051311504573
Binary10000101101111101110001111100101001110011101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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