#85BF5C

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

Shades of Mantis #85BF5C

Tints of Mantis #85BF5C

Color information

#85BF5C (or 0x85BF5C) is unknown color: approx Mantis. HEX triplet: 85, BF and 5C. RGB value is (133,191,92). Sum of RGB (Red+Green+Blue) = 133+191+92=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF5C is #7A40A3. Grayscale: #A2A2A2. Windows color (decimal): -8011940 or 6078341. OLE color: 6078341.

HSL color Cylindrical-coordinate representation of color #85BF5C: hue angle of 95.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85BF5C is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB13319192-
CMYK0.3000.520.25
HSL95.15º43.61%55.49%-
HSV(B)95.15º51.83%74.9%-
XYZ30.2443.0216.84-
YUV162.3788.28107.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=31.97%
G=45.91%
B=22.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191920.3000.520.2595.1543.6155.49
Hex85BF5C1E034195f2c37
Octal20527713436064311375467
Binary10000101101111111011100111100110100110011011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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