#85BE63

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

Shades of Mantis #85BE63

Tints of Mantis #85BE63

Color information

#85BE63 (or 0x85BE63) is unknown color: approx Mantis. HEX triplet: 85, BE and 63. RGB value is (133,190,99). Sum of RGB (Red+Green+Blue) = 133+190+99=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE63 is #7A419C. Grayscale: #A2A2A2. Windows color (decimal): -8012189 or 6536837. OLE color: 6536837.

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

Color convert

RGB13319099-
CMYK0.300.480.25
HSL97.58º41.18%56.67%-
HSV(B)97.58º47.89%74.51%-
XYZ30.3442.7118.45-
YUV162.5892.12106.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 99 (39.06% from 255) = 23.46%
R=31.52%
G=45.02%
B=23.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190990.300.480.2597.5841.1856.67
Hex85BE631E03019622939
Octal20527614336060311425171
Binary10000101101111101100011111100110000110011100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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