#85BB5B

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

Shades of Mantis #85BB5B

Tints of Mantis #85BB5B

Color information

#85BB5B (or 0x85BB5B) is unknown color: approx Mantis. HEX triplet: 85, BB and 5B. RGB value is (133,187,91). Sum of RGB (Red+Green+Blue) = 133+187+91=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB5B is #7A44A4. Grayscale: #A0A0A0. Windows color (decimal): -8012965 or 6011781. OLE color: 6011781.

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

Color convert

RGB13318791-
CMYK0.2900.510.27
HSL93.75º41.38%54.51%-
HSV(B)93.75º51.34%73.33%-
XYZ29.3341.2816.32-
YUV159.9189.11108.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 187 (73.44% from 255) = 45.50%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=32.36%
G=45.50%
B=22.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187910.2900.510.2793.7541.3854.51
Hex85BB5B1D0331B5e2937
Octal20527313335063331365167
Binary10000101101110111011011111010110011110111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,91); }

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

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

 a { background-color: rgb(133,187,91); }

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

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

 span { border-color: rgb(133,187,91); }

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