#85BF59

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

Shades of Mantis #85BF59

Tints of Mantis #85BF59

Color information

#85BF59 (or 0x85BF59) is unknown color: approx Mantis. HEX triplet: 85, BF and 59. RGB value is (133,191,89). Sum of RGB (Red+Green+Blue) = 133+191+89=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF59 is #7A40A6. Grayscale: #A2A2A2. Windows color (decimal): -8011943 or 5881733. OLE color: 5881733.

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

Color convert

RGB13319189-
CMYK0.3000.530.25
HSL94.12º44.35%54.9%-
HSV(B)94.12º53.4%74.9%-
XYZ30.1142.9716.16-
YUV162.0386.78107.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=32.20%
G=46.25%
B=21.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191890.3000.530.2594.1244.3554.9
Hex85BF591E035195e2c37
Octal20527713136065311365467
Binary10000101101111111011001111100110101110011011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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