#85BE55

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

Shades of Mantis #85BE55

Tints of Mantis #85BE55

Color information

#85BE55 (or 0x85BE55) is unknown color: approx Mantis. HEX triplet: 85, BE and 55. RGB value is (133,190,85). Sum of RGB (Red+Green+Blue) = 133+190+85=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE55 is #7A41AA. Grayscale: #A1A1A1. Windows color (decimal): -8012203 or 5619333. OLE color: 5619333.

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

Color convert

RGB13319085-
CMYK0.300.550.25
HSL92.57º44.68%53.92%-
HSV(B)92.57º55.26%74.51%-
XYZ29.7342.4715.23-
YUV160.9985.12108.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=32.60%
G=46.57%
B=20.83%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190850.300.550.2592.5744.6853.92
Hex85BE551E037195d2d36
Octal20527612536067311355566
Binary10000101101111101010101111100110111110011011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,85); }

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

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

 a { background-color: rgb(133,190,85); }

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

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

 span { border-color: rgb(133,190,85); }

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