#85e85b

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

Shades of Mantis #85E85B

Tints of Mantis #85E85B

Color information

#85E85B (or 0x85E85B) is unknown color: approx Mantis. HEX triplet: 85, E8 and 5B. RGB value is (133,232,91). Sum of RGB (Red+Green+Blue) = 133+232+91=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #85E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E85B is #7A17A4. Grayscale: #BABABA. Windows color (decimal): -8001445 or 6023301. OLE color: 6023301.

HSL color Cylindrical-coordinate representation of color #85E85B: hue angle of 102.13º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85E85B is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB13323291-
CMYK0.4300.610.09
HSL102.13º75.4%63.33%-
HSV(B)102.13º60.78%90.98%-
XYZ40.4263.4620.02-
YUV186.3274.289.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 232 (91.02% from 255) = 50.88%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=29.17%
G=50.88%
B=19.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133232910.4300.610.09102.1375.463.33
Hex85E85B2B03D9664b3f
Octal205350133530751114611377
Binary100001011110100010110111010110111101100111001101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,91); }

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

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

 a { background-color: rgb(133,232,91); }

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

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

 span { border-color: rgb(133,232,91); }

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