#85BB58

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

Shades of Mantis #85BB58

Tints of Mantis #85BB58

Color information

#85BB58 (or 0x85BB58) is unknown color: approx Mantis. HEX triplet: 85, BB and 58. RGB value is (133,187,88). Sum of RGB (Red+Green+Blue) = 133+187+88=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB58 is #7A44A7. Grayscale: #9F9F9F. Windows color (decimal): -8012968 or 5815173. OLE color: 5815173.

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

Color convert

RGB13318788-
CMYK0.2900.530.27
HSL92.73º42.13%53.92%-
HSV(B)92.73º52.94%73.33%-
XYZ29.241.2315.65-
YUV159.5787.61109.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 187 (73.44% from 255) = 45.83%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=32.60%
G=45.83%
B=21.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187880.2900.530.2792.7342.1353.92
Hex85BB581D0351B5d2a36
Octal20527313035065331355266
Binary10000101101110111011000111010110101110111011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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