#85BB5C

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

Shades of Mantis #85BB5C

Tints of Mantis #85BB5C

Color information

#85BB5C (or 0x85BB5C) is unknown color: approx Mantis. HEX triplet: 85, BB and 5C. RGB value is (133,187,92). Sum of RGB (Red+Green+Blue) = 133+187+92=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB5C is #7A44A3. Grayscale: #A0A0A0. Windows color (decimal): -8012964 or 6077317. OLE color: 6077317.

HSL color Cylindrical-coordinate representation of color #85BB5C: hue angle of 94.11º 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 #85BB5C is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB13318792-
CMYK0.2900.510.27
HSL94.11º41.13%54.71%-
HSV(B)94.11º50.8%73.33%-
XYZ29.3741.316.55-
YUV160.0289.61108.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=32.28%
G=45.39%
B=22.33%

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
Decimal133187920.2900.510.2794.1141.1354.71
Hex85BB5C1D0331B5e2937
Octal20527313435063331365167
Binary10000101101110111011100111010110011110111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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