#85BD65

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

Shades of Mantis #85BD65

Tints of Mantis #85BD65

Color information

#85BD65 (or 0x85BD65) is unknown color: approx Mantis. HEX triplet: 85, BD and 65. RGB value is (133,189,101). Sum of RGB (Red+Green+Blue) = 133+189+101=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD65 is #7A429A. Grayscale: #A2A2A2. Windows color (decimal): -8012443 or 6667653. OLE color: 6667653.

HSL color Cylindrical-coordinate representation of color #85BD65: hue angle of 98.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BD65 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB133189101-
CMYK0.3000.470.26
HSL98.18º40%56.86%-
HSV(B)98.18º46.56%74.12%-
XYZ30.2242.3218.89-
YUV162.2293.45107.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=31.44%
G=44.68%
B=23.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331891010.3000.470.2698.184056.86
Hex85BD651E02F1A622839
Octal20527514536057321425071
Binary10000101101111011100101111100101111110101100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,101); }

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

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

 a { background-color: rgb(133,189,101); }

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

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

 span { border-color: rgb(133,189,101); }

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